comparison NEWS @ 5036:877bc3b96476

Handle Dicom sequences in ExtraMainDicomTags and save them in the 'MainDicomSequences' metadata
author Alain Mazy <am@osimis.io>
date Fri, 24 Jun 2022 15:47:10 +0200
parents eec3e4a91663
children 1c08cd68250a
comparison
equal deleted inserted replaced
5035:67d98fccc850 5036:877bc3b96476
7 * New sample plugin: "DelayedDeletion" that will delete files from disk 7 * New sample plugin: "DelayedDeletion" that will delete files from disk
8 asynchronously to speed up deletion of large studies. 8 asynchronously to speed up deletion of large studies.
9 * Lua: new "SetHttpTimeout" function 9 * Lua: new "SetHttpTimeout" function
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
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
15 accessing series : 0040,0275"
12 16
13 17
14 Maintenance 18 Maintenance
15 ----------- 19 -----------
16 20
24 -------- 28 --------
25 29
26 * API version upgraded to 18 30 * API version upgraded to 18
27 * /system is now reporting "DatabaseServerIdentifier" 31 * /system is now reporting "DatabaseServerIdentifier"
28 * Added an Asynchronous mode to /modalities/../move. 32 * Added an Asynchronous mode to /modalities/../move.
33 * "RequestedTags" option can now include DICOM sequences.
29 34
30 Plugins 35 Plugins
31 ------- 36 -------
32 37
33 * New function in the SDK: "OrthancPluginGetDatabaseServerIdentifier" 38 * New function in the SDK: "OrthancPluginGetDatabaseServerIdentifier"