Returns the Coded Concept, in the specified Context Group, which has the specified Coding Scheme Designator and Code Value.
public DicomCodedConcept FindCodedConcept(
DicomContextGroup contextGroup,
string codingSchemeDesignator,
string codeValue
)
Public Function FindCodedConcept( _
ByVal contextGroup As DicomContextGroup, _
ByVal codingSchemeDesignator As String, _
ByVal codeValue As String _
) As DicomCodedConcept
public:
DicomCodedConcept^ FindCodedConcept(
DicomContextGroup^ contextGroup,
String^ codingSchemeDesignator,
String^ codeValue
)
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.
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 does not contain a Coded Concept with the specified Coding Scheme Designator and Code Value.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document