diff OrthancServer/DicomProtocol/IFindRequestHandler.h @ 1800:30e97a1f4093 worklists

callback for handling worklists with plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 20 Nov 2015 13:53:20 +0100
parents 4f01c9d73f02
children 4e7c318a3f69
line wrap: on
line diff
--- a/OrthancServer/DicomProtocol/IFindRequestHandler.h	Fri Nov 20 12:57:14 2015 +0100
+++ b/OrthancServer/DicomProtocol/IFindRequestHandler.h	Fri Nov 20 13:53:20 2015 +0100
@@ -43,13 +43,7 @@
     {
     }
 
-    /**
-     * Can throw exceptions. Returns "false" iff too many results have
-     * to be returned. In such a case, a "Matching terminated due to
-     * Cancel request" DIMSE code would be returned.
-     * https://www.dabsoft.ch/dicom/4/V.4.1/
-     **/
-    virtual bool Handle(DicomFindAnswers& answers,
+    virtual void Handle(DicomFindAnswers& answers,
                         const DicomMap& input,
                         const std::string& remoteIp,
                         const std::string& remoteAet,