FindIndexCodedConcept method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short FindIndexCodedConcept(long lIndex);

Overview

Refer to Working with Context Groups.

Remarks

The FindIndexCodedConcept method updates the CurrentCodedConcept property with the Coded Concept at the specified index in the Context Group specified by the CurrentContextGroup property.

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

MoveFirstCodedConcept method

MoveLastCodedConcept method

MoveNextCodedConcept method

MovePrevCodedConcept method

See Also

Elements:

CurrentCodedConcept property, CurrentContextGroup property, GetCodedConceptCount method, MoveFirstCodedConcept method, FindIndexContextGroup method

Topics:

ILEADDicomDS Interface, IDicomContextGroup Interface, IDicomCodedConcept Interface, Working with the DicomContextGroup Object, Working with the DicomCodedConcept Object, Context Identifiers