LEADTOOLS Medical (Leadtools.Dicom assembly)

FindCodedConceptByIndex Method

Show in webframe







The Context Group that contains the specified Coded Concept.
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
public DicomCodedConcept FindCodedConceptByIndex( 
   DicomContextGroup contextGroup,
   int index
)
'Declaration
 
Public Function FindCodedConceptByIndex( _
   ByVal contextGroup As DicomContextGroup, _
   ByVal index As Integer _
) As DicomCodedConcept
'Usage
 
Dim instance As DicomContextGroupTable
Dim contextGroup As DicomContextGroup
Dim index As Integer
Dim value As DicomCodedConcept
 
value = instance.FindCodedConceptByIndex(contextGroup, index)
public DicomCodedConcept FindCodedConceptByIndex( 
   DicomContextGroup contextGroup,
   int index
)

            

            
 function Leadtools.Dicom.DicomContextGroupTable.FindCodedConceptByIndex( 
   contextGroup ,
   index 
)
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(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags).
Requirements

Target Platforms

See Also

Reference

DicomContextGroupTable Class
DicomContextGroupTable Members
GetCodedConceptCount Method
GetFirstCodedConcept Method
FindIndex Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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