.
This commit is contained in:
@@ -252,7 +252,7 @@
|
|||||||
console.log("read" ,el);
|
console.log("read" ,el);
|
||||||
$(el).parent().parent().prepend(image);
|
$(el).parent().parent().prepend(image);
|
||||||
//images.push(reader.result);
|
//images.push(reader.result);
|
||||||
loadViewer(images);
|
loadViewer();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -271,12 +271,11 @@
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
console.log("images from files", images);
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function loadViewer(images) {
|
function loadViewer() {
|
||||||
//dicomViewer.loadCornerstone($("#single-dicom-viewer"), null, images, annotations);
|
//dicomViewer.loadCornerstone($("#single-dicom-viewer"), null, images, annotations);
|
||||||
file_set = $("#image_form_set input[type=file]");
|
file_set = $("#image_form_set input[type=file]");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user