←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#
Objective-C
C++/CLI
public bool ExistsCodedConcept( 
   DicomCodedConcept codedConcept 
) 
- (BOOL)codedConceptExists:(LTDicomCodedConcept *)codedConcept; 
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 22.0.2023.1.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

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