GetContextGroupCount method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

long GetContextGroupCount();

Overview

Refer to Working with Context Groups.

Remarks

The GetContextGroupCount method returns the number of Context Groups in the Context Group Table.

The LoadContextGroup method and the InsertContextGroup method are used to add Context Groups to the Context Group Table.

By using this method along with the FindIndexContextGroup method, you can enumerate the Context Groups in the table.

Use the following methods to maneuver through the Context Groups in the table:

MoveFirstContextGroup method

MoveLastContextGroup method

MoveNextContextGroup method

MovePrevContextGroup method

Use the GetCodedConceptCount method to obtain the number of Coded Concepts in a Context Group.

See Also

Elements:

LoadContextGroup method, InsertContextGroup method, FindIndexContextGroup method, MoveFirstContextGroup method, GetCodedConceptCount method

Topics:

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