comparison 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
comparison
equal deleted inserted replaced
3731:e7ff4f9b34bd 3734:4fc24b69446a
135 const std::vector<std::string>& failedSopInstanceUids, 135 const std::vector<std::string>& failedSopInstanceUids,
136 const std::string& remoteIp, 136 const std::string& remoteIp,
137 const std::string& remoteAet, 137 const std::string& remoteAet,
138 const std::string& calledAet) 138 const std::string& calledAet)
139 { 139 {
140 // TODO
140 printf("HANDLE REPORT\n"); 141 printf("HANDLE REPORT\n");
141
142 /**
143 * "After the N-EVENT-REPORT has been sent, the Transaction UID is
144 * no longer active and shall not be reused for other
145 * transactions."
146 * http://dicom.nema.org/medical/dicom/2019a/output/chtml/part04/sect_J.3.3.html
147 **/
148 } 142 }
149 }; 143 };
150 144
151 145
152 146