comparison OrthancServer/ServerIndex.h @ 1509:0586ed8897f1

limit and since arguments while retrieving DICOM resources in the REST API
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Aug 2015 10:01:59 +0200
parents c0bdc47165ef
children d6a93e12b1c1
comparison
equal deleted inserted replaced
1508:86394eb9f5bb 1509:0586ed8897f1
157 FileContentType contentType); 157 FileContentType contentType);
158 158
159 void GetAllUuids(std::list<std::string>& target, 159 void GetAllUuids(std::list<std::string>& target,
160 ResourceType resourceType); 160 ResourceType resourceType);
161 161
162 void GetAllUuids(std::list<std::string>& target,
163 ResourceType resourceType,
164 size_t since,
165 size_t limit);
166
162 bool DeleteResource(Json::Value& target /* out */, 167 bool DeleteResource(Json::Value& target /* out */,
163 const std::string& uuid, 168 const std::string& uuid,
164 ResourceType expectedType); 169 ResourceType expectedType);
165 170
166 void GetChanges(Json::Value& target, 171 void GetChanges(Json::Value& target,