DICOMCODEDCONCEPT (original) (raw)
Summary
The DICOMCODEDCONCEPT structure is used to specify a Coded Concept.
Syntax
typedef struct tagDICOMCODEDCONCEPT
{
GENERICLINK /* reserved */
[L_TCHAR](../../main/api/leadtools-basic-data-types.html) * pszCodingSchemeDesignator; /* Coding Scheme Designator */
[L_TCHAR](../../main/api/leadtools-basic-data-types.html) * pszCodingSchemeVersion; /* Coding Scheme Version */
[L_TCHAR](../../main/api/leadtools-basic-data-types.html) * pszCodeValue; /* Code Value */
[L_TCHAR](../../main/api/leadtools-basic-data-types.html) * pszCodeMeaning; /* Code Meaning */
[pVALUEDATETIME](valuedatetime.html) pContextGroupLocalVersion; /* pointer to the Context Group Local Version */
[L_TCHAR](../../main/api/leadtools-basic-data-types.html) * pszContextGroupExtensionCreatorUID; /* Context Group Extension Creator UID */
} DICOMCODEDCONCEPT, * pDICOMCODEDCONCEPT;
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.
Usage
- LDicomContextGroup::DeleteCodedConcept
- LDicomContextGroup::ExistsCodedConcept
- LDicomContextGroup::FindCodedConcept
- LDicomContextGroup::FindIndexCodedConcept
- LDicomContextGroup::GetContextGroup
- LDicomContextGroup::GetFirstCodedConcept
- LDicomContextGroup::GetLastCodedConcept
- LDicomContextGroup::GetNextCodedConcept
- LDicomContextGroup::GetPrevCodedConcept
- LDicomContextGroup::InsertCodedConcept
- LDicomContextGroup::SetCodeMeaning