- contextGroup
- DicomContextGroup object that specifies a Context Group in the Context Group Table. The method returns DicomCodedConcept object to the first Coded Concept in this Group, if it contains any.
Visual Basic (Declaration) | |
---|---|
Public Function GetLastCodedConcept( _ ByVal contextGroup As DicomContextGroup _ ) As DicomCodedConcept |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomCodedConcept GetLastCodedConcept( DicomContextGroup contextGroup ) |
C++/CLI | |
---|---|
public: DicomCodedConcept^ GetLastCodedConcept( DicomContextGroup^ contextGroup ) |
Parameters
- contextGroup
- DicomContextGroup object that specifies a Context Group in the Context Group Table. The method returns DicomCodedConcept object to the first Coded Concept in this Group, if it contains any.
Return Value
DicomCodedConcept object that specifies the first Coded Concept in the specified Context Group. null, The specified Context Group does not contain any Coded Concepts.For an example, refer to DicomContextGroupTable.Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags).
Along with this method, the following methods can be used to maneuver through the Coded Concepts of a Context Group in the Context Group Table: You can also use the GetCodedConceptCount and FindCodedConceptByIndex methods to enumerate the Coded Concepts. Use the GetContextGroup method to obtain the Context Group to which a Coded Concept belongs
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
GetFirstCodedConcept Method
GetNextCodedConcept Method
GetPreviousCodedConcept Method
GetCodedConceptCount Method
FindCodedConceptByIndex Method
GetContextGroup Method
SetCodeMeaning Method
DeleteCodedConcept Method
GetLast Method