MoveLastCodedConcept method (ILEADDicomDS Interface)
VARIANT_BOOL MoveLastCodedConcept(); | |
Overview |
Refer to Working with Context Groups. |
Remarks
The MoveLastCodedConcept method updates the CurrentCodedConcept property with the last Coded Concept in the Context Group specified by the CurrentContextGroup property.
Along with this method, the following methods can be used to maneuver through the Coded Concepts of a Context Group in the Context Group Table:
You can also use the GetCodedConceptCount method and the FindIndexCodedConcept method to enumerate the Coded Concepts.
The Context Group to which a Coded Concept belongs can be obtained using the MoveCodedConceptGroup method.
See Also