Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/NEWS Wed Jun 22 15:37:08 2022 +0200 +++ b/NEWS Fri Jun 24 15:47:10 2022 +0200 @@ -9,6 +9,10 @@ * Lua: new "SetHttpTimeout" function * Lua: new "OnHeartBeat" callback called at regular interval provided that you have configured "LuaHeartBeatPeriod" > 0. +* "ExtraMainDicomTags" configuration now accepts Dicom Sequences. Sequences are + stored in a dedicated new metadata "MainDicomSequences". This should improve + DicomWeb QIDO-RS and avoid warnings like "Accessing Dicom tags from storage when + accessing series : 0040,0275" Maintenance @@ -26,6 +30,7 @@ * API version upgraded to 18 * /system is now reporting "DatabaseServerIdentifier" * Added an Asynchronous mode to /modalities/../move. +* "RequestedTags" option can now include DICOM sequences. Plugins -------