.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user