comparison OrthancServer/DatabaseWrapper.h @ 616:dbecea588ef5 find-move-scp

revert to database v3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Oct 2013 11:06:10 +0200
parents c2be0a0e049e
children 2d0a347e8cfc
comparison
equal deleted inserted replaced
615:ec0b7a51d7bd 616:dbecea588ef5
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
77 public: 75 public:
78 void SetGlobalProperty(GlobalProperty property, 76 void SetGlobalProperty(GlobalProperty property,
79 const std::string& value); 77 const std::string& value);
80 78
81 bool LookupGlobalProperty(std::string& target, 79 bool LookupGlobalProperty(std::string& target,