This commit is contained in:
Ross
2021-12-01 20:39:56 +00:00
parent aa06fd888f
commit ae5687b2e5
+1 -1
View File
@@ -206,7 +206,7 @@
const readFile = (file, el) => {
reader(file).then(reader => {
console.log("hello", file, el, image)
if (!$("#id_examination").find(":selected").length) {
if ($("#id_examination").find(":selected")[0].dataset.select2Id == "2") {
var byteArray = new Uint8Array(reader.result);
console.log("etrxact")
extractDicomStudyDescription(byteArray);