You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2022. It is now read-only.
Currently when you delete a participant from the database enrollment table it removes them from the participant list. however all the data from the other datasets remain under the original participant ID.
There is the potential for the same Participant ID to be used again meaning the data will be assigned to the wrong participant.
Options
When a participant is removed from the database enrollment table all their data is removed from all datasets.
Force participant ID to not repeat.
We could implement both options, but we need to discuss how this will affect the OUH version once mirth rest API issue is resolved.
Currently when you delete a participant from the database enrollment table it removes them from the participant list. however all the data from the other datasets remain under the original participant ID.
There is the potential for the same Participant ID to be used again meaning the data will be assigned to the wrong participant.
Options
We could implement both options, but we need to discuss how this will affect the OUH version once mirth rest API issue is resolved.