Click or drag to resize
SoVRDicomFileReaderGetDicomDataSet Method

Returns a DICOM data object for the specified slice containing all the DICOM attributes.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SiDicomDataSet GetDicomDataSet(
	ulong sliceIdx
)

Parameters

sliceIdx
Type: SystemUInt64

The index of the slice to extract the dataset from.

Return Value

Type: SiDicomDataSet

A pointer to a new dataset object, that must be deleted by the application. Returns NULL if an error occured.

Remarks

See Also