Click or drag to resize
SiDicomDataSetGetElement Method (SoDicomTag)

Get an 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(
	SoDicomTag tag
)

Parameters

tag
Type: OIV.VolumeViz.Readers.DicomSoDicomTag

the tag of the element to find.

Return Value

Type: SiDicomElement

a pointer to the found element or NULL if it cannot be found.

Remarks

See Also