Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctsit/ae_and_conmeds
Adverse Events and Concomitant Medication instruments for REDCap
https://github.com/ctsit/ae_and_conmeds
deprecated hcv redcap reviewphilip
Last synced: 19 days ago
JSON representation
Adverse Events and Concomitant Medication instruments for REDCap
- Host: GitHub
- URL: https://github.com/ctsit/ae_and_conmeds
- Owner: ctsit
- License: other
- Created: 2015-09-10T18:51:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T13:10:01.000Z (almost 9 years ago)
- Last Synced: 2024-11-11T22:23:42.033Z (3 months ago)
- Topics: deprecated, hcv, redcap, reviewphilip
- Language: Shell
- Homepage:
- Size: 115 KB
- Stars: 2
- Watchers: 14
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README-developer.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Developers Notes
## Requirements
The export methods used here require the redcap_cli python module. To install
it use standard python methods for installing software.pip install redcap_cli
## Exporting dictionaries
To export these dictionaries from a project, use the redcap_metadata command
to export them on the command line:redcap_metadata --token [your_token] --url https://yourhost.domain.org/redcap/api/ > all.csv
If these dictionaries are mixed with other forms you want to exclude, you can
extract the AE and ConMeds forms easily with the script `export-all.sh`## Contributions
To make your own contribution to this instrument, please fork repo at Github,
modify files as needed and submit a pull request. Please submit pull requests
to the develop branch if it exists.## Releases
The project is managed with Gitflow to create releases. We use GitFlow
defaults for branch naming. The ChangeLog is managed according to the [Keep a
CHANGELOG](http://keepachangelog.com/). Version numbers adhere to [Semantic
Versioning 2.0.0](http://semver.org/)Release managers should attach revised packages to each release at
https://github.com/ctsit/ae_and_conmeds/releases Use "make build" to create
the zip files for the release.TODO: Consider using https://github.com/aktau/github-release to add packaged
instruments to the Github release.