...
REDCap PHP plugin: Click on this link (for OS v8.2 or above) or this link (for OS v8.1 or below) to download the REDCap-PHP plugin.
OpenSpecimen-REDCap Plugin: To download the OpenSpecimen-REDCap plugin, please contact Krishagni.
...
Log in to the REDCap server and navigate to the REDCap install directory containing the file redcap_connect.php and database.php files.
Following are example commands executed in our dev environment.
Code Block language none $ cd /home/var-www/html/redcap/ $ ls database.php redcap_connect.php database.php redcap_connect.php
Create a new 'plugins' directory if not present.
Code Block $ mkdir -p plugins
Download the PHP plugin and copy it to the plugins directory.
Code Block $ cp $RC_OS_PLUGIN/openspecimen_plugin.php plugins
To ensure that the plugins are correctly installed, you can invoke the following API using the HTTP client program of choice or run the commands as shown below.
Expand | ||||
---|---|---|---|---|
| ||||
Test Project Details
Test Events list
|
...