comparison OrthancServer/OrthancExplorer/explorer.js @ 4731:283d246fafdb

fix broken "Do lookup" button in Orthanc Explorer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 27 Jun 2021 12:48:26 +0200
parents 569d9ef165b1
children c1d6ce00be3f 1a061bc2d6ca
comparison
equal deleted inserted replaced
4730:7826ac059c31 4731:283d246fafdb
521 'Level' : 'Study', 521 'Level' : 'Study',
522 'Expand' : true, 522 'Expand' : true,
523 'Limit' : LIMIT_RESOURCES + 1, 523 'Limit' : LIMIT_RESOURCES + 1,
524 'Query' : { 524 'Query' : {
525 'StudyDate' : $('#lookup-study-date').val() 525 'StudyDate' : $('#lookup-study-date').val()
526 } 526 },
527 'Full' : true
527 }; 528 };
528 529
529 $('#lookup-form input').each(function(index, input) { 530 $('#lookup-form input').each(function(index, input) {
530 if (input.value.length != 0) { 531 if (input.value.length != 0) {
531 if (input.id == 'lookup-patient-id') { 532 if (input.id == 'lookup-patient-id') {