Recent Releases of redcap-copy-data-on-save

redcap-copy-data-on-save - 1.5.2 Bug fix

Bug fix with determining record id for matching - if matching on source project record id field then can just use source record. Was failing when trigger was repeating form and no non-repeating data in event.

- PHP
Published by lsgs 9 months ago

redcap-copy-data-on-save - 1.5.1 DAG map is warning not error

Handle deprecated DAG mapping option as a warning not an error (i.e. warning reported on summary page but instruction still works).

- PHP
Published by lsgs 11 months ago

redcap-copy-data-on-save - 1.5.0 New features, improvements, bug fixes

New features, improvements: - Instruction configuration checks - Display problem messages on summary page - Log to event table if rule with config errors attempts to run - Destination event to use can be read from field in source project as an alternative to directly specified - If destination is repeating, can specify instance number to use (or "new") and copy to redcap_repeat_instance - Visual tweaks to summary page - Hide DAG mapping configuration settings

- PHP
Published by lsgs 11 months ago

redcap-copy-data-on-save - 1.4.4 Bug fix for system settings dialog

Bug fix for system settings dialog JS exception. Bug emerged in v1.4.0.

- PHP
Published by lsgs about 1 year ago

redcap-copy-data-on-save - 1.4.3 Bug fixes for copying repeating data, deprecate DAG mapping

Bug fix with copying within record from repeating instrument to other event. Bug fix read of dag from repeating trigger event/form. Deprecation notice on DAG mapping option (use @CALCTEXT field copy to redcapdataaccess_group instead).

- PHP
Published by lsgs about 1 year ago

redcap-copy-data-on-save - 1.4.3 Bug fix, deprecate DAG mapping

Bug fix with copying within record from repeating instrument to other event. Deprecation notice on DAG mapping option (use @CALCTEXT field copy to redcapdataaccess_group instead)

- PHP
Published by lsgs about 1 year ago

redcap-copy-data-on-save - 1.4.2 EMF v15, bug fix

  • Fix for capture of autonumbered destination record id into longitudinal source project field
  • Update to EM framework v15

- PHP
Published by lsgs over 1 year ago

redcap-copy-data-on-save - 1.4.1 EM Framework v14

Bump config to v14 of EM framework

- PHP
Published by lsgs over 1 year ago

redcap-copy-data-on-save - 1.4.0 Summary page

New features added: - Summary page - Fail alert email addresses - (Superuser only) Include save data in logging

- PHP
Published by lsgs over 1 year ago

redcap-copy-data-on-save - 1.3.1 Config setting for name/description

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

- PHP
Published by lsgs almost 2 years ago

redcap-copy-data-on-save - 1.3.0 Additional record match/create options, delay option

  • Expanded record matching/creation options:
  • Match record id (do not create) - backward compatible with previous (do not create record if no match found option)
  • Match record id (create matching) - backward compatible with previous (create record if no match found option)
  • Match record id (create auto-numbered)
  • Look up via secondary unique field

  • Option to delay CDoS instructions until after other modules have executed their redcapsaverecord() hooks (e.g. Realtime Randomization, REDCap REST).

- PHP
Published by lsgs almost 2 years ago

redcap-copy-data-on-save - 1.2.0 File upload fields

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

- PHP
Published by lsgs almost 2 years ago

redcap-copy-data-on-save - 1.2.0 File upload fields

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

- PHP
Published by lsgs almost 2 years ago

redcap-copy-data-on-save - 1.1.1 Minor improvements

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

- PHP
Published by lsgs almost 3 years ago

redcap-copy-data-on-save - 1.1.0 Supports repeating field as record for destination

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

- PHP
Published by lsgs almost 4 years ago

redcap-copy-data-on-save - 1.0.0 Initial

Initial release to REDCap repo

- PHP
Published by lsgs about 5 years ago