SiDicomDataSetGetElementValue Method |
Shortcut to get an element's value fast.
Namespace: OIV.VolumeViz.Readers.DicomAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SiDicomValue GetElementValue(
SoDicomTag tag
)
Public Function GetElementValue (
tag As SoDicomTag
) As SiDicomValue
public:
SiDicomValue^ GetElementValue(
SoDicomTag^ tag
)
member GetElementValue :
tag : SoDicomTag -> SiDicomValue
Parameters
- tag
- Type: OIV.VolumeViz.Readers.DicomSoDicomTag
The tag of the element to find.
Return Value
Type:
SiDicomValueThe element's value, or NULL if the element cannot be found.
Remarks See Also