Cannot load DICOM image: "...selected files listed in the database cannot be found on disk"

Hello,

I have been working mostly on TIFFs. However, I received new scan in DCM files. For some reason my Slicer can’t see the files.
Do you have an idea how to fix this?
image

Did you check the python console log as requested int he error messages?

Is this by any chance on a cloud mapped folder (dropbox, onedrive etc…)

Please follow the DICOM troubleshooting instructions in the documentation.

Specifically: Try moving the data and the database directory to a path that includes only US English characters (ASCII) to avoid possible parsing errors. No special, international characters are allowed.

Thanks for the feedback!
This is how my python console looks like

The files were incorrectly created (or too agressive anonymization made them unusable). Please go back to where you got the images from and ask for files that contain all required DICOM fields. In this case, the issue seems to be that required patient name, patient ID, or study instance UID field was missing.

1 Like

Thank you for the diagnosis!