Visual Basic (Declaration) | |
---|---|
Public Function GetLast() As DicomContextGroup |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomContextGroup GetLast() |
Managed Extensions for C++ | |
---|---|
public: DicomContextGroup* GetLast(); |
C++/CLI | |
---|---|
public: DicomContextGroup^ GetLast(); |
Return Value
DicomContextGroup object that points to the last Context Group in the Context Group Table.For an example, refer to Insert.
Use the Load and 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: 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
DicomContextGroupTable ClassDicomContextGroupTable Members
Load(String) Method
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) Method
GetFirst Method
GetNext Method
GetPrevious Method
Count Property
FindIndex Method
Find(String) Method
GetLastCodedConcept Method