https://github.com/ctsit/redcap-data-entry-form_complex-validation-hook
Complex Validation Hook for the REDCap Data Entry Form that is configured via the note of a REDCap field
https://github.com/ctsit/redcap-data-entry-form_complex-validation-hook
externalmodule redcap redcap-hooks reviewphilip
Last synced: over 1 year ago
JSON representation
Complex Validation Hook for the REDCap Data Entry Form that is configured via the note of a REDCap field
- Host: GitHub
- URL: https://github.com/ctsit/redcap-data-entry-form_complex-validation-hook
- Owner: ctsit
- License: other
- Created: 2017-01-11T20:57:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-11T21:52:11.000Z (over 9 years ago)
- Last Synced: 2025-01-10T14:51:58.712Z (over 1 year ago)
- Topics: externalmodule, redcap, redcap-hooks, reviewphilip
- Language: PHP
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# REDCap Complex Validation Hook
Allows for the addition of valid options outside of the min-max range for
a REDCap form field.
For example, if the question were something like "In which month was the
subject born?" The field note could read "1-12, or 88 if unknown." Simply
use the 1-12 range and decorate additional valid options in the Note like
this:
1-12, or 88 if unknown.