Returns the Coded Concept at the specified index in the specified Context Group.
public DicomCodedConcept FindCodedConceptByIndex(
DicomContextGroup contextGroup,
int index
)
Public Function FindCodedConceptByIndex( _
ByVal contextGroup As Leadtools.Dicom.DicomContextGroup, _
ByVal index As Integer _
) As Leadtools.Dicom.DicomCodedConcept
public Leadtools.Dicom.DicomCodedConcept FindCodedConceptByIndex(
Leadtools.Dicom.DicomContextGroup contextGroup,
int index
)
function Leadtools.Dicom.DicomContextGroupTable.FindCodedConceptByIndex(
contextGroup ,
index
)
public:
Leadtools.Dicom.DicomCodedConcept^ FindCodedConceptByIndex(
Leadtools.Dicom.DicomContextGroup^ contextGroup,
int index
)
contextGroup
The Context Group that contains the specified Coded Concept.
index
The index of the required Coded Concept in the specified Context Group. Valid values range from 0 to the count of Coded Concepts in the Context Group minus 1. This count is returned by the GetCodedConceptCount method.
The Coded Concept for the specified index in the specified Context Group.
The following methods can also be used to maneuver through the Coded Concepts:
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