.
This commit is contained in:
@@ -59,6 +59,12 @@
|
||||
.done(function (data) {
|
||||
console.log(data);
|
||||
|
||||
let images = data.images
|
||||
|
||||
if ("feedback_images" in data) {
|
||||
images.push(...images.feedback_images)
|
||||
}
|
||||
|
||||
let event = new CustomEvent('loadDicomViewerUrls', {
|
||||
"detail": { "images": data.images, "annotations": data.annotations }
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user