MoveFirstContextGroup method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

VARIANT_BOOL MoveFirstContextGroup();

Overview

Refer to Working with Context Groups.

Remarks

The MoveFirstContextGroup method updates the CurrentContextGroup property with the first Context Group in the Context Group Table.

Use the LoadContextGroup method and the InsertContextGroup method to add Context Groups to the Context Group Table.

Along with this method, the following methods can be used to maneuver through the Context Groups in the Context Group Table:

MoveLastContextGroup method

MoveNextContextGroup method

MovePrevContextGroup method

You can also use the GetContextGroupCount method and the FindIndexContextGroup method to enumerate the Context Groups in the table.

Use the following methods to investigate the Coded Concepts of a Context Group:

MoveFirstCodedConcept method

MoveLastCodedConcept method

MoveNextCodedConcept method

MovePrevCodedConcept method

GetCodedConceptCount method

FindIndexCodedConcept method

See Also

Elements:

CurrentContextGroup property, LoadContextGroup method, InsertContextGroup method, MoveLastContextGroup method, MoveNextContextGroup method, MovePrevContextGroup method, GetContextGroupCount method, FindIndexContextGroup method, FindContextGroup method, MoveFirstCodedConcept method

Topics:

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