Skip to content

Releases: ctsit/auto_populate_fields

Auto-populate Fields

16 Sep 20:56
Compare
Choose a tag to compare

This REDCap Module provides rich control of default values for data entry fields via a set of action tags. These action tags allow fields to be populated based on values from an ordered list of fields and static values. The fields can be read from the current event or the previous event in longitudinal projects. The module can populate the values of fields hidden by branching logic.

Release 2.6.3 fixes some PHP8 code compliance issues, changes the authors to an email list address, and adds a .zenodo.json to better control the citation content. Module authors who wish to be cited should submit a pull request updating .zenodo.json with their name, affiliation, and ORCID.

Auto-populate Fields

03 Sep 19:05
Compare
Choose a tag to compare

This REDCap Module provides rich control of default values for data entry fields via a set of action tags. These action tags allow fields to be populated based on values from an ordered list of fields and static values. The fields can be read from the current event or the previous event in longitudinal projects. The module can populate the values of fields hidden by branching logic.

Release 2.6.2 raises the External Module framework version to 15, fixes a javascript security bug, and raises the minimum PHP version to 7.4.

Auto-populate Fields

26 Aug 19:56
Compare
Choose a tag to compare

This REDCap Module provides rich control of default values for data entry fields via a set of action tags. These action tags allow fields to be populated based on values from an ordered list of fields and static values. The fields can be read from the current event or the previous event in longitudinal projects. The module can populate the values of fields hidden by branching logic.

Release 2.6.1 Fixes a PHP 8 bug and now preserves survey field action tags

Auto-populate Fields

09 Oct 19:06
Compare
Choose a tag to compare

This REDCap Module provides rich control of default values for data entry fields via a set of action tags. These action tags allow fields to be populated based on values from an ordered list of fields and static values. The fields can be read from the current event or the previous event in longitudinal projects.

Release 2.6.0 corrects survey hangs that occur in 2.5.2 and adds optional auto-populate support in surveys.

Auto-populate Fields

21 Aug 17:41
Compare
Choose a tag to compare

This REDCap Module provides rich control of default values for data entry fields via a set of action tags. These action tags allow fields to be populated based on values from an ordered list of fields and static values. The fields can be read from the current event or the previous event in longitudinal projects.

Release 2.5.2 corrects issues with surveys introduced in 2.5.1.

Auto-populate Fields

24 Apr 16:26
Compare
Choose a tag to compare

This REDCap Module provides rich control of default values for data entry fields via a set of action tags. These action tags allow fields to be populated based on values from an ordered list of fields and static values. The fields can be read from the current event or the previous event in longitudinal projects.

Release 2.5.1 addresses issues found in REDCap 9.4.1 - 9.8.4.

Auto-populate Fields

07 Jan 19:47
Compare
Choose a tag to compare

This REDCap Module provides rich control of default values for data entry fields via a set of action tags. These action tags allow fields to be populated based on values from an ordered list of fields and static values. The fields can be read from the current event or the previous event in longitudinal projects.

Release 2.5.0 adds support for REDCap anticipated changes in REDCap 9.6.0, fixes a crash due to mis-matched date formats, adds a test_project.xml, removes an unneeded index creation, and addresses some documentation omissions.

Auto-populate Fields

03 Dec 20:29
Compare
Choose a tag to compare

This REDCap Module provides rich control of default values for data entry fields via a set of action tags. These action tags allow fields to be populated based on values from an ordered list of fields and static values. The fields can be read from the current event or the previous event in longitudinal projects.

Release 2.4.0 adds a feature to preserve date format, documents the need for alter-table privileges to enable the module, adds support for repeating events, and fixes auto-population from previous events on survey fields with branching logic.