Click or drag to resize
SoVRDicomFileReaderLoadSliceDicomData Method

Loads the Dicom data of the given slice.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void LoadSliceDicomData(
	int slice,
	SoVRDicomData dicomData
)

Parameters

slice
Type: SystemInt32
dicomData
Type: OIV.VolumeViz.ReadersSoVRDicomData
Remarks

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

See Also