.
This commit is contained in:
@@ -233,7 +233,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
const readDicomFile = (file, el) => {
|
const readDicomFile = (file, el) => {
|
||||||
reader(file).then(reader => {
|
dicomReader(file).then(reader => {
|
||||||
if ($("#id_examination").find(":selected")[0].dataset.select2Id == "2") {
|
if ($("#id_examination").find(":selected")[0].dataset.select2Id == "2") {
|
||||||
var byteArray = new Uint8Array(reader.result);
|
var byteArray = new Uint8Array(reader.result);
|
||||||
console.log("etrxact", reader)
|
console.log("etrxact", reader)
|
||||||
|
|||||||
Reference in New Issue
Block a user