REDCap Electronic Data Importer (RED-I)
- 1. University of Florida Clinical and Translational Science Insitute
Description
RED-I Project
The REDCap Electronic Data Importer (RED-I) is a tool to automate the process of loading clinical data from EMRs into REDCap Study data capture systems. RED-I is a general purpose tool for REDCap data importing suitable for use on any study in any REDCap system. It uses XML lookups to translate csv into REDCap format eav. The tool allows study data to be securely uploaded from clinical reporting systems, error checked, and uploaded into REDCap. It provides the investigator with feedback on upload success in the form of summary reporting of the data upload process.
Directory layout
redi : This is the common repository for RED-I. This repository contains generic artifacts ├── CHANGELOG - log of changes to the REDI project ├── bin : This folder consists of all the python modules for this repo ├── config-example : This folder will consist of the configuration files specific to this repo ├── doc : This folder contains the documentation such as installation instructions, process flow specific to this repo ├── log : This folder has the log files that are generated during the run └── test : This folder has the test modules and test suite for this repo
Installation
git clone cd cp config-example config
Adapt the example config folder to your needs.
Reference doc/README-install.md for more installation details. Configuration docs have not yet been written.
Usage
$python /bin/redi.py
Testing
To run the tests:
$ python /test/TestSuite.py
Contributing
- Fork it.
- Create a branch (git checkout -b my_branch)
- Commit your changes (git commit -am "Add blah blah blah")
- Push to the branch (git push origin my_branch)
- Open a pull request
- Enjoy a refreshing Diet Coke (diet only) and wait
Files
redi-v0.6.2.zip
Files
(79.8 kB)
Name | Size | Download all |
---|---|---|
md5:4042f970e2bed39d9661a2ea3838f71f
|
79.8 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ctsit/redi/tree/v0.6.2 (URL)