FindContextGroup method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

VARIANT_BOOL FindContextGroup(BSTR bstrContextID);

Overview

Refer to Working with Context Groups.

Remarks

The FindContextGroup method updates the CurrentContextGroup property with the Context Group in the Context Group Table which has the Context Identifier (CID) specified.

A Context Group is identified by its Context Identifier (CID). For a list of the Context Identifiers of the Context Groups maintained internally, refer to Context Identifiers.

Notice that only the Context Groups in the Context Group Table are searched by the method; the LoadContextGroup method and the InsertContextGroup method are used to add Context Groups to the table.

You can use the FindCodedConcept method to search for a specific Coded Concept in a Context Group.

See Also

Elements:

CurrentContextGroup property, LoadContextGroup method, InsertContextGroup method, MoveFirstContextGroup method, MoveFirstCodedConcept method, FindCodedConcept method

Topics:

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