Skip to content

Releases: OHDSI/WhiteRabbit

Updated Oracle driver

10 May 07:29
Compare
Choose a tag to compare

Updated the Oracle driver to support Oracle 12.

Multiple file formats for fake data

22 Dec 12:54
Compare
Choose a tag to compare

Multiple file formats are now supported as output for fake data. With thanks to @MaximMoinat.

Bug fix in testing framework

16 Nov 09:08
Compare
Choose a tag to compare

Fixes a bug in the unit test framework when performing a lookup with multiple conditions.

Running WhiteRabbit from the command line

01 Nov 10:03
Compare
Choose a tag to compare

Added support to run WhiteRabbit from the command line.

Minor bugfixes

05 Sep 08:18
Compare
Choose a tag to compare

Bugfixes in testing framework (for packages)

Experimental release: adding stem table to RiaH

19 Aug 10:20
Compare
Choose a tag to compare

This is an experimental release, introducing the notion of a stem table to RiaH. The stem table is a virtual intermediate table (that may or may not have a, equivalent in the real ETL) that is the origin for all CDM tables where assignment to that table is predicated on the domain of the concept ID that a record was mapped to.

For example, ICD-9 codes can map to concepts in either the condition or procedure domain, and ICD-9 diagnoses therefore need to be mapped to the condition_occurrence or procedure_occurrence table, depending on the domain of the mapped standard concept. Rather than specifying two mappings in RiaH, only one mapping to the stem table needs to be specified by the user. Default mappings from the stem table into the condition_occurrence and procedure_occurrence tables are already provided.

Load field values into existing ETL specs

20 Jul 07:10
Compare
Choose a tag to compare

Added ability to load field values and counts from a WhiteRabbit scan report into an existing ETL specification.

Saving and loading ETL specs as plain JSON + lookups for tests

19 Jul 09:09
Compare
Choose a tag to compare

Added ability to save ETL specs as plain JSON, so specs can be managed by standard version control systems

Added ability to look up values in other tables when defining tests.

Support for CDM v5.0.1.

Added support for CDM v5.0.1

24 Jun 06:16
Compare
Choose a tag to compare

Now supporting CDM v5.0.1 (new cost table). This is now the default target CDM.

Extended testing framework

02 Jun 04:55
Compare
Choose a tag to compare

Now able to override default values. Can test for specific row counts.