This commit is contained in:
Ross
2022-04-06 22:27:24 +01:00
parent a17c249982
commit 9b6db27ea0
+1 -1
View File
@@ -233,7 +233,7 @@
}
const readDicomFile = (file, el) => {
reader(file).then(reader => {
dicomReader(file).then(reader => {
if ($("#id_examination").find(":selected")[0].dataset.select2Id == "2") {
var byteArray = new Uint8Array(reader.result);
console.log("etrxact", reader)