comparison OrthancServer/ServerIndex.h @ 1145:0479d02c6778

Plugins can retrieve the path to Orthanc and to its configuration file
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Sep 2014 13:06:16 +0200
parents f167b672db94
children 1ea4094d077c
comparison
equal deleted inserted replaced
1144:fef79a477e09 1145:0479d02c6778
141 FileContentType contentType); 141 FileContentType contentType);
142 142
143 void GetAllUuids(Json::Value& target, 143 void GetAllUuids(Json::Value& target,
144 ResourceType resourceType); 144 ResourceType resourceType);
145 145
146 bool DeleteResource(Json::Value& target, 146 bool DeleteResource(Json::Value& target /* out */,
147 const std::string& uuid, 147 const std::string& uuid,
148 ResourceType expectedType); 148 ResourceType expectedType);
149 149
150 bool GetChanges(Json::Value& target, 150 bool GetChanges(Json::Value& target,
151 int64_t since, 151 int64_t since,