changeset 5128:ede035d48b8e

merge
author Alain Mazy <am@osimis.io>
date Mon, 19 Dec 2022 20:00:21 +0100
parents 6f41d47ef994 (diff) 8638522eeda1 (current diff)
children 16138d6d568d f2dcdbe05884
files
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Sources/Search/DatabaseLookup.cpp	Mon Dec 19 15:46:33 2022 +0100
+++ b/OrthancServer/Sources/Search/DatabaseLookup.cpp	Mon Dec 19 20:00:21 2022 +0100
@@ -113,14 +113,6 @@
                                         (*element, DicomToJsonFlags_None, 
                                          0, encoding, hasCodeExtensions, ignoreTagLength));
 
-      if (tag.getGroup() == 64 && tag.getElement() == 2)
-      {
-        constraints_[i]->IsMatch(value->GetContent());
-      }
-      if (tag.getGroup() == 64 && tag.getElement() == 3)
-      {
-        constraints_[i]->IsMatch(value->GetContent());
-      }
       // WARNING: Also modify "HierarchicalMatcher::Setup()" if modifying this code
       if (value.get() == NULL ||
           value->IsNull())