openDICOM.NET API Reference (openDICOM# Class Library)

Tag Properties

The properties of the Tag class are listed below. For a complete list of Tag class members, see the Tag Members topic.

Public Instance Properties

Element Access of a tag instance's element id. Element is a hexadecimal string value of format "eeee".
Group Access of a tag instance's group id. Group is a hexadecimal string value of format "gggg".
IsUserDefined Returns true, if this tag is a private tag, a tag defined by user, else false. A private tag is not registered to a data element dictionary.
StreamPosition Access this instance's stream position. If a tag does not belong to a stream, a position of -1 will be returned.
TransferSyntax Access this instance's transfer syntax.

See Also

Tag Class | openDicom.DataStructure Namespace