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




contextGroup
Specifies the Context Group to be searched for the Coded Concept.
codingSchemeDesignator
The Coding Scheme Designator (0008,0102) of the Coded Concept.
codeValue
The Code Value (0008,0100) of the Coded Concept.
Returns the Coded Concept, in the specified Context Group, which has the specified Coding Scheme Designator and Code Value.

Syntax

Visual Basic (Declaration) 
Public Function FindCodedConcept( _
   ByVal contextGroup As DicomContextGroup, _
   ByVal codingSchemeDesignator As String, _
   ByVal codeValue As String _
) As DicomCodedConcept
Visual Basic (Usage)Copy Code
Dim instance As DicomContextGroupTable
Dim contextGroup As DicomContextGroup
Dim codingSchemeDesignator As String
Dim codeValue As String
Dim value As DicomCodedConcept
 
value = instance.FindCodedConcept(contextGroup, codingSchemeDesignator, codeValue)
Managed Extensions for C++ 
public: DicomCodedConcept* FindCodedConcept( 
   DicomContextGroup* contextGroup,
   string* codingSchemeDesignator,
   string* codeValue
) 
C++/CLI 
public:
DicomCodedConcept^ FindCodedConcept( 
   DicomContextGroup^ contextGroup,
   String^ codingSchemeDesignator,
   String^ codeValue
) 

Parameters

contextGroup
Specifies the Context Group to be searched for the Coded Concept.
codingSchemeDesignator
The Coding Scheme Designator (0008,0102) of the Coded Concept.
codeValue
The Code Value (0008,0100) of the Coded Concept.

Return Value

DicomCodedConcept object that specifies the Coded Concept in the specified Context Group that has the specified Coding Scheme Designator and Code Value. null, The specified Context Group doesn’t contain a Coded Concept with the specified Coding Scheme Designator and Code Value.

Example

For an example, refer to Insert.

Remarks

  • A Coded Concept is identified in its Context Group by its Coding Scheme Designator (0008,0102) and Code Value (0008,0100). Use the FindCodedConcept method to search a Context Group for a specific Coded Concept.
  • To search for a specific Context Group in the Context Group Table, use the Find method.

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