Mercurial > hg > orthanc
comparison OrthancServer/OrthancFindRequestHandler.h @ 1799:4f01c9d73f02 worklists
calledAet made available to all the handlers
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 20 Nov 2015 12:57:14 +0100 |
parents | 3309878b3e16 |
children | 30e97a1f4093 |
comparison
equal
deleted
inserted
replaced
1798:e92cd8841a5f | 1799:4f01c9d73f02 |
---|---|
56 } | 56 } |
57 | 57 |
58 virtual bool Handle(DicomFindAnswers& answers, | 58 virtual bool Handle(DicomFindAnswers& answers, |
59 const DicomMap& input, | 59 const DicomMap& input, |
60 const std::string& remoteIp, | 60 const std::string& remoteIp, |
61 const std::string& remoteAet); | 61 const std::string& remoteAet, |
62 const std::string& calledAet); | |
62 | 63 |
63 unsigned int GetMaxResults() const | 64 unsigned int GetMaxResults() const |
64 { | 65 { |
65 return maxResults_; | 66 return maxResults_; |
66 } | 67 } |