Skip to content

Releases: susom/OnCore-Integration

1.3.0

1.2.0

29 Feb 17:59
Compare
Choose a tag to compare
  1. Improve support for OnCore Protocols that allow duplicate MRN.
  2. Improve Error handling.
  3. Remove unused crons.
  4. Add a new cron to update subject demographics data from OnCore.

1.1.1

23 May 22:22
Compare
Choose a tag to compare
  • Fix bugs when the protocol is enabled for the first time.

OnCore Library Support

14 Apr 23:26
Compare
Choose a tag to compare

New Features:

  1. Support OnCore Libraries.
  2. Each Library has its own Fields, Roles, Statuses, and Study sites in system settings.
  3. Auto Pull flag.
  4. Improve data security
  5. Project-level logging page.
  6. Allow for easier push to OnCore when the participant is in OnStage/OnCore and demographics already exist.
  7. Minor bug fixes.
  8. Set REDCap and PHP compatibilities.
  9. Drop using REDCapEntity External module to query the data. It's still required to set up the Database tables.

WARNING
This release has breaking changes. You MUST UPDATE your redcap_entity_oncore_* tables with the below queries before using the EM.

alter table redcap_entity_oncore_protocols
    add oncore_library int default 0 not null;
	
alter table redcap_entity_oncore_redcap_api_actions_log
    add redcap_project_id int null;

Minimum OnCore Version

14 Jan 00:53
6204b59
Compare
Choose a tag to compare

Update readme to indicate that minimum OnCore API version is 2021R3

Fix minor bugs for php 8.0

06 Jan 17:45
Compare
Choose a tag to compare
1.0.4

fix bug with null values.

1.0.3: Merge pull request #202 from susom/ihab

21 Nov 20:51
d700b39
Compare
Choose a tag to compare
cast redcap record id to a string.

Minor DB fixes

17 Nov 19:50
c86d917
Compare
Choose a tag to compare

Change the data type for IRB number from int to text

1.0.1

28 Oct 00:51
2aa755b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

First Release

24 Jun 19:28
c4300ad
Compare
Choose a tag to compare
First Release Pre-release
Pre-release

This EM will periodically scan REDCap projects to see if an IRB number is entered into the Project Settings page.
When entered, then OnCore will be scanned for protocols that have the same IRB number.
If a match is found, an option to link the 2 projects will be presented to REDCap users so that Subject data can be
shared between the two. The data on the OnCore side will always be considered the "Source of Truth".