Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

ExistsCodedConcept Method








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
public bool ExistsCodedConcept( 
   DicomCodedConcept codedConcept
)
'Declaration
 
Public Function ExistsCodedConcept( _
   ByVal codedConcept As DicomCodedConcept _
) As Boolean
'Usage
 
Dim instance As DicomContextGroupTable
Dim codedConcept As DicomCodedConcept
Dim value As Boolean
 
value = instance.ExistsCodedConcept(codedConcept)
public bool ExistsCodedConcept( 
   DicomCodedConcept codedConcept
)
 function Leadtools.Dicom.DicomContextGroupTable.ExistsCodedConcept( 
   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

See Also

Reference

DicomContextGroupTable Class
DicomContextGroupTable Members
GetFirstCodedConcept Method
FindCodedConceptByIndex Method
DeleteCodedConcept Method
Load(String) Method
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) Method
Exists Method

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