diff OrthancServer/DicomProtocol/IWorklistRequestHandler.h @ 1795:af6840eb23ee worklists

HierarchicalMatcher
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Nov 2015 17:41:22 +0100
parents 1b1d5470233f
children 4f01c9d73f02
line wrap: on
line diff
--- a/OrthancServer/DicomProtocol/IWorklistRequestHandler.h	Thu Nov 19 16:02:35 2015 +0100
+++ b/OrthancServer/DicomProtocol/IWorklistRequestHandler.h	Thu Nov 19 17:41:22 2015 +0100
@@ -50,7 +50,7 @@
      * https://www.dabsoft.ch/dicom/4/V.4.1/
      **/
     virtual bool Handle(DicomFindAnswers& answers,
-                        const ParsedDicomFile& query,
+                        ParsedDicomFile& query,
                         const std::string& remoteIp,
                         const std::string& remoteAet) = 0;
   };