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;} |
Property Value
Number of the Context Groups in the Context Group Table.For an example, refer to DicomContextGroupTable.Insert.
- Use the Leadtools.Dicom.DicomContextGroupTable.Load and DicomContextGroupTable.Insert methods to add Context Groups to the Context Group Table.
- Using this method along with the method Leadtools.Dicom.DicomContextGroupTable.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:
Leadtools.Dicom.DicomContextGroupTable.GetFirst
Leadtools.Dicom.DicomContextGroupTable.GetLast
- Use the GetCodedConceptCount method to obtain the number of Coded Concepts in a Context Group.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)