CurrentUID property

Delphi example

C++Builder example

 

Builder Syntax

TDICOMUIDItem* CurrentUID

Delphi Syntax

CurrentUID: TDICOMUIDItem

Overview

Refer to Working with Unique Identifiers.

Remarks

Holds the currently selected UID Table item.

The TDICOMUIDItem class has the following Read-Only properties:

Property

Type

Description

Code

String

Unique identifier code. For a list of default values, refer to the Default UID Table.

Name

String

The name of the unique identifier. For a list of default values, refer to the Default UID Table.

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.

Note: The CurrentUID property is read only, except that you can explicitly set it to Nil in Pascal or NULL in C++.

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