Mercurial > hg > orthanc
comparison OrthancServer/OrthancFindRequestHandler.h @ 665:41b3e5ccb291
fix for medInria
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 07 Nov 2013 16:25:28 +0100 |
parents | 5ab377df6d8b |
children | 2d0a347e8cfc |
comparison
equal
deleted
inserted
replaced
664:855adbdd75a6 | 665:41b3e5ccb291 |
---|---|
47 context_(context) | 47 context_(context) |
48 { | 48 { |
49 } | 49 } |
50 | 50 |
51 virtual void Handle(DicomFindAnswers& answers, | 51 virtual void Handle(DicomFindAnswers& answers, |
52 const DicomMap& input); | 52 const DicomMap& input, |
53 const std::string& callingAETitle); | |
53 }; | 54 }; |
54 } | 55 } |