MoveFirstCodedConcept method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

VARIANT_BOOL MoveFirstCodedConcept();

Overview

Refer to Working with Context Groups.

Remarks

The MoveFirstCodedConcept method updates the CurrentCodedConcept property with the first Coded Concept in the Context Group specified by the CurrentContextGroup property.

Along with this method, the following methods can be used to maneuver through the Coded Concepts of a Context Group in the Context Group Table:

MoveLastCodedConcept method

MoveNextCodedConcept method

MovePrevCodedConcept method

You can also use the GetCodedConceptCount method and the FindIndexCodedConcept method to enumerate the Coded Concepts.

The Context Group to which a Coded Concept belongs can be obtained using the MoveCodedConceptGroup method.

See Also

Elements:

CurrentCodedConcept property, CurrentContextGroup property, LoadContextGroup method, InsertContextGroup method, MoveLastCodedConcept method, MoveNextCodedConcept method, MovePrevCodedConcept method, GetCodedConceptCount method, FindIndexCodedConcept method, MoveCodedConceptGroup method, SetCodedConceptCodeMeaning method, DeleteCodedConcept method, MoveFirstContextGroup method

Topics:

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