Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
123andy committed Jun 16, 2022
1 parent ca856a5 commit 4ddf382
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Multi Signature Consent
A REDCap External Module that allows you to define one or more instruments. When they are complete, a combined PDF with signatures (and other fields) from those instruments is generated, saved to a field in the project, and also to the file repository for the project (like a normal e-consent PDF).

A REDCap External Module that allows you to create a single PDF that contains data from multiple REDCap forms. It was designed to allow participant and coordinator consent signatures to be merged into a single final PDF document.

When your defined logic is true, the module will merge forms into a single PDF and optionally save the PDF to the file repository (or to a file-upload field in the project).

You can couple this with an Alert and Notification to then send a copy of the combined PDF to a participant.

Use this link to see a demo: https://redcap.stanford.edu/surveys/?s=KXFHHCPNMP

*WARNING*: There is a troublesome configuration issue with the `redcap_pdf` hook that is used by this module. If, after installing this module and configuring it, nothing seems to happen when your logic evaluates to true then you may have the redcap_pdf function defined as part of your 'hook framework'. Search your `hooks_functions.php` or `hooks` folder if you have one in the root directory of your REDCap install and comment out the definition for the redcap pdf function. It will start with `function redcap_pdf`. The following community post describes the issue:
https://community.projectredcap.org/questions/108125/combining-multiple-completed-forms-into-a-single-p.html
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"namespace": "Stanford\\MultiSignatureConsent",

"description": "Allows for consent forms with multiple signatures",
"description": "This module allows you to combine data from one or more forms into a single PDF. It was designed for use in projects where you have multiple consent forms completed by multiple participants or coordinators and wish to merge them into a single, 'final', consent. You can then use an Alert and Notification to email the final consent to participants.",

"documentation": "README.md",

Expand Down

0 comments on commit 4ddf382

Please sign in to comment.