CurrentUID property (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

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

Elements:

DefaultUID method, InsertUID method, DeleteUID method, ResetUID method, MoveFirstUID method, MoveLastUID method, MovePrevUID method, MoveNextUID method, GetUIDCount method, FindUID method, FindIndexUID method, SetUIDName method

Topics:

Unique Identifiers: Maneuvering Through the UID Table

 

Unique Identifiers: Searching the UID Table

 

Unique Identifiers: Inserting and Deleting UIDs

 

Unique Identifiers: Modifying an Existing UID