Click or drag to resize
SiDicomSequenceGetItem Method

Get the n-th nested data set.

Namespace: OIV.VolumeViz.Readers.Dicom
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SiDicomDataSet GetItem(
	ulong idx
)

Parameters

idx
Type: SystemUInt64

the index of the nested data set to get.

Return Value

Type: SiDicomDataSet

a pointer to the n-th data set or NULL if idx is greater than the length of the sequence.

Remarks

See Also