-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ehr-api becomes export-api; losing and gaining some features (#370)
* Rename extract-radiology-reports CLI command to export-patient-data to better reflect what it now does, and to match the API endpoint name. * Rename ehr api to export api * Move a lot of code in the orthanc-anon plugin into ehr-api/export-api, plus a bit of config to get it working there * Delete large amount of code relating to querying Emap Star and Cogstack, including fake servers * Remove ehr rabbitmq queue * Remove pixl az-copy-ehr command and related code * Clarify raw and slugified names * CliRunner invoke does not throw on a failed command - this needs to be checked manually and was obscuring errors, making debugging harder. * Make query simpler, and fix the detached instance error by removing the session.begin line (not completely sure why this fixes it) * Write radiology linker table * Fix mypy errors * Update docs in many places * Rename or delete _EHR_ environment variables * Move last remaining bits to loguru. * Make timeout a CLI parameter --------- Co-authored-by: Milan Malfait <[email protected]> Co-authored-by: Stef Piatek <[email protected]>
- Loading branch information
1 parent
253cc6e
commit 107c267
Showing
57 changed files
with
572 additions
and
1,582 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.