DicomTag
Metadata details stored for a single DICOM tag.
Import
import ScriptingApi as api
# Access the class
# DicomTag is available via api.DicomTag
Properties
tag
DICOM tag code, for example 0020|000e.
Type: str
description
Human-readable tag name.
Type: str
value_representation
DICOM value representation code, for example LO or DS.
Type: str
value
Stored tag value as text.
Type: str