diff 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
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Tue Oct 20 14:50:10 2015 +0200
+++ b/OrthancServer/ServerIndex.h	Tue Oct 20 15:03:52 2015 +0200
@@ -235,10 +235,10 @@
                        /* out */ unsigned int& countInstances, 
                        const std::string& publicId);
 
-    void LookupIdentifier(std::list<std::string>& result,
-                          ResourceType level,
-                          const DicomTag& tag,
-                          const std::string& value);
+    void LookupIdentifierExact(std::list<std::string>& result,
+                               ResourceType level,
+                               const DicomTag& tag,
+                               const std::string& value);
 
     StoreStatus AddAttachment(const FileInfo& attachment,
                               const std::string& publicId);