add the ability to load by imageid

This commit is contained in:
Ross
2024-10-07 08:55:36 +01:00
parent 5ceacc441d
commit 174c7a444f
3 changed files with 12 additions and 2 deletions
+3 -1
View File
@@ -79,4 +79,6 @@ function loadDicomViewer(images_to_load, annotations_to_load) {
dicomViewer.loadCornerstone($(single_dicom2), null, images, annotations, load_as_stack);
}
}
}
}
window.dicomViewer = dicomViewer;