This commit is contained in:
Ross
2021-08-20 12:28:19 +01:00
parent eb11f0c7de
commit eb2efa8f44
4 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -159,7 +159,8 @@ window.addEventListener('loadDicomViewer', function (e) {
window.loadDicomViewerEvent = new Event('loadDicomViewerUrls');
window.addEventListener('loadDicomViewerUrls', function (e) {
loadDicomViewer(e.detail);
loadDicomViewer(e.detail.images, e.detail.annotations);
}, false);
function loadDicomViewer(images_to_load, annotations_to_load) {