This commit is contained in:
Ross
2021-11-01 18:35:34 +00:00
parent b1214eba07
commit ee8ae0f6d5
+2
View File
@@ -458,6 +458,7 @@
console.log("STUDY", study_description);
// try to match with a study description
if ($(`#id_examination_from option`).length < 1) {
option = $(`#id_examination_from option[title*='${study_description}' i]`);
if (option.length) {
@@ -467,6 +468,7 @@
toastr.warning(`Unable to set examination ${study_description} from dicom data (it needs creating)`);
}
}
}
catch (err) {