comparison OrthancServer/ServerIndex.h @ 1721:3bcb01028107 db-changes

removed another flavor of ServerIndex::LookupIdentifier
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 10:39:21 +0200
parents 88b74d8512be
children f1901004f3e4
comparison
equal deleted inserted replaced
1720:88b74d8512be 1721:3bcb01028107
239 void LookupIdentifier(std::list<std::string>& result, 239 void LookupIdentifier(std::list<std::string>& result,
240 const DicomTag& tag, 240 const DicomTag& tag,
241 const std::string& value, 241 const std::string& value,
242 ResourceType type); 242 ResourceType type);
243 243
244 void LookupIdentifier(std::list<std::string>& result,
245 const DicomTag& tag,
246 const std::string& value);
247
248 StoreStatus AddAttachment(const FileInfo& attachment, 244 StoreStatus AddAttachment(const FileInfo& attachment,
249 const std::string& publicId); 245 const std::string& publicId);
250 246
251 void DeleteAttachment(const std::string& publicId, 247 void DeleteAttachment(const std::string& publicId,
252 FileContentType type); 248 FileContentType type);