LDicomContextGroup

Description

The LDicomContextGroup class provides functionality for working with a table of Context Groups (the Context Group Table). The Context Groups defined by the DICOM Content Mapping Resource (DCMR), which is specified by PS 3.16 of the DICOM Standard, are maintained by LEADTOOLS in an internal table. The class offers functions that allow you to do the following:

Load the desired Context Groups from the internal table into the Context Group Table

Insert Context Groups and Coded Concepts to the Context Group Table

Maneuver through the Context Group Table

Search the Context Group Table for a specific Context Group or Coded Concept

Delete Context Groups and Coded Concepts from the Context Group Table

Modify the Code Meanings of Coded Concepts

Restore Context Groups

For more information, refer to Working with Context Groups.

All the members of the LDicomContextGroup class are static. Therefore, the functionality of the class can be used without instantiation. The following is an example:

pDICOMCONTEXTGROUP�pGroup�=�LDicomContextGroup::Find(CID_3001);

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.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS DICOM C++ Class Library Help