Click or drag to resize
SiDicomDataSetGetElement Method (UInt64)

Get the n-th element of this data set.

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

Parameters

idx
Type: SystemUInt64

the index of the element in the data set.

Return Value

Type: SiDicomElement

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

Remarks

See Also