comparison NEWS @ 5043:ec5c203a97ea

returning sequences in MainDicomTags and RequestedTags
author Alain Mazy <am@osimis.io>
date Mon, 27 Jun 2022 15:22:19 +0200
parents 1c08cd68250a
children 2b3b0ab88c1d
comparison
equal deleted inserted replaced
5042:120945ce48b6 5043:ec5c203a97ea
10 * Lua: new "OnHeartBeat" callback called at regular interval provided that 10 * Lua: new "OnHeartBeat" callback called at regular interval provided that
11 you have configured "LuaHeartBeatPeriod" > 0. 11 you have configured "LuaHeartBeatPeriod" > 0.
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 17
17 18
18 Maintenance 19 Maintenance
19 ----------- 20 -----------
20 21