tertek / redcap-repeat-survey-link

Access to the next instance of a repeating instrument's survey from any other instrument/form/survey.
MIT License
1 stars 1 forks source link

Repeat Survey Link

Access to the next instance of a repeating instrument's survey from any other instrument/form/survey.

This module is only working with the first event id. A full multiple event functionality is not implemented.

Description

This module adds the possibility to define a "Repeat Survey Link" that can be accessed from anywhere. Currently, the REDCap Smart Variable [next-instance] does only work within the same instrument context and therefore cannot be used to generate a survey link from another instrument for its next instance.

After saving the module configuration (see next section), the module logic will be triggered once for all relevant records and then after each save on the specific record itself. Hooks beeing used are:

Setup / Usage

Install the module from REDCap module repository and enable over Control Center. Before configuring the module it is recommended to fullfil necessary requirements and limitations, as listed below.

After enabling the module for a project go to module configuration and add a "Repeat Survey Link":

Repeat this process for any other repeating instrument by adding a new "Repeat Survey Link".

Necessary Requirements/Limitations

Project:

Repeating Instrument:

Helper Variable:

Database:

Roadmap

Changelog

Version Description
v1.0.0 Initial release.
v1.0.1 DB security enhancement.
v1.0.2 Use parametrized queries.
v1.0.3 Minor Fix.
v2.0.0 Upgrade to module framework version 9.