GetContextGroupCount method (ILEADDicomDS Interface)
long GetContextGroupCount(); | |
Overview |
Refer to Working with Context Groups. |
Remarks
The GetContextGroupCount method returns the number of Context Groups in the Context Group Table.
The LoadContextGroup method and the InsertContextGroup method are used to add Context Groups to the Context Group Table.
By using this method along with the FindIndexContextGroup method, you can enumerate the Context Groups in the table.
Use the following methods to maneuver through the Context Groups in the table:
Use the GetCodedConceptCount method to obtain the number of Coded Concepts in a Context Group.
See Also