Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
Count Property
See Also 
Leadtools.Dicom Namespace > DicomContextGroupTable Class : Count Property




Returns the number of Context Groups in the Context Group Table.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Count As Integer
Visual Basic (Usage)Copy Code
Dim instance As DicomContextGroupTable
Dim value As Integer
 
value = instance.Count
C# 
public int Count {get;}
Managed Extensions for C++ 
public: __property int get_Count();
C++/CLI 
public:
property int Count {
   int get();
}

Return Value

Number of the Context Groups in the Context Group Table.

Example

For an example, refer to Insert.

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Dicom requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features