typedef struct tagDICOMCODESEQUENCEITEM
{
L_UINT uStructSize; /* Structure Size */
L_TCHAR* pszCodeValue; /* Code Value */
L_TCHAR* pszCodingSchemeDesignator; /* Coding Scheme Designator */
L_TCHAR* pszCodingSchemeVersion; /* Coding Scheme Version */
L_TCHAR* pszCodeMeaning; /* Code Meaning */
L_TCHAR* pszContextIdentifier; /* Context Identifier */
L_TCHAR* pszMappingResource; /* Mapping Resource */
pVALUEDATETIME pContextGroupVersion; /* Pointer to Context Group Version */
pVALUEDATETIME pContextGroupLocalVersion; /* Pointer to Context Group Local Version */
L_TCHAR * pszContextGroupExtensionCreatorUID; /* Context Group Extension Creator UID */
} DICOMCODESEQUENCEITEM, * pDICOMCODESEQUENCEITEM;
The members of this structure represent the default set of attributes encapsulated in the items of "Code Sequence Attributes".
The size of the structure (use sizeof (DICOMCODESEQUENCEITEM) )
Character string that contains the "Code Value" (0008,0100) element.
Character string that contains the "Coding Scheme Designator" (0008,0102) element.
Character string that contains the "Coding Scheme Version" (0008,0103) element.
Character string that contains the "Code Meaning" (0008,0104) element.
Character string that contains the "Context Identifier" (0008,010F) element.
Character string that contains the "Mapping Resource" (0008,0105) element.
Pointer to a VALUEDATETIME structure that contains the "Context Group Version" (0008,0106) element.
Pointer to a VALUEDATETIME structure that contains the "Context Group Local Version" (0008,0107) element.
Character string that contains the "Context Group Extension Creator UID" (0008,010D) element.
The members of this structure are based on the default set of attributes encapsulated in the items of "Code Sequence Attributes". These attributes comprise the "Code Sequence Macro". For more information, refer to "Standard Attribute Sets For Code Sequence Attributes" in the DICOM standard.
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