Visual Basic (Declaration) | |
---|---|
Public Function GetFirst() As DicomContextGroup |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomContextGroup GetFirst() |
C++/CLI | |
---|---|
public: DicomContextGroup^ GetFirst(); |
Return Value
DicomContextGroup object points to the first Context Group in the Context Group Table.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
Reference
DicomContextGroupTable ClassDicomContextGroupTable Members
Load(String) Method
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) Method
GetLast Method
GetNext Method
GetPrevious Method
Count Property
FindIndex Method
Find(String) Method
GetFirstCodedConcept Method