←Select platform

GetLastCodedConcept Method

Summary

Returns the last Coded Concept in the specified Context Group.

Syntax
C#
VB
C++
public DicomCodedConcept GetLastCodedConcept( 
   DicomContextGroup contextGroup 
) 
Public Function GetLastCodedConcept( _ 
   ByVal contextGroup As DicomContextGroup _ 
) As DicomCodedConcept 
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.

Remarks

Example

For an example, refer to Insert.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly