comparison 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
comparison
equal deleted inserted replaced
4739:8cc9137b5c2e 4740:c1d6ce00be3f
509 'Level' : 'Study', 509 'Level' : 'Study',
510 'Expand' : true, 510 'Expand' : true,
511 'Limit' : LIMIT_RESOURCES + 1, 511 'Limit' : LIMIT_RESOURCES + 1,
512 'Query' : { 512 'Query' : {
513 'StudyDate' : $('#lookup-study-date').val() 513 'StudyDate' : $('#lookup-study-date').val()
514 } 514 },
515 'Full' : true
515 }; 516 };
516 517
517 $('#lookup-form input').each(function(index, input) { 518 $('#lookup-form input').each(function(index, input) {
518 if (input.value.length != 0) { 519 if (input.value.length != 0) {
519 if (input.id == 'lookup-patient-id') { 520 if (input.id == 'lookup-patient-id') {