diff 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
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Tue Oct 20 10:24:10 2015 +0200
+++ b/OrthancServer/ServerIndex.h	Tue Oct 20 10:39:21 2015 +0200
@@ -241,10 +241,6 @@
                           const std::string& value,
                           ResourceType type);
 
-    void LookupIdentifier(std::list<std::string>& result,
-                          const DicomTag& tag,
-                          const std::string& value);
-
     StoreStatus AddAttachment(const FileInfo& attachment,
                               const std::string& publicId);