comparison NEWS @ 5046:2b3b0ab88c1d

fix storage cache
author Alain Mazy <am@osimis.io>
date Wed, 29 Jun 2022 08:10:28 +0200
parents ec5c203a97ea
children eb657d880427
comparison
equal deleted inserted replaced
5045:a9ca92ecbbc2 5046:2b3b0ab88c1d
12 * "ExtraMainDicomTags" configuration now accepts Dicom Sequences. Sequences are 12 * "ExtraMainDicomTags" configuration now accepts Dicom Sequences. Sequences are
13 stored in a dedicated new metadata "MainDicomSequences". This should improve 13 stored in a dedicated new metadata "MainDicomSequences". This should improve
14 DicomWeb QIDO-RS and avoid warnings like "Accessing Dicom tags from storage when 14 DicomWeb QIDO-RS and avoid warnings like "Accessing Dicom tags from storage when
15 accessing series : 0040,0275". 15 accessing series : 0040,0275".
16 Main dicom sequences can now be returned in "MainDicomTags" and in "RequestedTags". 16 Main dicom sequences can now be returned in "MainDicomTags" and in "RequestedTags".
17
18 Bug Fixes
19 ---------
20
21 * Fix the storage cache that was not used by the Plugin SDK. This fixes the
22 DicomWeb plugin "/rendered" route performance issues.
17 23
18 24
19 Maintenance 25 Maintenance
20 ----------- 26 -----------
21 27