LT-375, LT-376: Bug fix for metadata dicomParser function call
This commit is contained in:
parent
16f61629d3
commit
63a7505a8d
@ -83,7 +83,7 @@ function getFromDataSet(dataSet, type, tag) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
return fn(tag);
|
return fn.call(dataSet, tag);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user