←Select platform

Count Property

Summary
Returns the number of Context Groups in the Context Group Table.
Syntax
C#
VB
C++
public int Count { get; } 
Public ReadOnly Property Count As Integer 
public: 
property int Count { 
   int get(); 
} 

Property Value

Number of the Context Groups in the Context Group Table.

Remarks
  • Use the Load and Insert methods to add Context Groups to the Context Group Table.
  • Using this method along with the method FindIndex, you can enumerate the Context Groups in the table.
  • You can maneuver through the Context Groups in the table by using the following methods:

    GetFirst

    GetLast

    GetNext

    GetPrevious

  • Use the GetCodedConceptCount method to obtain the number of Coded Concepts in a Context Group.

Example

For an example, refer to Insert.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.