Mercurial > hg > orthanc
comparison NEWS @ 4965:f78438f61847 more-tags
integration mainline->more-tags
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Mar 2022 18:04:40 +0100 |
parents | 501411a67f10 7ae27bc1f4bb |
children | 03632ed1eb67 |
comparison
equal
deleted
inserted
replaced
4962:501411a67f10 | 4965:f78438f61847 |
---|---|
2 =============================== | 2 =============================== |
3 | 3 |
4 General | 4 General |
5 ------- | 5 ------- |
6 | 6 |
7 * Improved DICOM authorization checks when multiple modalities are | |
8 declared with the same AET. | |
9 * New configuration "ExtraMainDicomTags" to store more tags in the Index DB | 7 * New configuration "ExtraMainDicomTags" to store more tags in the Index DB |
10 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 |
11 * New sample plugin: "DbOptimizer" that will re-construct the DB/Storage | 9 * New sample plugin: "DbOptimizer" that will re-construct the DB/Storage |
12 when it detects there is room for improvements, e.g: | 10 when it detects there is room for improvements, e.g: |
13 - 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, |
37 - /studies, /studies/../series, /studies/../instances | 35 - /studies, /studies/../series, /studies/../instances |
38 - /series, /series/../instances | 36 - /series, /series/../instances |
39 - /instances | 37 - /instances |
40 * new field "MainDicomTags" in the /system route response to list the tags that | 38 * new field "MainDicomTags" in the /system route response to list the tags that |
41 are saved in DB | 39 are saved in DB |
40 | |
41 | |
42 Version 1.10.1 (2022-03-23) | |
43 =========================== | |
44 | |
45 General | |
46 ------- | |
47 | |
48 * Improved DICOM authorization checks when multiple modalities are | |
49 declared with the same AET. | |
42 | 50 |
43 Plugins | 51 Plugins |
44 ------- | 52 ------- |
45 | 53 |
46 * New function in the SDK: "OrthancPluginRegisterWebDavCollection()" | 54 * New function in the SDK: "OrthancPluginRegisterWebDavCollection()" |