DICOMCODESEQUENCEITEM

Summary

The DICOMCODESEQUENCEITEM structure contains the default set of attributes for a "Code Sequence Attributes" item.

Syntax

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; 

Members

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.

Comments

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.

Usage

Data Types

Functions

See Also

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.