-
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
ehr-api becomes export-api; losing and gaining some features #370
Conversation
…o better reflect what it now does, and to match the API endpoint name.
ehr-api/export-api, plus a bit of config to get it working there. Currently just moved into main module; will need organising into modules and other fixes in due course.
due to slugify confusion.
typing and other errors
checked manually and was obscuring errors, making debugging harder.
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 great! 🚀
I think we just need to tweak the Uploader.upload_dicom_image()
method a bit and make sure the Dicomweb uploader is still working.
OK so I pushed some changes to update the DICOMweb uploader and its tests, which includes a rework done by @stefpiatek in #378. This will break |
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.
Looks good, mostly pointing out some docs that potentially need updating, feel free to resolve all of these as you see fit.
Nice work! 🚀
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.
Really nice to see us stripping away so much. Thanks for getting this in Jeremy. Some suggestions, think integration of dicomweb will take a bit and then worth switching over to loguru for export-api
Co-authored-by: Stef Piatek <s.piatek@ucl.ac.uk>
Fixes #321
DICOMWeb uploads are known not to work; this is being fixed in #381
Git hasn't detected some files as renames, so you may wish to do:
git difftool main:pixl_ehr/src/pixl_ehr/main.py jeremy/export-api:pixl_export/src/pixl_export/main.py
git difftool main:pixl_ehr/tests/test_ehr_processing.py jeremy/export-api:pixl_export/tests/test_export_processing.py
etc.
TODO:
_EHR_
env variables