fix: prevent failure in DICOM loader for wadouri type (#5260)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
parent
84e3e43ae3
commit
d0cf9e02f4
@ -120,7 +120,7 @@ class DicomLoaderService {
|
|||||||
const imageInstance = getImageInstance(dataset);
|
const imageInstance = getImageInstance(dataset);
|
||||||
|
|
||||||
if (imageInstance) {
|
if (imageInstance) {
|
||||||
const imageId = getImageInstanceId(imageInstance);
|
let imageId = getImageInstanceId(imageInstance);
|
||||||
let getDicomDataMethod = fetchIt;
|
let getDicomDataMethod = fetchIt;
|
||||||
const loaderType = getImageLoaderType(imageId);
|
const loaderType = getImageLoaderType(imageId);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user