SMI / RdmpDicom

Plugin for RDMP that adds support for load, linking (with EHR data in relational databases) and extracting anonymous DICOM images for researchers.
GNU General Public License v3.0
4 stars 4 forks source link

Bugfix/RDMP-144 Safer Handling of Dicom Opening #401

Closed JFriel closed 4 months ago

JFriel commented 4 months ago

User reported issue when using the FoDicomAnonymiser. The Dicom file that was attempting to be processed did not exist on the file system. RDMP throw an error and the extraction failed.

This fix checks that the file exists prior to attempting to open it, and warns the user if the file does not exist.

jas88 commented 4 months ago

(Also bumping the TFM to .Net 8 since RDMP is 8 now, otherwise the build fails!)