Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lsgs/redcap-autoschedule
REDCap External Module for automated generation of record event schedules.
https://github.com/lsgs/redcap-autoschedule
mcri murdoch-childrens redcap redcap-external-module redcap-repo
Last synced: about 1 month ago
JSON representation
REDCap External Module for automated generation of record event schedules.
- Host: GitHub
- URL: https://github.com/lsgs/redcap-autoschedule
- Owner: lsgs
- License: gpl-3.0
- Created: 2018-12-04T08:08:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T03:34:15.000Z (about 1 year ago)
- Last Synced: 2024-08-02T05:11:37.050Z (5 months ago)
- Topics: mcri, murdoch-childrens, redcap, redcap-external-module, redcap-repo
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
********************************************************************************
# REDCap External Module: Auto-ScheduleLuke Stevens, Murdoch Children's Research Institute https://www.mcri.edu.au
********************************************************************************
## SummaryGenerate event schedules for project records automatically following save.
Four configuration options:
1. Generate schedule using baseline date value entered in specified event/field.
2. Generate schedule using baseline date value entered in specified field (any event).
3. Generate schedule on first data entry for specified event (uses current date as baseline).
4. Generate schedule on record creation (uses current date as baseline).********************************************************************************
## Implementation NoteThis module is implemented using the redcap_save_record hook. As a consequence, schedules are generated only following form saves and not following data imports.
Trigger fields on repeating forms are not supported.********************************************************************************