SoVRDicomDataGetDicomDataSet Method |
Returns a DICOM data object that allows accessing all the DICOM attributes.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SiDicomDataSet GetDicomDataSet()
Public Function GetDicomDataSet As SiDicomDataSet
public:
SiDicomDataSet^ GetDicomDataSet()
member GetDicomDataSet : unit -> SiDicomDataSet
Return Value
Type:
SiDicomDataSeta pointer to the created data set, that must be deleted by the application. If an error occurs, returns NULL.
Remarks See Also