typedef struct _DICOMUID
{
GENERICLINK; /* reserved */
L_TCHAR *pszCode; /* code */
L_TCHAR *pszName; /* name */
L_INT nType; /* type */
} DICOMUID, * pDICOMUID;
The DICOMUID structure contains information about Unique Identifiers.
Reserved.
Unique identifier code. For a list of default values, refer to the Default UID Table.
The name of the unique identifier. For a list of default values, refer to the Default UID Table.
Type of UID. Possible values are:
Value | Meaning |
---|---|
UID_TYPE_OTHER | Unknown |
UID_TYPE_TRANSFER1 | Transfer Syntax - Uncompressed Image |
UID_TYPE_TRANSFER2 | Transfer Syntax - Compressed Image |
UID_TYPE_CLASS | SOP Class |
UID_TYPE_META_CLASS | Meta SOP Class |
UID_TYPE_INSTANCE | SOP Instance |
UID_TYPE_APPLICATION | Application Context Name |
Internally LEADTOOLS maintains a table or list of available unique identifiers. These values can include default values for standard unique identifiers available in DICOM, as well as user defined unique identifiers. You can access any of this information, add to the table, or delete items from the table using the LDicomUID class member functions. For the default values, refer to the Default UID Table.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document