- 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 |
---|---|
|
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(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags).
Use the Load and DicomContextGroupTable.Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) 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: You can also use the Count property and FindIndex method to enumerate the Context Groups in the table. The Coded Concepts of a Context Group can be investigated using the following methods:
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family