Skip to content
Chris Hafey edited this page May 4, 2016 · 3 revisions

It is possible that the actual DICOM P10 file is invalid in some way.

Make sure that the file can be parsed using dicomParser. Try loading the file with the DICOM Dump with Data Dictionary tool. If that works, the file is valid DICOM P10 and can be parsed.

Note that just because the file can be parsed properly with dicomParser does not mean that it is in fact a valid DICOM P10 file. dicomParser does not validate the actual contents of the file - the file could be missing required elements or have bad values for the elements. One thing you can do is run a DICOM validation tool on the file:

Clone this wiki locally