Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: retrieving DICOM file is not working properly
# Problems - When move DICOM file to destination, we modify the file name to ${SOPInstanceUID}.dcm - But, in relative path that store in database, missing apply this rule # Solutions - modify path for `relativePath` in `dicom-file-saver.js` - `this.originalFilename` is unused, remove this variable
- Loading branch information