Mercurial > hg > orthanc
comparison OrthancServer/ServerIndex.h @ 1720:88b74d8512be db-changes
removed unused flavor of ServerIndex::LookupIdentifier
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 20 Oct 2015 10:24:10 +0200 |
parents | 2b812969e136 |
children | 3bcb01028107 |
comparison
equal
deleted
inserted
replaced
1719:3b1f7e706d38 | 1720:88b74d8512be |
---|---|
243 | 243 |
244 void LookupIdentifier(std::list<std::string>& result, | 244 void LookupIdentifier(std::list<std::string>& result, |
245 const DicomTag& tag, | 245 const DicomTag& tag, |
246 const std::string& value); | 246 const std::string& value); |
247 | 247 |
248 void LookupIdentifier(LookupResults& result, | |
249 const DicomTag& tag, | |
250 const std::string& value); | |
251 | |
252 StoreStatus AddAttachment(const FileInfo& attachment, | 248 StoreStatus AddAttachment(const FileInfo& attachment, |
253 const std::string& publicId); | 249 const std::string& publicId); |
254 | 250 |
255 void DeleteAttachment(const std::string& publicId, | 251 void DeleteAttachment(const std::string& publicId, |
256 FileContentType type); | 252 FileContentType type); |