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