comparison 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
comparison
equal deleted inserted replaced
5557:87c0fbc8f457 5558:c1ed59a5bdc2
17 REST API 17 REST API
18 -------- 18 --------
19 19
20 * API version upgraded to 24 20 * API version upgraded to 24
21 * Added "MaximumPatientCount" in /system 21 * Added "MaximumPatientCount" in /system
22 * Added a new "LimitToThisLevelMainDicomTags" field in the payload of
23 /patients|studies|series/instances/../reconstruct to speed up the reconstruction
24 in case you just want to update the MainDicomTags of that resource level only
25 e.g. after you have updated the 'ExtraMainDicomTags' for this level.
22 26
23 Plugins 27 Plugins
24 ------- 28 -------
25 29
26 * Multitenant DICOM plugin: added support for locales 30 * Multitenant DICOM plugin: added support for locales
31 * Housekeeper plugin: Added an option "LimitMainDicomTagsReconstructLevel"
32 (allowed values: "Patient", "Study", "Series", "Instance"). This can greatly speed
33 up the housekeeper process e.g. if you have only update the Study level ExtraMainDicomTags.
27 34
28 35
29 Version 1.12.3 (2024-01-31) 36 Version 1.12.3 (2024-01-31)
30 =========================== 37 ===========================
31 38