comparison OrthancServer/OrthancMoveRequestHandler.h @ 1721:3bcb01028107 db-changes

removed another flavor of ServerIndex::LookupIdentifier
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 10:39:21 +0200
parents 3309878b3e16
children 4f01c9d73f02
comparison
equal deleted inserted replaced
1720:88b74d8512be 1721:3bcb01028107
40 { 40 {
41 private: 41 private:
42 ServerContext& context_; 42 ServerContext& context_;
43 43
44 bool LookupIdentifier(std::string& publicId, 44 bool LookupIdentifier(std::string& publicId,
45 DicomTag tag, 45 ResourceType level,
46 const DicomMap& input); 46 const DicomMap& input);
47 47
48 public: 48 public:
49 OrthancMoveRequestHandler(ServerContext& context) : 49 OrthancMoveRequestHandler(ServerContext& context) :
50 context_(context) 50 context_(context)