L_DicomSetCodedConceptCodeMeaning

#include "ltdic.h"

L_LTDIC_API L_BOOL L_DicomSetCodedConceptCodeMeaning(pCodedConcept, pszCodeMeaning)

Sets the Code Meaning (0008,0104) for the specified Coded Concept.

Parameters

pDICOMCODEDCONCEPT pCodedConcept

Pointer to a DICOMCODEDCONCEPT structure that specifies the Coded Concept whose Code Meaning is to be set.

L_TCHAR * pszCodeMeaning

Character string that contains the new Code Meaning (0008,0104).

Returns

Value Meaning
TRUE The Code Meaning was set successfully.
FALSE The function failed to allocate memory.

Comments

If a Context Group in the Context Group Table has a corresponding Group in the internal table maintained by LEADTOOLS, then you can use the L_DicomDefaultContextGroup function to discard any changes made to the Context Group, including those made to the Code Meanings of its Coded Concepts, and to revert to the values stored in the internal table.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

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 API Help

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