- index
- The index of the required Context Group. Valid values range from 0 to the count of Context Groups in the table minus 1. This count is returned by the Count property.
Visual Basic (Declaration) | |
---|---|
Public Function FindIndex( _ ByVal index As Integer _ ) As DicomContextGroup |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomContextGroup FindIndex( int index ) |
C++/CLI | |
---|---|
public: DicomContextGroup^ FindIndex( int index ) |
Parameters
- index
- The index of the required Context Group. Valid values range from 0 to the count of Context Groups in the table minus 1. This count is returned by the Count property.
Return Value
DicomContextGroup object that specifies the Context Group in the Context Group Table that is located at the specified index.For an example, refer to DicomContextGroupTable.Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags).
The following methods can also be used to maneuver through the Context Groups in the Context Group Table: Use the following methods to investigate the Coded Concepts of a Context Group:
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family