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
usingprior_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 ofBIRTHDATE
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
toasyncio
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: Ethan Siegel [email protected]
Co-authored-by: Eric Marriott [email protected]
Co-authored-by: Eric Marriott [email protected]
Co-authored-by: Roshni Biswas [email protected]
Co-authored-by: emarriott