openDICOM.NET API Reference (openDICOM# Class Library)

Tag Members

Tag overview

Public Instance Constructors

Tag Overloaded. Initializes a new instance of the Tag class.

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.

Public Instance Methods

CompareTo Implementation of the IComparable interface. So the use of this instance within collections is guaranteed.
EqualsOverloaded. Determines whether this instance is equal to another DICOM tag instance.
GetDictionaryEntry Corresponding data element dictionary entry.
LoadFrom Re-creates this instance from a DICOM output stream.
SaveTo Saves this instance to a DICOM input stream.
ToString DICOM tag string representation.

See Also

Tag Class | openDicom.DataStructure Namespace