MetaDataEntry
A metadata entry stored on a volume.
Import
import ScriptingApi as api
# Access the class
# MetaDataEntry is available via api.MetaDataEntry
Properties
key
Lookup key used to store and retrieve the entry.
Type: str
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