MoveNextCodedConcept method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

VARIANT_BOOL MoveNextCodedConcept();

Overview

Refer to Working with Context Groups.

Remarks

The MoveNextCodedConcept method updates the CurrentCodedConcept property with the Coded Concept that immediately follows the Concept specified by the CurrentCodedConcept property (in the same Context Group).

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:

MoveFirstCodedConcept method

MoveLastCodedConcept 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, MoveFirstCodedConcept method, MoveLastCodedConcept method, MovePrevCodedConcept method, GetCodedConceptCount method, FindIndexCodedConcept method, MoveCodedConceptGroup method, SetCodedConceptCodeMeaning method, DeleteCodedConcept method, MoveNextContextGroup method

Topics:

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