This commit is contained in:
Ross
2022-04-06 22:17:13 +01:00
parent 9fa24569ea
commit bce5b0798f
+1 -1
View File
@@ -208,7 +208,7 @@
console.log("hello", file, el, image)
if ($("#id_examination").find(":selected")[0].dataset.select2Id == "2") {
var byteArray = new Uint8Array(reader.result);
console.log("etrxact")
console.log("etrxact", reader)
extractDicomStudyDescription(byteArray);
}
var image = new Image();