comparison OrthancServer/ServerIndex.h @ 1727:1ae29c5e52fb db-changes

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 14:50:10 +0200
parents f1901004f3e4
children 4941494b5dd8
comparison
equal deleted inserted replaced
1725:a7c05bbfaf6a 1727:1ae29c5e52fb
234 /* out */ unsigned int& countSeries, 234 /* out */ unsigned int& countSeries,
235 /* out */ unsigned int& countInstances, 235 /* out */ unsigned int& countInstances,
236 const std::string& publicId); 236 const std::string& publicId);
237 237
238 void LookupIdentifier(std::list<std::string>& result, 238 void LookupIdentifier(std::list<std::string>& result,
239 ResourceType level,
239 const DicomTag& tag, 240 const DicomTag& tag,
240 const std::string& value, 241 const std::string& value);
241 ResourceType type);
242 242
243 StoreStatus AddAttachment(const FileInfo& attachment, 243 StoreStatus AddAttachment(const FileInfo& attachment,
244 const std::string& publicId); 244 const std::string& publicId);
245 245
246 void DeleteAttachment(const std::string& publicId, 246 void DeleteAttachment(const std::string& publicId,