-
Notifications
You must be signed in to change notification settings - Fork 4
Setup a REDCap Connection
Aditya Chinchure edited this page Aug 28, 2020
·
3 revisions
With the help of administrative access to your REDCap instance, do the following:
- Clone or download this repository: LEAP-REDCap-External-Module
- Create a new folder
leap_connector_v0
in REDCap'smodules
folder - Move all the files to this new folder
- In REDCap, go to the External Modules section of your system wide control panel
- Enable the LEAP Connector module
- LEAP's module requires access to all projects. Open LEAPConnector's Config and give it the permission.
- In LEAP Connector's configuration, click on Generate button
- You can now visit the LEAP External Module page (under External Modules in the Control Center sidebar) to access your auth key:
You can connect to REDCap by adding the following to your Site Algo configuration:
"redcap_url": "<REDCap URL>/api",
"redcap_auth": "<AUTH TOKEN>",
"redcap_pid": <Project ID of REDCap>,
"csv_true": "0",
Now, you can use SQL Generators to get data from REDCap: https://github.com/leap-project/leap/wiki/SQL-Generators-for-REDCap
- Home
- Setup LEAP for development
- Configure LEAP
- API Usage
- Connecting to REDCap