comparison OrthancServer/ServerIndex.h @ 1728:4941494b5dd8 db-changes

rename LookupIdentifier as LookupIdentifierExact
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 15:03:52 +0200
parents 1ae29c5e52fb
children 55d52567bebb
comparison
equal deleted inserted replaced
1727:1ae29c5e52fb 1728:4941494b5dd8
233 /* out */ unsigned int& countStudies, 233 /* out */ unsigned int& countStudies,
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 LookupIdentifierExact(std::list<std::string>& result,
239 ResourceType level, 239 ResourceType level,
240 const DicomTag& tag, 240 const DicomTag& tag,
241 const std::string& value); 241 const std::string& value);
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,