Click or drag to resize
SoVRDicomFileReaderGetDicomData Method

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

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
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 OIV.VolumeViz.Readers.SoVRDicomData.GetDicomInfo(System.UInt16, System.UInt16) method.

To conveniently access the DICOM attributes, see OIV.VolumeViz.Readers.SoVRDicomFileReader.GetDicomDataSet(System.UInt64) method.

See Also