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: 10.12.3.0 (10.12.3.0)
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