LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

FindCodedConceptByIndex Method








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. .NET support WinRT support
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
)
ObjectiveC Syntax
 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomContextGroupTable Class
DicomContextGroupTable Members
GetCodedConceptCount Method
GetFirstCodedConcept Method
FindIndex Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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