Fix typo in study date filtering for QIDO
This commit is contained in:
parent
351a1c2184
commit
95533c785b
@ -42,7 +42,7 @@ function filterToQIDOURL(server, filter) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// build the StudyDate range parameter
|
// build the StudyDate range parameter
|
||||||
if (filter.studyDateFrom || filter.sutydDateTo) {
|
if (filter.studyDateFrom || filter.studyDateTo) {
|
||||||
var date = "".concat(dateToString(new Date(filter.studyDateFrom)), "-", dateToString(new Date(filter.studyDateTo)));
|
var date = "".concat(dateToString(new Date(filter.studyDateFrom)), "-", dateToString(new Date(filter.studyDateTo)));
|
||||||
parameters.StudyDate = date;
|
parameters.StudyDate = date;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user