derms / trait_odm_to_i2b2

TraIT ODM to i2b2 (OpenClinica to transMART converter)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ODM-to-i2b2

Build Status Coverage Status

A presentation of the project, users information and developers information are all included in this repository.

The ODM-to-i2b2 project is a forked version of the REDCap-to-i2b2 project with added functionality: community.i2b2.org/wiki/display/ODM2i2b2.

This tools allows you to convert an ODM file to tabular data files that are ready to be imported in an i2b2-like system like tranSMART. The 'OpenClinica to tranSMART' conversion, which exports tabular text files, builds on the same automatically generated Java sources as the 'REDCap to i2b2' conversion, which exports to a database:

Image project structure

Status at release 3.0 (2015 June 12th): 3 tabular files are produced for each study:

  • a clinical data file (with the data),
  • a columns file (with metadata about each column in the clinical data file) and
  • a wordmap file (with the full word values that come in place of the numerical codes that can be used in the clinical data file)

This conversion runs without errors for a wide variety of tested ODM exports from OpenClinica. It also deals appropriately with repeating elements, like events and item groups.

Main developers:

  • Ward BlondĂ©
  • Freek de Bruijn

About

TraIT ODM to i2b2 (OpenClinica to transMART converter)

License:Other


Languages

Language:Java 99.6%Language:Batchfile 0.4%