Visual Basic (Declaration) | |
---|---|
Public Function GetFirst() As DicomContextGroup |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomContextGroupTable Dim value As DicomContextGroup value = instance.GetFirst() |
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.
- 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.GetLast
- 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)
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