Click or drag to resize
SoVRDicomDataGetDicomDataSet Method

Returns a DICOM data object that allows accessing all the DICOM attributes.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.3.0 (2024.1.3)
Syntax
public SiDicomDataSet GetDicomDataSet()

Return Value

Type: SiDicomDataSet

a pointer to the created data set, that must be deleted by the application. If an error occurs, returns NULL.

Remarks

See Also