MovePrevCodedConcept method (ILEADDicomDS Interface)
VARIANT_BOOL MovePrevCodedConcept(); | |
Overview |
Refer to Working with Context Groups. |
Remarks
The MovePrevCodedConcept method updates the CurrentCodedConcept property with the Coded Concept that immediately precedes the Concept specified by the CurrentCodedConcept property (in the same Context Group).
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