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