C++ Class Library

The LEADTOOLS C++ Class Library is a wrapper to the LEADTOOLS C API and provides only a subset of the features and functionality otherwise available in the LEADTOOLS C API. For more information about the full feature set of the LEADTOOLS C API, refer to LEADTOOLS C API Introduction.

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:

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