Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Count As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int Count {get;} |
Return Value
Number of the Context Groups in the Context Group Table.For an example, refer to DicomContextGroupTable.Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags).
Use the Load and DicomContextGroupTable.Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) 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: Use the GetCodedConceptCount method to obtain the number of Coded Concepts in a Context Group.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family