LDicomVR

Description

The LDicomVR class contains functionality for working with the table, or list (Value Representation Table) of available Value Representations that LEADTOOLS maintains internally. This class provides functions that allow you to do the following:

Manuever through the Value Representation Table.

Search the Value Representation Table.

Insert items to or delete items from the Value Representation Table.

Modify existing items within the Value Representation Table.

Set the Value Representation Table to its default values.

For more information, refer to Working with Value Representations.

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:

LDicomVR::Insert(0x5858, "New XXX VR", 16, VR_STRING | VR_MAXIMUM, 1);

Required Libraries

ltdic14n.dll

See Also

Class Members