changeset 5127:6f41d47ef994

remove test code
author Alain Mazy <am@osimis.io>
date Mon, 19 Dec 2022 16:31:12 +0100
parents a6fa660ec26e
children ede035d48b8e
files OrthancServer/Sources/Search/DatabaseLookup.cpp
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Sources/Search/DatabaseLookup.cpp	Fri Dec 16 13:10:35 2022 +0100
+++ b/OrthancServer/Sources/Search/DatabaseLookup.cpp	Mon Dec 19 16:31:12 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())