Returns a DicomContextGroup object to the last Context Group in the Context Group Table.
public DicomContextGroup GetLast()
Public Function GetLast() As Leadtools.Dicom.DicomContextGroup
public Leadtools.Dicom.DicomContextGroup GetLast()
function Leadtools.Dicom.DicomContextGroupTable.GetLast()
public:
Leadtools.Dicom.DicomContextGroup^ GetLast();
DicomContextGroup object that points to the last 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