Returns a DicomContextGroup object to the Context Group in the Context Group Table that immediately follows the specified Context Group.
public DicomContextGroup GetNext(
DicomContextGroup contextGroup
)
Public Function GetNext( _
ByVal contextGroup As Leadtools.Dicom.DicomContextGroup _
) As Leadtools.Dicom.DicomContextGroup
public Leadtools.Dicom.DicomContextGroup GetNext(
Leadtools.Dicom.DicomContextGroup contextGroup
)
function Leadtools.Dicom.DicomContextGroupTable.GetNext(
contextGroup
)
public:
Leadtools.Dicom.DicomContextGroup^ GetNext(
Leadtools.Dicom.DicomContextGroup^ contextGroup
)
contextGroup
Specifies a Context Group in the Context Group Table.
a DicomContextGroup object that points to the Context Group in the Context Group Table that immediately follows the specified Context Group in [contextGroup](" id="contextgroupparameterlink" class="popuplink) parameter.
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.
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