←Select platform

ExistsCodedConcept Method

Summary

Determines whether the specified pointer is valid: that is, whether it points to a DicomCodedConcept object that specifies a Coded Concept that exists in one of the Context Groups in the Context Group Table.

Syntax
C#
VB
C++
public bool ExistsCodedConcept( 
   DicomCodedConcept codedConcept 
) 
Public Function ExistsCodedConcept( _ 
   ByVal codedConcept As DicomCodedConcept _ 
) As Boolean 
public: 
bool ExistsCodedConcept(  
   DicomCodedConcept^ codedConcept 
)  

Parameters

codedConcept
object to be tested

Return Value

true if codedConcept is a valid pointer. false if codedConcept is not a valid pointer.

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