FindIndexContextGroup method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short FindIndexContextGroup(long lIndex);

Overview

Refer to Working with Context Groups.

Remarks

The FindIndexContextGroup method updates the CurrentContextGroup property with the Context Group located at the specified index in the Context Group Table.

The following methods can also be used to maneuver through the Context Groups in the Context Group Table:

MoveFirstContextGroup method

MoveLastContextGroup method

MoveNextContextGroup method

MovePrevContextGroup method

The Coded Concepts of a Context Group can be investigated using the following methods:

MoveFirstCodedConcept method

MoveLastCodedConcept method

MoveNextCodedConcept method

MovePrevCodedConcept method

GetCodedConceptCount method

FindIndexCodedConcept method

See Also

Elements:

CurrentContextGroup property, LoadContextGroup method, InsertContextGroup method, GetContextGroupCount method, MoveFirstContextGroup method, FindIndexCodedConcept method,

Topics:

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