comparison OrthancServer/ServerIndex.h @ 1354:3dd494f201a1

ResourceFinder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 13 May 2015 12:17:35 +0200
parents 382439943749
children 111e23bb4904
comparison
equal deleted inserted replaced
1353:d7da97e21161 1354:3dd494f201a1
156 156
157 bool LookupAttachment(FileInfo& attachment, 157 bool LookupAttachment(FileInfo& attachment,
158 const std::string& instanceUuid, 158 const std::string& instanceUuid,
159 FileContentType contentType); 159 FileContentType contentType);
160 160
161 void GetAllUuids(Json::Value& target, 161 void GetAllUuids(std::list<std::string>& target,
162 ResourceType resourceType); 162 ResourceType resourceType);
163 163
164 bool DeleteResource(Json::Value& target /* out */, 164 bool DeleteResource(Json::Value& target /* out */,
165 const std::string& uuid, 165 const std::string& uuid,
166 ResourceType expectedType); 166 ResourceType expectedType);