Click or drag to resize
SoVRDicomFileReaderGetDicomData Method

Returns an instance of SoVRDicomData for the first image of this volume.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoVRDicomData GetDicomData()

Return Value

Type: SoVRDicomData
Remarks

Note that the first image of the volume does not necessarily correspond to first file of file list. Images are automatically sorted using the Image Postion Patient attribute.

This object can be queried for DICOM specific info, using for example the SoVRDicomData.getDicomInfo() method.

To conveniently access the DICOM attributes, see the getDicomDataSet() method.

See Also