comparison NEWS @ 3738:bff4da769f6f storage-commitment

new route: "/storage-commitment/{...}/remove"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Mar 2020 20:53:40 +0100
parents 0540b54324f1
children 64a095d133a8
comparison
equal deleted inserted replaced
3737:f29843323daf 3738:bff4da769f6f
8 8
9 REST API 9 REST API
10 -------- 10 --------
11 11
12 * API version has been upgraded to 5 12 * API version has been upgraded to 5
13 * Added "/peers/{id}/system" route to test the connectivity with a remote peer (and eventually 13 * Added:
14 retrieve its version number) 14 - "/peers/{id}/system": Test the connectivity with a remote peer
15 * "/changes": Allow the "limit" argument to be greater than 100 15 (and also retrieve its version number)
16 * "/instances/{id}/preview": Now takes the windowing into account 16 - "/tools/log-level": Access and/or change the log level without restarting Orthanc
17 * "/tools/log-level": Possibility to access and change the log level without restarting Orthanc 17 - "/instances/{id}/frames/{frame}/rendered" and "/instances/{id}/rendered":
18 * Added "/instances/{id}/frames/{frame}/rendered" and "/instances/{id}/rendered" routes 18 Render frames, taking windowing and resizing into account
19 to render frames, taking windowing and resizing into account 19 - "/modalities/{...}/storage-commitment": Trigger storage commitment SCU
20 * "/instances": Support "Content-Encoding: gzip" to upload gzip-compressed DICOM files 20 - "/storage-commitment/{...}": Access storage commitment reports
21 * ".../modify" and "/tools/create-dicom": New option "PrivateCreator" for private tags 21 - "/storage-commitment/{...}/remove": Remove instances from storage commitment reports
22 * Added "/modalities/{...}/storage-commitment" route 22 * Improved:
23 * "/modalities/{...}/store" now accepts the Boolean argument "StorageCommitment" 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"
24 27
25 Plugins 28 Plugins
26 ------- 29 -------
27 30
28 * New sample plugin: "ConnectivityChecks" 31 * New sample plugin: "ConnectivityChecks"