MoveNextContextGroup method (ILEADDicomDS Interface)
VARIANT_BOOL MoveNextContextGroup(); | |
Overview |
Refer to Working with Context Groups. |
Remarks
The MoveNextContextGroup method updates the CurrentContextGroup property with the Context Group in the Context Group Table that immediately follows the Context Group specified by the CurrentContextGroup property.
Along with this method, the following methods can be used to maneuver through the Context Groups in the Context Group Table:
You can also use the GetContextGroupCount method and the FindIndexContextGroup method to enumerate the Context Groups in the table.
Use the following methods to investigate the Coded Concepts of a Context Group:
See Also