Mercurial > hg > orthanc
diff NEWS @ 4961:1b76853e1797 more-tags
DbOptimizer plugin
author | Alain Mazy <am@osimis.io> |
---|---|
date | Wed, 23 Mar 2022 11:56:28 +0100 |
parents | 3778a0433dd3 |
children | 501411a67f10 |
line wrap: on
line diff
--- a/NEWS Wed Mar 23 11:52:19 2022 +0100 +++ b/NEWS Wed Mar 23 11:56:28 2022 +0100 @@ -7,6 +7,12 @@ * New configuration "ExtraMainDicomTags" to store more tags in the Index DB to speed up, e.g, building C-Find, dicom-web or tools/find answers +* New sample plugin: "DbOptimizer" that will re-construct the DB/Storage + when it detects there is room for improvements, e.g: + - if files were stored with a version of Orthanc prior to 1.9.1, + the storage might still contain dicom-as-json files that are not needed + anymore + - if "ExtraMainDicomTags" has been changed. * New configuration "Warnings" to enable/disable individual warnings that can be identified by a W0XX prefix in the logs. These warnings have been added: @@ -25,14 +31,13 @@ may be tags from the MainDicomTags in DB, from the DICOM file or 'computed' like ModalitiesInStudy. Check the new configuration "ExtraMainDicomTags" and "Warnings" to optimize your queries. - - "EnableStorageAccessOnSearch": TODO: not implemented yet - - "EnableStorageAccessOnAnwers": TODO: not implemented yet * new query argument "requestedTags" in all API routes listing resources: - /patients, /patients/../studies, /patients/../series, /patients/../instances - /studies, /studies/../series, /studies/../instances - /series, /series/../instances - /instances -* new field "MainDicomTags" in the /system route response +* new field "MainDicomTags" in the /system route response to list the tags that + are saved in DB Documentation