Mercurial > hg > orthanc
comparison NEWS @ 4979:f316413027fd more-tags
renamed DbOptizer into Housekeeper + add Scheduler & triggers
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 25 Apr 2022 15:30:51 +0200 |
parents | 2cfa50d8eb60 |
children | 48b53ac404d9 8fba26292a9f |
comparison
equal
deleted
inserted
replaced
4978:2cfa50d8eb60 | 4979:f316413027fd |
---|---|
4 General | 4 General |
5 ------- | 5 ------- |
6 | 6 |
7 * New configuration "ExtraMainDicomTags" to store more tags in the Index DB | 7 * New configuration "ExtraMainDicomTags" to store more tags in the Index DB |
8 to speed up, e.g, building C-Find, dicom-web or tools/find answers | 8 to speed up, e.g, building C-Find, dicom-web or tools/find answers |
9 * New sample plugin: "DbOptimizer" that will re-construct the DB/Storage | 9 * New sample plugin: "Housekeeper" that will re-construct the DB/Storage |
10 when it detects there is room for improvements, e.g: | 10 when it detects there is room for improvements, e.g: |
11 - if files were stored with a version of Orthanc prior to 1.9.1, | 11 - if files were stored with a version of Orthanc prior to 1.9.1, |
12 the storage might still contain dicom-as-json files that are not needed | 12 the storage might still contain dicom-as-json files that are not needed |
13 anymore | 13 anymore -> it will remove them |
14 - if "ExtraMainDicomTags" has been changed. | 14 - if "ExtraMainDicomTags" has changed. |
15 - if "StorageCompression" has chagned. | |
15 * New configuration "Warnings" to enable/disable individual warnings that can | 16 * New configuration "Warnings" to enable/disable individual warnings that can |
16 be identified by a W0XX prefix in the logs. | 17 be identified by a W0XX prefix in the logs. |
17 These warnings have been added: | 18 These warnings have been added: |
18 - W001_TagsBeingReadFromStorage | 19 - W001_TagsBeingReadFromStorage |
19 - W002_InconsistentDicomTagsInDb | 20 - W002_InconsistentDicomTagsInDb |
37 - /studies, /studies/../series, /studies/../instances | 38 - /studies, /studies/../series, /studies/../instances |
38 - /series, /series/../instances | 39 - /series, /series/../instances |
39 - /instances | 40 - /instances |
40 * new field "MainDicomTags" in the /system route response to list the tags that | 41 * new field "MainDicomTags" in the /system route response to list the tags that |
41 are saved in DB | 42 are saved in DB |
43 * new field "StorageCompression" reported in the /system route response | |
42 | 44 |
43 | 45 |
44 Version 1.10.1 (2022-03-23) | 46 Version 1.10.1 (2022-03-23) |
45 =========================== | 47 =========================== |
46 | 48 |