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

Leadtools.Dicom Assembly