GetCodedConceptCount method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

long GetCodedConceptCount();

Overview

Refer to Working with Context Groups.

Remarks

The GetCodedConceptCount method returns the number of Coded Concepts in the Context Group specified by the CurrentContextGroup property.

Using this method along with the FindIndexCodedConcept method, you can enumerate the Coded Concepts in a Context Group.

Also, the following methods can be used to maneuver through the Coded Concepts:

MoveFirstCodedConcept method

MoveLastCodedConcept method

MoveNextCodedConcept method

MovePrevCodedConcept method

The number of Context Groups in the Context Group Table can be obtained using the GetContextGroupCount method.

See Also

Elements:

CurrentContextGroup property, FindIndexCodedConcept method, MoveFirstCodedConcept method, MoveCodedConceptGroup method, GetContextGroupCount method

Topics:

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