comparison NEWS @ 4888:8523078f3f4b

added new configuration to authorize C-Find for worklist independently from other C-Find
author Alain Mazy <am@osimis.io>
date Fri, 18 Feb 2022 15:45:28 +0100
parents 504624b0a062
children 6eff25f70121 85900e1516c6
comparison
equal deleted inserted replaced
4887:a29a6bdba9dd 4888:8523078f3f4b
2 =============================== 2 ===============================
3 3
4 General 4 General
5 ------- 5 -------
6 6
7 * New configuration "DicomAlwaysAllowFindWorklist" to complement the existing
8 "DicomAlwaysAllowFind" configuration. "DicomAlwaysAllowFind" applies now
9 only to C-Find for Patients/Studies/Series/Instances while C-Find for worklists are
10 covered by "DicomAlwaysAllowFindWorklist". The same changes applies to new
11 configurations in "DicomModalities": "AllowFind" is now complemented by
12 "AllowFindWorklist".
13 This new option allows improved security management. E.g: a modality might have
14 only "AllowStore" and "AllowFindWorklist" enabled but might have "AllowFind"
15 disabled to prevent listing past patient studies.
16 Possible BREAKING-CHANGE: if you relied on "DicomAlwaysAllowFind" or "AllowFind"
17 to specifically authorize C-Find for worklist, you now need to explicitely enable
18 "DicomAlwaysAllowFindWorklist" and/or "AllowFindWorklist"
7 * Added a storage cache in RAM to avoid reading the same files multiple times from 19 * Added a storage cache in RAM to avoid reading the same files multiple times from
8 the storage. This greatly improves, among other things, the performance of WADO-RS 20 the storage. This greatly improves, among other things, the performance of WADO-RS
9 retrieval of individual frames of multiframe instances. 21 retrieval of individual frames of multiframe instances.
10 * New configuration option "MaximumStorageCacheSize" to configure the size of 22 * New configuration option "MaximumStorageCacheSize" to configure the size of
11 the new storage cache. 23 the new storage cache.