diff NEWS @ 3808:7f083dfae62b

new REST route: /modalities/{id}/store-straight
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 Apr 2020 14:06:13 +0200
parents cdb429340112
children ab9a0d1e0cc1
line wrap: on
line diff
--- a/NEWS	Thu Apr 02 18:08:08 2020 +0200
+++ b/NEWS	Fri Apr 03 14:06:13 2020 +0200
@@ -2,6 +2,15 @@
 ===============================
 
 
+REST API
+--------
+
+* API version has been upgraded to 6
+* Added:
+  - "/modalities/{id}/store-straight": Synchronously send the DICOM instance in POST
+    body to another modality (alternative to command-line tools such as "storescu")
+
+
 Maintenance
 -----------