diff NEWS @ 5558:c1ed59a5bdc2

new LimitToThisLevelMainDicomTags reconstruct mode + * Housekeeper plugin: Added an option LimitMainDicomTagsReconstructLevel
author Alain Mazy <am@orthanc.team>
date Fri, 19 Apr 2024 11:27:39 +0200
parents 13eb84aea8b8
children c80dbbae3f60
line wrap: on
line diff
--- a/NEWS	Fri Apr 19 10:52:44 2024 +0200
+++ b/NEWS	Fri Apr 19 11:27:39 2024 +0200
@@ -19,11 +19,18 @@
 
 * API version upgraded to 24
 * Added "MaximumPatientCount" in /system
+* Added a new "LimitToThisLevelMainDicomTags" field in the payload of 
+  /patients|studies|series/instances/../reconstruct to speed up the reconstruction
+  in case you just want to update the MainDicomTags of that resource level only 
+  e.g. after you have updated the 'ExtraMainDicomTags' for this level.
 
 Plugins
 -------
 
 * Multitenant DICOM plugin: added support for locales
+* Housekeeper plugin: Added an option "LimitMainDicomTagsReconstructLevel"
+  (allowed values: "Patient", "Study", "Series", "Instance").  This can greatly speed
+  up the housekeeper process e.g. if you have only update the Study level ExtraMainDicomTags.
 
 
 Version 1.12.3 (2024-01-31)