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: 2024.1.1.0 (2024.1.1)
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