Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS DICOM C++ Class Library Help

LDicomIOD

Show in webframe

Description

The LDicomIOD class contains functionality for working with the tree (IOD Table) of available Information Object Definitions (IODs) that LEADTOOLS maintains internally. This class provides functions that allow you to do the following:

Manuever through the IOD Table.

Search the IOD Table.

Insert items to or delete items from the IOD Table.

Modify existing items within the IOD Table.

Set the IOD Table to its default values.

For more information, refer to Working with Information Object Definitions (IODs).

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:

pModule = LDicomIOD::FindModule(CLASS_US_IMAGE, MODULE_GENERAL_STUDY);

Required Libraries

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

LTDIC

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Class Members

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.