DICOMCODEDCONCEPT

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.

Members

GENERICLINK

Reserved.

pszCodingSchemeDesignator

Character string that contains the Coding Scheme Designator (0008,0102) of the Coded Concept.

pszCodingSchemeVersion

Character string that contains the Coding Scheme Version (0008,0103) of the Coded Concept.

pszCodeValue

Character string that contains the Code Value (0008,0100) of the Coded Concept.

pszCodeMeaning

Character string that contains the Code Meaning (0008,0104) of the Coded Concept.

pContextGroupLocalVersion

Pointer to a VALUEDATETIME structure that contains the Context Group Local Version (0008,0107) of the Coded Concept.

pszContextGroupExtensionCreatorUID

Character string that contains the Context Group Extension Creator UID (0008,010D) of the Coded Concept.

Comments

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 Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help

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