- 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.
Visual Basic (Declaration) | |
---|---|
Public Function FindCodedConceptByIndex( _ ByVal contextGroup As DicomContextGroup, _ ByVal index As Integer _ ) As DicomCodedConcept |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.For an example, refer to DicomContextGroupTable.Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags).
The following methods can also be used to maneuver through the Coded Concepts:
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family