comparison NEWS @ 5577:9e74e761b108 find-refactoring

integration mainline->find-refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Apr 2024 17:43:22 +0200
parents 5a13483d12c5 823aae1ea72a
children aafe402ec950
comparison
equal deleted inserted replaced
5574:5a13483d12c5 5577:9e74e761b108
34 34
35 * Multitenant DICOM plugin: added support for locales 35 * Multitenant DICOM plugin: added support for locales
36 * Housekeeper plugin: Added an option "LimitMainDicomTagsReconstructLevel" 36 * Housekeeper plugin: Added an option "LimitMainDicomTagsReconstructLevel"
37 (allowed values: "Patient", "Study", "Series", "Instance"). This can greatly speed 37 (allowed values: "Patient", "Study", "Series", "Instance"). This can greatly speed
38 up the housekeeper process e.g. if you have only update the Study level ExtraMainDicomTags. 38 up the housekeeper process e.g. if you have only update the Study level ExtraMainDicomTags.
39 * SDK: added OrthancPluginLogMessage that is a new primitive for plugins to log messages. 39 * SDK: added OrthancPluginLogMessage() that is a new primitive for
40 This new primitive will display the plugin name, plugin file name and plugin line number 40 plugins to log messages. This new primitive will display the plugin
41 in the logs. If they are using the OrthancFramework, plugins should now use LOG(INFO), 41 name, the plugin file name, and the plugin line number in the
42 LOG(WARNING) and LOG(ERROR) to log their messages. 42 logs. If they are not using the LOG() facilities provided by the
43 OrthancFramework, plugins should now use ORTHANC_PLUGINS_LOG_INFO(),
44 ORTHANC_PLUGINS_LOG_WARNING(), and ORTHANC_PLUGINS_LOG_ERROR().
43 45
44 46
45 Version 1.12.3 (2024-01-31) 47 Version 1.12.3 (2024-01-31)
46 =========================== 48 ===========================
47 49