CurrentUID property (ILEADDicomDS)
DICOMUIDItem CurrentUID | |
Overview |
Refer to Working with Unique Identifiers. |
Remarks
Holds the currently selected UID Table item.
CurrentUID has the following Read-Only properties:
Property |
Type |
Description |
|
Code |
BSTR |
Unique identifier code. For a list of default values, refer to the Default UID Table. |
|
Name |
BSTR |
The name of the unique identifier. For a list of default values, refer to the Default UID Table. |
|
Type |
long |
Type of UID. Possible values are: |
|
|
|
Value |
Meaning |
|
|
UID_TYPE_OTHER |
[0] Unknown |
|
|
UID_TYPE_TRANSFER1 |
[1] Transfer Syntax - Uncompressed Image |
|
|
UID_TYPE_TRANSFER2 |
[2] Transfer Syntax - Compressed Image |
|
|
UID_TYPE_CLASS |
[3] SOP Class |
|
|
UID_TYPE_META_CLASS |
[4] Meta SOP Class |
|
|
UID_TYPE_INSTANCE |
[5] SOP Instance |
|
|
UID_TYPE_APPLICATION |
[6] 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 XXXUID methods. To see the default values, refer to the Default UID Table.
See Also