comparison NEWS @ 3681:9dac85e807c2 storage-commitment

integration mainline->storage-commitment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Feb 2020 20:36:47 +0100
parents 3e68c3b4e3df 453c0ece560a
children 898903022836
comparison
equal deleted inserted replaced
3675:340bdcc298e9 3681:9dac85e807c2
20 ------- 20 -------
21 21
22 * New sample plugin: "ConnectivityChecks" 22 * New sample plugin: "ConnectivityChecks"
23 * New primitives to handle storage commitment SCP by plugins 23 * New primitives to handle storage commitment SCP by plugins
24 24
25 Lua
26 ---
27
28 * New events:
29 - "OnDeletedPatient", "OnDeletedStudy", "OnDeletedSeries", "OnDeletedInstance":
30 triggered when a resource is deleted
31 - "OnUpdatedPatient", "OnUpdatedStudy", "OnUpdatedSeries", "OnUpdatedInstance":
32 triggered when an attachment or a metadata is updated
33
25 Maintenance 34 Maintenance
26 ----------- 35 -----------
27 36
28 * Support of MPEG4 transfer syntaxes in C-Store SCP 37 * Support of MPEG4 transfer syntaxes in C-Store SCP
29 * C-Find SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE). 38 * C-FIND SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE).
30 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated. 39 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated.
40 * More strict C-FIND SCP wrt. the DICOM standard: Forbid wildcard
41 matching on some VRs, ignore main tags below the queried level
31 * Fix issue #65 (Logging improvements) 42 * Fix issue #65 (Logging improvements)
32 * Fix issue #156 (Chunked Dicom-web transfer uses 100% CPU) 43 * Fix issue #156 (Chunked Dicom-web transfer uses 100% CPU)
33 * Fix issue #165 (Boundary parameter in multipart Content-Type is too long) 44 * Fix issue #165 (Boundary parameter in multipart Content-Type is too long)
34 * Fix issue #166 (CMake find_boost version is now broken with newer boost/cmake) 45 * Fix issue #166 (CMake find_boost version is now broken with newer boost/cmake)
35 46