Returns a DicomContextGroup object to the Context Group in the Context Group Table that immediately precedes the specified Context Group.
public DicomContextGroup GetPrevious(
DicomContextGroup contextGroup
)
Public Function GetPrevious( _
ByVal contextGroup As Leadtools.Dicom.DicomContextGroup _
) As Leadtools.Dicom.DicomContextGroup
public Leadtools.Dicom.DicomContextGroup GetPrevious(
Leadtools.Dicom.DicomContextGroup contextGroup
)
function Leadtools.Dicom.DicomContextGroupTable.GetPrevious(
contextGroup
)
public:
Leadtools.Dicom.DicomContextGroup^ GetPrevious(
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 precedes 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:
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