UidType

UidType enumeration

Represents the type of the UID.

public enum UidType

Values

NameValueDescription
TransferSyntax0Transfer Syntax UIDs. See https://dicom.nema.org/medical/dicom/current/output/chtml/part06/chapter_a.html
SopClass1SOP Class UIDs See https://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html
MetaSopClass2Meta SOP Class UIDs See https://dicom.nema.org/medical/dicom/2020b/output/chtml/part04/sect_H.3.2.2.html
ServiceClass3Service class UIDs
SopInstance4Well-known frame of reference UIDs
ApplicationContextName5Application Context Name UIDs
ApplicationHostingModel6Application hosting model UIDs
CodingScheme7Coding Scheme UIDs
FrameOfReference8Frame of Reference UIDs See https://dicom.nema.org/medical/dicom/current/output/chtml/part06/chapter_A.html#table_A-2
Ldap9Ldap UIDs
MappingResource10Mapping Resource UIDs
ContextGroupName11Context Group Name UIDs See https://dicom.nema.org/medical/dicom/current/output/chtml/part06/chapter_A.html#table_A-3
Unknown12Unknown UID type

See Also