diff OrthancServer/main.cpp @ 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 56f2397f027a
children 0540b54324f1
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Mon Mar 09 17:19:45 2020 +0100
+++ b/OrthancServer/main.cpp	Tue Mar 10 13:22:02 2020 +0100
@@ -137,14 +137,8 @@
                             const std::string& remoteAet,
                             const std::string& calledAet)
   {
+    // TODO
     printf("HANDLE REPORT\n");
-
-    /**
-     * "After the N-EVENT-REPORT has been sent, the Transaction UID is
-     * no longer active and shall not be reused for other
-     * transactions."
-     * http://dicom.nema.org/medical/dicom/2019a/output/chtml/part04/sect_J.3.3.html
-     **/
   }
 };