diff OrthancServer/Search/LookupIdentifierQuery.cpp @ 1751:fb569ee09a69 db-changes

LookupResource complete
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Oct 2015 16:05:42 +0100
parents 55d52567bebb
children 318c2e83c2bd
line wrap: on
line diff
--- a/OrthancServer/Search/LookupIdentifierQuery.cpp	Tue Oct 27 12:45:50 2015 +0100
+++ b/OrthancServer/Search/LookupIdentifierQuery.cpp	Tue Oct 27 16:05:42 2015 +0100
@@ -156,6 +156,7 @@
                                             const std::string& value)
   {
     assert(IsIdentifier(tag));
+    constraints_.push_back(new Disjunction);
     constraints_.back()->Add(tag, type, value);
   }