Project-MONAI/monai-deploy-informatics-gateway

DICOM SCU to handle none dicom file types better

Closed this issue · 2 comments

Is your feature request related to a problem? Please describe.
When an export.request is sent to MIG, it contains files[]. This list may include unspecified file types as MWM will export .dcm, .DCM and unspecified file types to cater for model outputs. However sometime these unspecfied file types will not be dicoms and currently cause the Export Task to be marked as failed in the workflow.

MIG should be updated to cater for these files not being dicom.

Describe the solution you'd like
Open to a discussion on this. Needs to go through refinement

  1. Suppress those errors completely and send a export.complete as succeeded
    Q. What happens if all the files are unspecified and are all not dicom???

  2. Suppress those errors completely and send a export.complete as succeeded but include unsuccessful files in the metadata which s appended to the task

Closing as fixed in #201

🎉 This issue has been resolved in version 0.3.2 🎉

The release is available on: