Start improving atlas forms

This commit is contained in:
Ross
2023-06-12 16:31:08 +01:00
parent 5fbd4cd35e
commit c99fb5a3d6
2 changed files with 10 additions and 2 deletions
+5 -2
View File
@@ -318,10 +318,13 @@
} else {
toastr.info(`Unable to automatically set modality: ${modality}`)
toastr.info(`Unable to automatically set modality: ${modality}`);
}
to_replace = ["lt", "rt", "contrast", "LT", "RT", "Contrast"]
// If the dicom study_description contains multiple values select the first
study_description = study_description.split(",")[0].trim();
to_replace = ["lt", "rt", "contrast", "LT", "RT", "Contrast"];
for (let i = 0; i < to_replace.length; i++) {