diff OrthancServer/DicomProtocol/IFindRequestHandler.h @ 1859:4e7c318a3f69

C-FIND SCP will return tags with sequence value representation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Dec 2015 11:22:05 +0100
parents 30e97a1f4093
children b1291df2f780
line wrap: on
line diff
--- a/OrthancServer/DicomProtocol/IFindRequestHandler.h	Tue Dec 01 16:57:03 2015 +0100
+++ b/OrthancServer/DicomProtocol/IFindRequestHandler.h	Wed Dec 02 11:22:05 2015 +0100
@@ -45,6 +45,7 @@
 
     virtual void Handle(DicomFindAnswers& answers,
                         const DicomMap& input,
+                        const std::list<DicomTag>& sequencesToReturn,
                         const std::string& remoteIp,
                         const std::string& remoteAet,
                         const std::string& calledAet) = 0;