←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 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.