Version 1.1.1
WebAPI Version 1.1.1
Fixes
#92: Person service using incorrect daimon
#97: source service refresh route
#99: Slow performance of Codeset query on PDW
#101: Coalesce death_concept_id to 0 when null
New Features
Export concept sets to Zipped CSV
- Conceptsets in cohort definitions can be exported by accessing the route:
WebAPI/cohortdefinition/{id}/export/conceptset - Conceptsets from the repository can be exported by accessing the routes:
WebAPI/conceptset/{id}/export
WebAPI/conceptset/exportlist?conceptset=1+2+3+4... (where each int is a concept set ID)