Bug fix in dicomParser which will soon be merged upstream
This commit is contained in:
parent
ec9b77c4d1
commit
8a844dd2fe
@ -250,7 +250,7 @@ var dicomParser = (function (dicomParser) {
|
||||
if(i !== 0) {
|
||||
result += '/';
|
||||
}
|
||||
result += func.call(dataSet, tag).toString();
|
||||
result += func.call(dataSet, tag, i).toString();
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user