Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
FindCodedConceptByIndex Method
See Also 
Leadtools.Dicom Namespace > DicomContextGroupTable Class : FindCodedConceptByIndex Method




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.
Returns the Coded Concept at the specified index in the specified Context Group.

Syntax

Visual Basic (Declaration) 
Public Function FindCodedConceptByIndex( _
   ByVal contextGroup As DicomContextGroup, _
   ByVal index As Integer _
) As DicomCodedConcept
Visual Basic (Usage)Copy Code
Dim instance As DicomContextGroupTable
Dim contextGroup As DicomContextGroup
Dim index As Integer
Dim value As DicomCodedConcept
 
value = instance.FindCodedConceptByIndex(contextGroup, index)
C# 
public DicomCodedConcept FindCodedConceptByIndex( 
   DicomContextGroup contextGroup,
   int index
)
Managed Extensions for C++ 
public: DicomCodedConcept* FindCodedConceptByIndex( 
   DicomContextGroup* contextGroup,
   int index
) 
C++/CLI 
public:
DicomCodedConcept^ FindCodedConceptByIndex( 
   DicomContextGroup^ contextGroup,
   int index
) 

Parameters

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.

Return Value

The Coded Concept for the specified index in the specified Context Group.

Example

For an example, refer to Insert.

Remarks

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Dicom requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features