←Select platform

FindCodedConceptByIndex Method

Summary

Returns the Coded Concept at the specified index in the specified Context Group.

Syntax
C#
VB
C++
public DicomCodedConcept FindCodedConceptByIndex( 
   DicomContextGroup contextGroup, 
   int index 
) 
Public Function FindCodedConceptByIndex( _ 
   ByVal contextGroup As DicomContextGroup, _ 
   ByVal index As Integer _ 
) As DicomCodedConcept 
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.

Remarks

Example

For an example, refer to Insert.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly