LT-375, LT-376: Bug fix for metadata dicomParser function call

This commit is contained in:
Erik Ziegler 2016-11-18 12:34:06 +01:00
parent 16f61629d3
commit 63a7505a8d

View File

@ -83,7 +83,7 @@ function getFromDataSet(dataSet, type, tag) {
return;
}
return fn(tag);
return fn.call(dataSet, tag);
}
/**