GetCodedConceptCount method (ILEADDicomDS Interface)
long GetCodedConceptCount(); | |
Overview |
Refer to Working with Context Groups. |
Remarks
The GetCodedConceptCount method returns the number of Coded Concepts in the Context Group specified by the CurrentContextGroup property.
Using this method along with the FindIndexCodedConcept method, you can enumerate the Coded Concepts in a Context Group.
Also, the following methods can be used to maneuver through the Coded Concepts:
The number of Context Groups in the Context Group Table can be obtained using the GetContextGroupCount method.
See Also