←Select platform

GetFirstCodedConcept Method

Summary
Returns the first Coded Concept in the specified Context Group.
Syntax
C#
VB
C++
public DicomCodedConcept GetFirstCodedConcept( 
   DicomContextGroup contextGroup 
) 
Public Function GetFirstCodedConcept( _ 
   ByVal contextGroup As DicomContextGroup _ 
) As DicomCodedConcept 
public: 
DicomCodedConcept^ GetFirstCodedConcept(  
   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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.