FindContextGroup method (ILEADDicomDS Interface)
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