OHSUCMP / coach

web application frontend for OHSU HTN U18 grant
2 stars 0 forks source link

REDCap Id changes #129

Closed aeyates closed 9 months ago

aeyates commented 10 months ago

To make participants easier to work with in REDCap, make the following improvements to the integration:

  1. Create a new field on the participant info form to store the COACH generated uuid
  2. On creation, populate this field instead of the record_id, and allow the record id to be autoincremented.
  3. Subsequent calls to REDCap will need to first: get the record id by filtering on the coach id
  4. Use the record id for all subsequent calls to REDCap (to get survey and survey queue links, etc.)
aeyates commented 9 months ago

This is merged to develop branch.