.
This commit is contained in:
@@ -305,7 +305,7 @@ function setUpDicom(element) {
|
|||||||
console.log("Dicom - load imageId: ", imageIds);
|
console.log("Dicom - load imageId: ", imageIds);
|
||||||
for (let index = 0; index < imageIds.length; index++) {
|
for (let index = 0; index < imageIds.length; index++) {
|
||||||
if (imageIds[index].endsWith("dcm")) {
|
if (imageIds[index].endsWith("dcm")) {
|
||||||
imageIds[index] = "wadouri" + imageIds[index];
|
imageIds[index] = "wadouri:" + imageIds[index];
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user