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: 5 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T03:34:15.000Z (over 2 years ago)
- Last Synced: 2024-11-10T14:42:11.889Z (over 1 year 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-Schedule
Luke Stevens, Murdoch Children's Research Institute https://www.mcri.edu.au
********************************************************************************
## Summary
Generate 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 Note
This 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.
********************************************************************************