comparison NEWS @ 3753:632cc0985276

integration storage-commitment->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 16 Mar 2020 12:14:25 +0100
parents bff4da769f6f
children 64a095d133a8
comparison
equal deleted inserted replaced
3751:89bd08fdd91b 3753:632cc0985276
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 General
5 -------
6
7 * Support of DICOM storage commitment
8
4 REST API 9 REST API
5 -------- 10 --------
6 11
7 * API version has been upgraded to 5 12 * API version has been upgraded to 5
8 * added "/peers/{id}/system" route to test the connectivity with a remote peer (and eventually 13 * Added:
9 retrieve its version number) 14 - "/peers/{id}/system": Test the connectivity with a remote peer
10 * "/changes": Allow the "limit" argument to be greater than 100 15 (and also retrieve its version number)
11 * "/instances/{id}/preview": Now takes the windowing into account 16 - "/tools/log-level": Access and/or change the log level without restarting Orthanc
12 * "/tools/log-level": Possibility to access and change the log level without restarting Orthanc 17 - "/instances/{id}/frames/{frame}/rendered" and "/instances/{id}/rendered":
13 * added "/instances/{id}/frames/{frame}/rendered" and "/instances/{id}/rendered" routes 18 Render frames, taking windowing and resizing into account
14 to render frames, taking windowing and resizing into account 19 - "/modalities/{...}/storage-commitment": Trigger storage commitment SCU
15 * "/instances": Support "Content-Encoding: gzip" to upload gzip-compressed DICOM files 20 - "/storage-commitment/{...}": Access storage commitment reports
16 * ".../modify" and "/tools/create-dicom": New option "PrivateCreator" for private tags 21 - "/storage-commitment/{...}/remove": Remove instances from storage commitment reports
22 * Improved:
23 - "/changes": Allow the "limit" argument to be greater than 100
24 - "/instances": Support "Content-Encoding: gzip" to upload gzip-compressed DICOM files
25 - ".../modify" and "/tools/create-dicom": New option "PrivateCreator" for private tags
26 - "/modalities/{...}/store": New Boolean argument "StorageCommitment"
17 27
18 Plugins 28 Plugins
19 ------- 29 -------
20 30
21 * New sample plugin: "ConnectivityChecks" 31 * New sample plugin: "ConnectivityChecks"
32 * New primitives to handle storage commitment SCP by plugins
22 33
23 Lua 34 Lua
24 --- 35 ---
25 36
26 * New events: 37 * New events:
30 triggered when an attachment or a metadata is updated 41 triggered when an attachment or a metadata is updated
31 42
32 Maintenance 43 Maintenance
33 ----------- 44 -----------
34 45
46 * New configuration options: "DefaultPrivateCreator" and "StorageCommitmentReportsSize"
35 * Support of MPEG4 transfer syntaxes in C-Store SCP 47 * Support of MPEG4 transfer syntaxes in C-Store SCP
36 * C-FIND SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE). 48 * C-FIND SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE).
37 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated. 49 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated.
38 * More strict C-FIND SCP wrt. the DICOM standard: Forbid wildcard 50 * More strict C-FIND SCP wrt. the DICOM standard: Forbid wildcard
39 matching on some VRs, ignore main tags below the queried level 51 matching on some VRs, ignore main tags below the queried level