FindCodedConcept method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

VARIANT_BOOL FindCodedConcept(BSTR bstrCodingSchemeDesignator, BSTR bstrCodeValue);

Overview

Refer to Working with Context Groups.

Remarks

The FindCodedConcept method searches the Context Group specified by the CurrentContextGroup property for the Coded Concept that has the specified Coding Scheme Designator and Code Value. The CurrentCodedConcept property is updated with the Coded Concept if it was found.

A Coded Concept is identified in its Context Group by its Coding Scheme Designator (0008,0102) and Code Value (0008,0100). Use the FindCodedConcept method to search a Context Group for a specific Coded Concept.

You can use the FindContextGroup method to search for a specific Context Group in the Context Group Table.

See Also

Elements:

CurrentCodedConcept property, CurrentContextGroup property, MoveFirstCodedConcept method, MoveCodedConceptGroup method, FindContextGroup method

Topics:

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