diff OrthancServer/OrthancExplorer/explorer.js @ 4740:c1d6ce00be3f openssl-3.x

integration mainline->openssl-3.x
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Jul 2021 08:40:43 +0200
parents f0038043fb97 283d246fafdb
children 56ed4c11fc2a
line wrap: on
line diff
--- a/OrthancServer/OrthancExplorer/explorer.js	Tue Jul 06 08:36:54 2021 +0200
+++ b/OrthancServer/OrthancExplorer/explorer.js	Tue Jul 06 08:40:43 2021 +0200
@@ -511,7 +511,8 @@
     'Limit' : LIMIT_RESOURCES + 1,
     'Query' : {
       'StudyDate' : $('#lookup-study-date').val()
-    }
+    },
+    'Full' : true
   };
 
   $('#lookup-form input').each(function(index, input) {