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:

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 DLLs and Libraries

You must load all required libraries using LBase::LoadLibraries before using this class.

Related Topics

Class Members
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