typedef struct tagDICOMCODEDCONCEPT
{
GENERICLINK /* reserved */
L_TCHAR * pszCodingSchemeDesignator; /* Coding Scheme Designator */
L_TCHAR * pszCodingSchemeVersion; /* Coding Scheme Version */
L_TCHAR * pszCodeValue; /* Code Value */
L_TCHAR * pszCodeMeaning; /* Code Meaning */
pVALUEDATETIME pContextGroupLocalVersion; /* pointer to the Context Group Local Version */
L_TCHAR * pszContextGroupExtensionCreatorUID; /* Context Group Extension Creator UID */
} DICOMCODEDCONCEPT, * pDICOMCODEDCONCEPT;
The DICOMCODEDCONCEPT structure is used to specify a Coded Concept.
Reserved.
Character string that contains the Coding Scheme Designator (0008,0102) of the Coded Concept.
Character string that contains the Coding Scheme Version (0008,0103) of the Coded Concept.
Character string that contains the Code Value (0008,0100) of the Coded Concept.
Character string that contains the Code Meaning (0008,0104) of the Coded Concept.
Pointer to a VALUEDATETIME structure that contains the Context Group Local Version (0008,0107) of the Coded Concept.
Character string that contains the Context Group Extension Creator UID (0008,010D) of the Coded Concept.
When the return value of a member function of the LDicomContextGroup class is a pointer to a DICOMCODEDCONCEPT structure, none of the members pszCodingSchemeDesignator, pszCodeValue, and pszCodeMeaning can be NULL.
For the Coded Concepts that are maintained internally, the members pContextGroupLocalVersion and pszContextGroupExtensionCreatorUID are always NULLs.
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