Releases: susom/OnCore-Integration
Releases · susom/OnCore-Integration
1.3.0
1.2.0
1.1.1
OnCore Library Support
New Features:
- Support OnCore Libraries.
- Each Library has its own Fields, Roles, Statuses, and Study sites in system settings.
- Auto Pull flag.
- Improve data security
- Project-level logging page.
- Allow for easier push to OnCore when the participant is in OnStage/OnCore and demographics already exist.
- Minor bug fixes.
- Set REDCap and PHP compatibilities.
- 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
Update readme to indicate that minimum OnCore API version is 2021R3
Fix minor bugs for php 8.0
1.0.4 fix bug with null values.
1.0.3: Merge pull request #202 from susom/ihab
cast redcap record id to a string.
Minor DB fixes
Change the data type for IRB number from int to text
1.0.1
First 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".