LDicomTag

Description

The LDicomTag class contains functionality for working with the table, or list (Data Element Tag Table) of available Data Element Tags that LEADTOOLS maintains internally. This class provides functions that allow you to do the following:

Manuever through the Data Element Tag Table.

Search the Data Element Tag Table.

Insert items to or delete items from the Data Element Tag Table.

Modify existing items within the Data Element Tag Table.

Set the Data Element Tag Table to its default values.

For more information, refer to Working with Tags.

For information about available macros, refer to DICOM Macros.

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:

nCount = LDicomTag::GetCount();

Required Libraries

ltdic14n.dll

See Also

Class Members