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.
Equals (inherited from Object)Overloaded.  
EqualsOverloaded. Determines whether this instance is equal to another UID string representation.
GetDictionaryEntry Returns the corresponding UID dictionary entry of this UID instance.
GetHashCode (inherited from Object) 
GetTransferSyntax Returns the corresponding DICOM transfer syntax of this UID instance.
GetType (inherited from Object) 
ToString Returns the DICOM UID string representation.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

Uid Class | openDicom.Registry Namespace