openDICOM.NET API Reference (openDICOM# Class Library)

Uid Members

Uid overview

Public Instance Constructors

Uid Constructor Creates a new DICOM UID instance from a given string representation.

Public Instance Properties

IsUserDefined Returns whether this DICOM UID instance is known by the global UID dictionary or user defined.
Value DICOM UID as string representation.

Public Instance Methods

CompareTo Determines the ranking between another UID instance and this instance. This is important for sorting and use of arrays.
EqualsOverloaded. Determines whether this instance is equal to another UID string representation.
GetDictionaryEntry Returns the corresponding UID dictionary entry of this UID instance.
GetTransferSyntax Returns the corresponding DICOM transfer syntax of this UID instance.
ToString Returns the DICOM UID string representation.

See Also

Uid Class | openDicom.Registry Namespace