Releases: OHDSI/WebAPI
Version 1.3.1
WebAPI Version 1.3.1
This is a post-release minor release to fix the following issues:
Fixes
- #122: cohort_ends temp table needs to be truncated/dropped
Version 1.3.0
WebAPI Version 1.3.0
New Features
- Cohort End Dates: introduction of new 'Cohort Exit Criteria' allowing specification of cohort end dates.
- Comparative Cohort Analysis Implementation: Produces R Script to execute CohortMethod given a T, C and O cohort.
- Added Device, Specimen, and Procedure domains to patient profile
Fixes
- Fixing thread safety issue in resolveConceptSetExpression
- Fixing result schema inconsistencies
Version 1.2.3
WebAPI Version 1.2.3
This is a post-release update to address a few issues.
Fixes
Concept sets with missing concepts no longer return NULL.
Version 1.2.2
WebAPI Version 1.2.2
This is a post-release update to address a few issues.
Fixes
Inclusion Rule order must be returned in the correct order for feasiblity impact analysis.
Sort sources by source key
Version 1.2.1
WebAPI Version 1.2.1
This is a post-release update to address a few issues.
Fixes
Concept Set queries should return all fields of concept in WebAPI call.
Temp table cleanup in cohort definition queries.
Fixing person api to work on Postgresql.
Version 1.2.0
WebAPI Version 1.2.0
Fixes
#113: Export breaks with large concept sets
#106: cohort-specfic report fails to show visualization on the Atlas reporting page
New Features
Cohort Definition service supports defining CIRCE expressions with inclusion rules.
- Part of generation is to provide statistics which is accessible via route: cohortdefinition/id/report/sourcekey
Profiles: A feature that shows a patient profile from a sample of a cohort, or by explicit PERSON_ID.
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)
Version 1.1.0
Release Notes
- Multi-Homed implementation to support Source & Source Daimon Configuration
- Added support for multiple JDBC drivers across containers
- Evidence REST services for LAERTES/PENELOPE
- Additions to the Vocabulary REST services
- Enhancements to Cohort Generation/Feasibility Study to support multiple data sources
- Various improvements for Cohort Reporting (Heracles)
First WebAPI Release
This is the first tagged release. The main reason is to demarcate the Heracles v1.0.0 WebAPI release.