comparison OrthancServer/OrthancMoveRequestHandler.h @ 1162:1ea4094d077c db-changes

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 Sep 2014 13:25:37 +0200
parents 2d0a347e8cfc
children 6e7e5ed91c2d
comparison
equal deleted inserted replaced
1161:82cbf1480aac 1162:1ea4094d077c
39 class OrthancMoveRequestHandler : public IMoveRequestHandler 39 class OrthancMoveRequestHandler : public IMoveRequestHandler
40 { 40 {
41 private: 41 private:
42 ServerContext& context_; 42 ServerContext& context_;
43 43
44 bool LookupResource(std::string& publicId, 44 bool LookupIdentifier(std::string& publicId,
45 DicomTag tag, 45 DicomTag tag,
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)
51 { 51 {