LDicomUID

Description

The LDicomUID class contains functionality for working with the table, or list (UID Table) of available Unique Identifiers that LEADTOOLS maintains internally. This class provides functions that allow you to do the following:

Manuever through the UID Table.

Search the UID Table.

Insert items to or delete items from the UID Table.

Modify existing items within the UID Table.

Set the UID Table to its default values.

For more information, refer to Working with Unique Identifiers.

You may find it useful to call the static member functions of this class directly, as (ClassName::Function), without declaring an object. For example, the following is valid, and will compile:

pUID = LDicomUID::GetFirst();

Required Libraries

ltdic14n.dll

See Also

Class Members