LDicomContextGroup::FindIndexCodedConcept

#include "ltdic.h"

static pDICOMCODEDCONCEPT LDicomContextGroup::FindIndexCodedConcept(pContextGroup, uIndex)

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

Parameters

pDICOMCONTEXTGROUP pContextGroup

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

L_UINT32 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

Value Meaning
!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

Platforms

Win32, x64

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