diff OrthancServer/ServerIndex.h @ 615:ec0b7a51d7bd find-move-scp

speed up find
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Oct 2013 11:42:46 +0200
parents b2357f1f026f
children fb49bf72ac2d
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Thu Oct 24 10:33:11 2013 +0200
+++ b/OrthancServer/ServerIndex.h	Thu Oct 24 11:42:46 2013 +0200
@@ -189,6 +189,11 @@
 
     void LookupTagValue(std::list<std::string>& result,
                         DicomTag tag,
+                        const std::string& value,
+                        ResourceType type);
+
+    void LookupTagValue(std::list<std::string>& result,
+                        DicomTag tag,
                         const std::string& value);
 
     void LookupTagValue(std::list<std::string>& result,