Click or drag to resize
SiDicomDataSetGetElementValue Method

Shortcut to get an element's value fast.

Namespace: OIV.VolumeViz.Readers.Dicom
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SiDicomValue GetElementValue(
	SoDicomTag tag
)

Parameters

tag
Type: OIV.VolumeViz.Readers.DicomSoDicomTag

The tag of the element to find.

Return Value

Type: SiDicomValue

The element's value, or NULL if the element cannot be found.

Remarks

See Also