comparison NEWS @ 3734:4fc24b69446a storage-commitment

triggering storage commitment scu from REST API
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Mar 2020 13:22:02 +0100
parents e7ff4f9b34bd
children 0540b54324f1
comparison
equal deleted inserted replaced
3731:e7ff4f9b34bd 3734:4fc24b69446a
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 "/peers/{id}/system" route to test the connectivity with a remote peer (and eventually
14 retrieve its version number) 14 retrieve its version number)
15 * "/changes": Allow the "limit" argument to be greater than 100 15 * "/changes": Allow the "limit" argument to be greater than 100
16 * "/instances/{id}/preview": Now takes the windowing into account 16 * "/instances/{id}/preview": Now takes the windowing into account
17 * "/tools/log-level": Possibility to access and change the log level without restarting Orthanc 17 * "/tools/log-level": Possibility to access and change the log level without restarting Orthanc
18 * added "/instances/{id}/frames/{frame}/rendered" and "/instances/{id}/rendered" routes 18 * Added "/instances/{id}/frames/{frame}/rendered" and "/instances/{id}/rendered" routes
19 to render frames, taking windowing and resizing into account 19 to render frames, taking windowing and resizing into account
20 * "/instances": Support "Content-Encoding: gzip" to upload gzip-compressed DICOM files 20 * "/instances": Support "Content-Encoding: gzip" to upload gzip-compressed DICOM files
21 * ".../modify" and "/tools/create-dicom": New option "PrivateCreator" for private tags 21 * ".../modify" and "/tools/create-dicom": New option "PrivateCreator" for private tags
22 * Added "/modalities/{...}/storage-commitment" route
23 * "/modalities/{...}/store" now accepts the Boolean argument "StorageCommitment"
22 24
23 Plugins 25 Plugins
24 ------- 26 -------
25 27
26 * New sample plugin: "ConnectivityChecks" 28 * New sample plugin: "ConnectivityChecks"