comparison OrthancServer/DatabaseWrapper.h @ 567:c2be0a0e049e find-move-scp

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Sep 2013 17:43:38 +0200
parents 2c739f76d0bb
children dbecea588ef5
comparison
equal deleted inserted replaced
565:c931ac02db82 567:c2be0a0e049e
70 void GetExportedResources(Json::Value& target, 70 void GetExportedResources(Json::Value& target,
71 SQLite::Statement& s, 71 SQLite::Statement& s,
72 int64_t since, 72 int64_t since,
73 unsigned int maxResults); 73 unsigned int maxResults);
74 74
75 void CompleteMainDicomTags();
76
75 public: 77 public:
76 void SetGlobalProperty(GlobalProperty property, 78 void SetGlobalProperty(GlobalProperty property,
77 const std::string& value); 79 const std::string& value);
78 80
79 bool LookupGlobalProperty(std::string& target, 81 bool LookupGlobalProperty(std::string& target,