Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS DICOM C++ Class Library Help

DICOMCODEDCONCEPT

Show in webframe

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.

Member

Description

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.

See Also

Functions:

LDicomContextGroup::GetFirstCodedConcept, LDicomContextGroup::FindIndexCodedConcept, LDicomContextGroup::FindCodedConcept, LDicomContextGroup::SetCodeMeaning, LDicomContextGroup::InsertCodedConcept, LDicomContextGroup::DeleteCodedConcept

Topics:

Working with Context Groups

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.