Skip to content

Releases: OHDSI/WebAPI

Version 1.3.1

22 Aug 15:47
Compare
Choose a tag to compare

WebAPI Version 1.3.1

This is a post-release minor release to fix the following issues:

Fixes

  1. #122: cohort_ends temp table needs to be truncated/dropped

Version 1.3.0

17 Aug 14:15
Compare
Choose a tag to compare

WebAPI Version 1.3.0

New Features

  1. Cohort End Dates: introduction of new 'Cohort Exit Criteria' allowing specification of cohort end dates.
  2. Comparative Cohort Analysis Implementation: Produces R Script to execute CohortMethod given a T, C and O cohort.
  3. Added Device, Specimen, and Procedure domains to patient profile

Fixes

  1. Fixing thread safety issue in resolveConceptSetExpression
  2. Fixing result schema inconsistencies

Version 1.2.3

03 Aug 14:19
Compare
Choose a tag to compare

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

29 Jul 19:38
Compare
Choose a tag to compare

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

08 Jul 17:38
Compare
Choose a tag to compare

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

28 Jun 16:13
Compare
Choose a tag to compare

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

24 May 18:15
Compare
Choose a tag to compare

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

26 Apr 16:15
Compare
Choose a tag to compare

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

30 Apr 18:28
Compare
Choose a tag to compare

This is the first tagged release. The main reason is to demarcate the Heracles v1.0.0 WebAPI release.