Returns a DicomContextGroup object to the first Context Group in the Context Group Table.
public DicomContextGroup GetFirst()
Public Function GetFirst() As Leadtools.Dicom.DicomContextGroup
public Leadtools.Dicom.DicomContextGroup GetFirst()
function Leadtools.Dicom.DicomContextGroupTable.GetFirst()
public:
Leadtools.Dicom.DicomContextGroup^ GetFirst();
DicomContextGroup object points to the first Context Group in the Context Group Table.
Along with this method, the following methods can be used to maneuver through the Context Groups in the Context Group Table:
You can also use the Count property and FindIndex method to enumerate the Context Groups in the table.
The Coded Concepts of a Context Group can be investigated using the following methods:
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