Skip to content

1.1 Release

Latest
Compare
Choose a tag to compare
@frdougal frdougal released this 06 Sep 18:27
· 4 commits to master since this release
f405b3b

This release includes two changes: 1) handle missing dates and 2) allow PATIDs to be alphanumerics

Missing Dates
In this version ALL forms are extracted from REDCap regardless of their timestamp (previously the code skipped forms without valid timestamps). If a form lacks a timestamp, the PRO_CM table is updated to include a set of records where the PRO_DATE and PRO_TIME columns are set to Jan 1, 1900 at 12 noon. The DATE_MISSING column is set to 'T'.

PATID Changes
The previous version of REDCap forced the PATID column in REDCAP_PATIENT_MAPPING to be strictly a numeric field. This column now allows for alphanumerics.