ahcis-rds / study_finder

StudyFinder is a flexible and configurable application to pull studies from clinicaltrials.gov and augment the data from alternate datasources such as a clinical trials management system.
MIT License
17 stars 4 forks source link

Don't clear Condition and ConditionGroup on reload_all #64

Closed cdinger closed 4 years ago

cdinger commented 4 years ago

The studyfinder:ctgov:reload_all task is meant to throw away all studies and reload all history from clinicaltrials.gov. Since Condition/Group mappings are completely standalone, this operation also throws away any time-consuming manual entry that has been done. This data is completely separate from study data, so it seems better to have it remain even when studies are fully reloaded from source.