Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ExistsCodedConcept Method
See Also 
Leadtools.Dicom Namespace > DicomContextGroupTable Class : ExistsCodedConcept Method



codedConcept
object to be tested
codedConcept
object to be tested
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

Visual Basic (Declaration) 
Public Function ExistsCodedConcept( _
   ByVal codedConcept As DicomCodedConcept _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DicomContextGroupTable
Dim codedConcept As DicomCodedConcept
Dim value As Boolean
 
value = instance.ExistsCodedConcept(codedConcept)
C# 
public bool ExistsCodedConcept( 
   DicomCodedConcept codedConcept
)
C++/CLI 
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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features