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

LDicomContextGroup::FindIndexCodedConcept

Show in webframe

#include "ltdic.h"

static pDICOMCODEDCONCEPT LDicomContextGroup::FindIndexCodedConcept(pContextGroup, uIndex)

pDICOMCONTEXTGROUP pContextGroup;

/* pointer to a Context Group */

L_UINT32 uIndex;

/* index of a Coded Concept */

Returns a pointer to the Coded Concept at the specified index in the specified Context Group.

Parameter

Description

pContextGroup

Pointer to a DICOMCONTEXTGROUP structure that specifies the Context Group that contains the specified Coded Concept.

uIndex

The index of the required Coded Concept in the specified Context Group. Valid values range from 0 to the count of Coded Concepts in the Context Group minus 1. This count is returned by the LDicomContextGroup::GetCountCodedConcept function.

Returns

!NULL

Pointer to a DICOMCODEDCONCEPT structure that specifies the Coded Concept for the specified index in the specified Context Group.

NULL

The specified index is invalid.

Comments

The following functions can also be used to maneuver through the Coded Concepts:

LDicomContextGroup::GetFirstCodedConcept

LDicomContextGroup::GetLastCodedConcept

LDicomContextGroup::GetNextCodedConcept

LDicomContextGroup::GetPrevCodedConcept

Required DLLs and Libraries

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

Platforms

Win32, x64

See Also

Functions:

LDicomContextGroup::GetCountCodedConcept, LDicomContextGroup::GetFirstCodedConcept, LDicomContextGroup::FindIndex, Class Members

Topics:

Working with Context Groups

 

How to Disable the Automatic Loading of the default DICOM Context Group Table

Example

For an example, refer to LDicomContextGroup::GetFirstCodedConcept.

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