Returns the number of Context Groups in the Context Group Table.
public int Count { get; }
Public ReadOnly Property Count As Integer
public int Count {get;}
get_Count();
public:
property int Count {
int get();
}
Number of the Context Groups in the Context Group 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.
For an example, refer to Insert.
DicomContextGroupTable Members
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) Method
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET