comparison NEWS @ 4944:f377d5643538 more-tags

new Warnings configuration + InstanceAvailability tag
author Alain Mazy <am@osimis.io>
date Thu, 17 Mar 2022 17:03:59 +0100
parents 304514ce84ee
children 3778a0433dd3
comparison
equal deleted inserted replaced
4941:96a3e81eba90 4944:f377d5643538
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3
4
5 General
6 -------
7
8 * New configuration "ExtraMainDicomTags" to store more tags in the Index DB
9 to speed up, e.g, building C-Find, dicom-web or tools/find answers
10 * New configuration "Warnings" to enable/disable individual warnings that can
11 be identified by a W0XX prefix in the logs.
12 These warnings have been added:
13 - W001_TagsBeingReadFromStorage
14 - W002_InconsistentDicomTagsInDb
15 * C-Find and QIDO-RS can now return the InstanceAvailability tag. Value is
16 always "ONLINE"
17
18 REST API
19 --------
20
21 * API version upgraded to 17
22 * new options in tools/find:
23 - "RequestedTags" (to use together with "Expand": true) contains a list of tags
24 that you'll receive in the "RequestedTags" field in the answers. These tags
25 may be tags from the MainDicomTags in DB, from the DICOM file or 'computed'
26 like ModalitiesInStudy. Check the new configuration "ExtraMainDicomTags" and
27 "Warnings" to optimize your queries.
28 - "EnableStorageAccessOnSearch": TODO: not implemented yet
29 - "EnableStorageAccessOnAnwers": TODO: not implemented yet
30 * new query argument "requestedTags" in all API routes listing resources:
31 - /patients, /patients/../studies, /patients/../series, /patients/../instances
32 - /studies, /studies/../series, /studies/../instances
33 - /series, /series/../instances
34 - /instances
3 35
4 36
5 37
6 Documentation 38 Documentation
7 ------------- 39 -------------