dicomParser icon indicating copy to clipboard operation
dicomParser copied to clipboard

Fix parsing of truncated byte arrays

Open jmhmd opened this issue 3 years ago • 0 comments

This change will catch dataset parsing exceptions and merge in the parsed metadata header dataset with the partially parsed dataset and re-throw the exception. This allows a truncated byte array to still be parsed (up to the point of the parsing exception).

jmhmd avatar Jun 08 '22 02:06 jmhmd