-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload DICOM images with FTPS #226
Conversation
Gets rid of Docker warning on ARM machines.
One that works with Mac silicon machines
* Use FTP_TLS for tests Also use datetime utc so don't need to install extra library * Add headers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. Need to make some changes for it to work in production
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for getting this in 🎉
Happy for you to merge, some small suggestions remaining I think
upload_dicom_image()
inpixl_core
to export DICOM images over FTPS to the DSH.zip
file to<project_slug>/<pseudo_anon_identifier>.zip
Fixes #190