←Select platform

GetFirstCodedConcept Method

Summary

Returns the first Coded Concept in the specified Context Group.

Syntax

C#
VB
WinRT C#
C++
public DicomCodedConcept GetFirstCodedConcept( 
   DicomContextGroup contextGroup 
) 
Public Function GetFirstCodedConcept( _ 
   ByVal contextGroup As Leadtools.Dicom.DicomContextGroup _ 
) As Leadtools.Dicom.DicomCodedConcept 
 function Leadtools.Dicom.DicomContextGroupTable.GetFirstCodedConcept(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly