Add annotation data extraction in setUpDicomLegacy function
This commit is contained in:
@@ -370,6 +370,8 @@ async function setUpDicomLegacy(element) {
|
||||
|
||||
const images = element.dataset.url.split(",");
|
||||
|
||||
const annotation = element.dataset.annotations;
|
||||
|
||||
//console.log("Dicom - load imageId: ", imageIds);
|
||||
//for (let index = 0; index < imageIds.length; index++) {
|
||||
// if (imageIds[index].endsWith("dcm")) {
|
||||
|
||||
Reference in New Issue
Block a user