-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Major Updates * Extend configuration to allow allow user to set new collections to use in matching and trial curations. Set new defaults in `config.json` using `prior_treatments` as an example. ## Bug Fixes * Check for patients who have aged in/out of trial eligibility since last time patient was run against trial and ensure patients are added to runs * Allow user to specify custom `trial_status` field instead of defaulting to using `_summary.status` to determine trial open/closed status * When using a Mongo `_id` as a trial identifier, remove `_id` from trial match pre-processing to avoid `_id` collisions * Use `BIRHTDATEINT` field instead of `BIRTHDATE` to calculate age eligibilities (BIRHTDATEINT is the patient's birth date as an integer using the format YYYYMMDD) ## Minor Updates * Update Jenkinsfile to include graph viz lib * Update README * Move debug flag higher in `init` to avoid missing extra logs * add `bypass_warnings` flag to continue runs when run flags have been toggled * Add `try/catch` to `asyncio` init * Add comments and additional logging * Chunk all queries to avoid hitting MongoDB query size limits * Add tests to verify that patients can age in/out of trial eligibilities * Various performance improvements Co-authored-by: Eric Marriott <marriott@ds.dfci.harvard.edu> Co-authored-by: esiegel <esiegel@jimmy.harvard.edu> Co-authored-by: Eric Marriott <marriott@bcb.dfci.harvard.edu> Co-authored-by: Roshni Biswas <rbiswas@ds.dfci.harvard.edu> Co-authored-by: emarriott <Limpitl0g>
- Loading branch information
1 parent
37fb5f2
commit ad5ddc6
Showing
35 changed files
with
1,155 additions
and
602 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
Oops, something went wrong.