comparison OrthancServer/ServerContext.h @ 1757:98abb8d7f905 db-changes

ServerContext::Apply lookup
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Oct 2015 12:29:12 +0100
parents faf2ecab3472
children 318c2e83c2bd
comparison
equal deleted inserted replaced
1756:03b030680e3d 1757:98abb8d7f905
45 #include "LuaScripting.h" 45 #include "LuaScripting.h"
46 #include "ParsedDicomFile.h" 46 #include "ParsedDicomFile.h"
47 #include "Scheduler/ServerScheduler.h" 47 #include "Scheduler/ServerScheduler.h"
48 #include "ServerIndex.h" 48 #include "ServerIndex.h"
49 #include "OrthancHttpHandler.h" 49 #include "OrthancHttpHandler.h"
50 #include "Search/LookupResource.h"
50 51
51 #include <boost/filesystem.hpp> 52 #include <boost/filesystem.hpp>
52 #include <boost/thread.hpp> 53 #include <boost/thread.hpp>
53 54
54 55
243 return httpHandler_; 244 return httpHandler_;
244 } 245 }
245 246
246 void Stop(); 247 void Stop();
247 248
249 bool Apply(std::vector<std::string>& result,
250 const ::Orthanc::LookupResource& lookup,
251 size_t maxResults);
252
248 253
249 /** 254 /**
250 * Management of the plugins 255 * Management of the plugins
251 **/ 256 **/
252 257