openDICOM.NET API Reference (openDICOM# Class Library)

UidType Enumeration

Available types of DICOM UIDs (Unique Identifiers).

public enum UidType

Members

Member Name Description
TransferSyntax UID is a DICOM Transfer Syntax.
SopClass UID is a DICOM SOP (Service Object Pair) Class.
FrameOfReference UID is a DICOM Well-known Frame of Reference.
MetaSopClass UID is a DICOM Meta SOP Class.
SopInstance UID is a DICOM Well-known SOP Instance.
ServiceClass UID is a DICOM Service Class.
PrinterSopInstance UID is a DICOM Well-known Printer SOP Instance.
PrintQueueSopInstance UID is a DICOM Well-known Print Queue SOP Instance.
CodingScheme UID is a DICOM Coding Scheme.
ApplicationContextName UID is a DICOM Application Context Name.
LdapOid UID is a DICOM LDAP OID.
Unknown This UID is unknown. It is not part of the DICOM registry and therewith probably user defined.

Requirements

Namespace: openDicom.Registry

Assembly: opendicom-sharp (in opendicom-sharp.dll)

See Also

openDicom.Registry Namespace