LDicomContextGroup::Default

#include "ltdic.h"

static L_BOOL LDicomContextGroup::Default(pContextGroup)

Restores the specified Context Group to the default values as stored in the internal table maintained by LEADTOOLS.

Parameters

pDICOMCONTEXTGROUP pContextGroup

Pointer to a DICOMCONTEXTGROUP structure that specifies the Context Group to be restored. If this parameter is set to NULL, the function restores all the Context Groups in the Context Group Table.

Returns

Value Meaning
TRUE The specified Context Group was restored successfully.
FALSE The function failed to allocate memory.

Comments

LEADTOOLS maintains an internal table of the Context Groups defined by the DICOM Content Mapping Resource (DCMR). Use the LDicomContextGroup::Load function to load Context Groups from this table into the Context Group Table. After a Context Group is loaded, its Coded Concepts can be deleted, their Code Meanings can be modified, and new Concepts can be added to the Group. Use the Default function to discard all the changes made to the Context Group.

If the internal table does not contain a Context Group with the same Context ID as that of the specified Context Group, the function will just return successfully without affecting the Context Group.

Required DLLs and Libraries

Platforms

Win32, x64

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.