Working with Value Representations

The value representation of a data element indicates the type of data that can be stored in the value field of the data element. There are a number of value representations that are standard for the DICOM file format. In addition to the standard value representations, user-defined value representations may also be added.

LEADTOOLS maintains a table (or list) internally of all available value representations, standard and user defined. In this documentation the table of available value representations will be referred to as the Value Representation Table. Also provided in this documentation is a table of the default values for the standard value representations. To see these default values, refer to the Default Value Representation Table.

LEADTOOLS provides a number of functions for maneuvering through and modifying the Value Representation Table. All functions pertaining to the Value Representation Table are in the class LDicomVR.

For maneuvering through the Value Representation Table, LEADTOOLS provides the following functions:

LDicomVR::GetFirst

LDicomVR::GetLast

LDicomVR::GetPrev

LDicomVR::GetNext

LDicomVR::GetCount

To find specific items, based on either the value representation or an index into the table, use LDicomVR::Find and LDicomVR::FindIndex.

To insert new items in the Value Representation Table, call LDicomVR::Insert.

You can delete individual items from the table using LDicomVR::Delete, or you can delete all items from the table, using LDicomVR::Reset.

To change the name of an item already in the table, call LDicomVR::SetName.

To determine whether you have a valid pointer to a Value Representation item, call LDicomVR::Exists.

Finally, to reset the Value Representation Table to the default values, use LDicomVR::Default.

For more information on value representations, refer to An Overview of the DICOM File Format or the DICOM Standard.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help