- contextGroup
- Specifies a Context Group in the Context Group Table.
| Visual Basic (Declaration) | |
|---|---|
| Public Function GetNext( _ ByVal contextGroup As DicomContextGroup _ ) As DicomContextGroup | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As DicomContextGroupTable Dim contextGroup As DicomContextGroup Dim value As DicomContextGroup value = instance.GetNext(contextGroup) | |
| C# | |
|---|---|
| public DicomContextGroup GetNext( DicomContextGroup contextGroup ) | |
| C++/CLI | |
|---|---|
| public: DicomContextGroup^ GetNext( DicomContextGroup^ contextGroup ) | |
Parameters
- contextGroup
- Specifies a Context Group in the Context Group Table.
Return Value
a DicomContextGroup object that points to the Context Group in the Context Group Table that immediately follows the specified Context Group in contextGroup parameter.For an example, refer to DicomContextGroupTable.Insert. 
            
 
            
            - Use the Leadtools.Dicom.DicomContextGroupTable.Load and DicomContextGroupTable.Insert methods to add Context Groups to the Context Group Table.
- Along with this method, the following methods can be used to maneuver through the Context Groups in the Context Group Table:
        Leadtools.Dicom.DicomContextGroupTable.GetFirst 
- You can also use the Count property and Leadtools.Dicom.DicomContextGroupTable.FindIndex method to enumerate the Context Groups in the table.
- The Coded Concepts of a Context Group can be investigated using the following methods:
        Leadtools.Dicom.DicomContextGroupTable.GetFirstCodedConcept Leadtools.Dicom.DicomContextGroupTable.FindCodedConceptByIndex 
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
 
  