#include "ltdic.h"
static pDICOMCODEDCONCEPT LDicomContextGroup::FindCodedConcept(pContextGroup, pszCodingSchemeDesignator, pszCodeValue)
Returns a pointer to the Coded Concept, in the specified Context Group, which has the specified Coding Scheme Designator and Code Value.
Pointer to a DICOMCONTEXTGROUP structure that specifies the Context Group to be searched for the Coded Concept.
Character string that contains the Coding Scheme Designator (0008,0102) of the Coded Concept.
Character string that contains the Code Value (0008,0100) of the Coded Concept.
Value | Meaning |
---|---|
!NULL | Pointer to a DICOMCODEDCONCEPT structure 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. |
A Coded Concept is identified in its Context Group by its Coding Scheme Designator (0008,0102) and Code Value (0008,0100). Use the FindCodedConcept function to search a Context Group for a specific Coded Concept.
To search for a specific Context Group in the Context Group Table, call the LDicomContextGroup::Find function.
Required DLLs and Libraries
Win32, x64
For an example, refer to LDicomContextGroup::Find.
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