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".
Member |
Description |
uStructSize |
The size of the structure (use sizeof (DICOMCODESEQUENCEITEM) ) |
pszCodeValue |
Character string that contains the "Code Value" (0008,0100) element. |
pszCodingSchemeDesignator |
Character string that contains the "Coding Scheme Designator" (0008,0102) element. |
pszCodingSchemeVersion |
Character string that contains the "Coding Scheme Version" (0008,0103) element. |
pszCodeMeaning |
Character string that contains the "Code Meaning" (0008,0104) element. |
pszContextIdentifier |
Character string that contains the "Context Identifier" (0008,010F) element. |
pszMappingResource |
Character string that contains the "Mapping Resource" (0008,0105) element. |
pContextGroupVersion |
Pointer to a VALUEDATETIME structure that contains the "Context Group Version" (0008,0106) element. |
pContextGroupLocalVersion |
Pointer to a VALUEDATETIME structure that contains the "Context Group Local Version" (0008,0107) element. |
pszContextGroupExtensionCreatorUID |
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET