.
This commit is contained in:
@@ -206,7 +206,7 @@
|
|||||||
const readFile = (file, el) => {
|
const readFile = (file, el) => {
|
||||||
reader(file).then(reader => {
|
reader(file).then(reader => {
|
||||||
console.log("hello", file, el, image)
|
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);
|
var byteArray = new Uint8Array(reader.result);
|
||||||
console.log("etrxact")
|
console.log("etrxact")
|
||||||
extractDicomStudyDescription(byteArray);
|
extractDicomStudyDescription(byteArray);
|
||||||
|
|||||||
Reference in New Issue
Block a user