Returns a DicomContextGroup object to the Context Group located at the specified index in the Context Group Table.
public DicomContextGroup FindIndex(
int index
)
Public Function FindIndex( _
ByVal index As Integer _
) As Leadtools.Dicom.DicomContextGroup
public Leadtools.Dicom.DicomContextGroup FindIndex(
int index
)
function Leadtools.Dicom.DicomContextGroupTable.FindIndex(
index
)
public:
Leadtools.Dicom.DicomContextGroup^ FindIndex(
int index
)
index
The index of the required Context Group. Valid values range from 0 to the count of Context Groups in the table minus 1. This count is returned by the Count property.
DicomContextGroup object that specifies the Context Group in the Context Group Table that is located at the specified index.
The following methods can also be used to maneuver through the Context Groups in the Context Group Table:
Use the following methods to investigate the Coded Concepts of 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