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




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
)
Managed Extensions for 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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