github OHDSI/WebAPI v2.12.0
WebAPI v2.12.0

latest releases: v2.14.0, v2.13.0, v2.12.1...
24 months ago

New Features

Implementation Notes

Phoebe 2.0

Phoebe 2.0 requires a new table concept_recommended to be created in your OMOP CDM schema. Instructions on creating this table and populating it with the suggested concept recommendations are found in this post: https://forums.ohdsi.org/t/phoebe-2-0/17410

Assigning/unassigning Tags to/from Multiple Assets

Tagging is enabled with the help of <tag.enabled>true</tag.enabled> in the server configuration (WebAPI) and by an entry
config.enableTaggingSection = true; in config-local.js in the client configuration (ATLAS)

Visit Detail as a new Criteria Item

To use this feature your OMOP CDM Data Source should have the optional visit_detail table populated. For more information, please refer to
http://ohdsi.github.io/CommonDataModel/cdm54.html#VISIT_DETAIL

New Dialects Support - Snowflake and Azure Synapse Analytics Dedicated

The following OHDSI repositories have been extended to support the dialects:
OMOP CDM - OMOP CDM DDL scripts can be found there
DatabaseConnector - an R package to connect to a database
DatabaseConnectorJars - an R package which provides external JAR dependencies for the DatabaseConnector package
SqlRender - an R package to translate OHDSI SQL to the corresponding dialect
Achilles - an R package which provides descriptive statistics for an OMOP CDM database
[ARACHNE Commons] (https://github.com/OHDSI/ArachneCommons/tree/1.17.x) (https://github.com/OHDSI/ArachneCommons/tree/master) - a common component used by ATLAS/WebAPI and ARACHNE to share common code
[ARACHNE Execution Engine] (https://github.com/OHDSI/ArachneExecutionEngine) - an application used to execute SQL and R code provided by ATLAS/WebAPI (Patient Level Prediction (PLP), Population Level Effect Estimation (PLE) analyses or [ARACHNE Data Node] (https://github.com/OHDSI/ArachneNodeAPI)

Bug Fixes

Known Issues

  • analyses execution on an IBM® Netezza® OMOP CDM Data Source are failing
  • PLP and PLE analyses execution on ARACHNE Execution Engine are not supported after updating WebAPI to use Hydra 0.3.0 skeletons - a new release of https://github.com/odysseusinc/DockerEnv is required
  • incorrect Cohort counts with a Visit Detail criteria when the corresponding OMOP CDM table is empty #2129

New Contributors

Thanks to @ttemnikova for Quality Assurance

Full Changelog: v2.11.0...v2.12.0

Don't miss a new WebAPI release

NewReleases is sending notifications on new releases.