Skip to content

Releases: lsgs/redcap-copy-data-on-save

1.4.1 EM Framework v14

01 Nov 02:41
Compare
Choose a tag to compare

Bump config to v14 of EM framework

1.4.0 Summary page

28 Oct 09:55
Compare
Choose a tag to compare

New features added:

  • Summary page
  • Fail alert email addresses
  • (Superuser only) Include save data in logging

1.3.1 Config setting for name/description

04 Jul 23:24
Compare
Choose a tag to compare

Config setting for name/description, including update to readme.
Fix link to repo in readme

1.3.0 Additional record match/create options, delay option

26 Jun 00:42
Compare
Choose a tag to compare
  • Expanded record matching/creation options:
  1. Match record id (do not create) - backward compatible with previous (do not create record if no match found option)
  2. Match record id (create matching) - backward compatible with previous (create record if no match found option)
  3. Match record id (create auto-numbered)
  4. Look up via secondary unique field
  • Option to delay CDoS instructions until after other modules have executed their redcap_save_record() hooks (e.g. Realtime Randomization, REDCap REST).

1.2.0 File upload fields

06 Jun 23:22
Compare
Choose a tag to compare

New features and bug fixes

  • Support for file fields in copy instructions
  • Disable rules pointing to other projects when enabling module (for safety in copied projects, for example)
  • Improved logging
  • Bug fix of DAG copy to arm nums > 1

1.1.1 Minor improvements

30 Aug 03:53
Compare
Choose a tag to compare

Minor improvements:

  • Copy to new or specified instances using redcap_repeat_instrument and redcap_repeat_instance in destination fields config
  • Improved error checking and handling
  • EM framework update

1.1.0 Supports repeating field as record for destination

21 Jul 04:35
Compare
Choose a tag to compare

You can now use a field that is repeating in the source project as the record id used for the destination project. For example:

  • Source project is a household-level project and contains repeating instrument for household members
  • Repeating instrument contains a field with @CALCTEXT(concat([record-name],'-',[current-instance]))
  • Destination is a member-level project

1.0.0 Initial

09 Apr 06:02
Compare
Choose a tag to compare

Initial release to REDCap repo