Skip to content

Commit

Permalink
Merge pull request #652 from episphere/i996-data-destruction-fix
Browse files Browse the repository at this point in the history
[#I996] Data Destruction Fix - Address backlog of participants with incorrect default variable
  • Loading branch information
jhflorey authored May 3, 2024
2 parents 84596a9 + ce2d26c commit de3da9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions siteManagerDashboard/participantWithdrawalForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ const sendResponses = async (finalOptions, retainOptions, requestedHolder, sourc
if (statusConceptId === fieldMapping.destroyDataStatus) {
sendRefusalData[fieldMapping.dateDataDestroyRequested] = new Date().toISOString();
sendRefusalData[fieldMapping.dataDestroyCategorical] = fieldMapping.requestedDataDestroyNotSigned;
sendRefusalData[fieldMapping.dataHasBeenDestroyed] = fieldMapping.no;
updateWhoRequested(sendRefusalData, fieldMapping.whoRequestedDataDestruction, fieldMapping.whoRequestedDataDestructionOther)
}
if (statusConceptId === fieldMapping.revokeHIPAAOnly) {
Expand Down

0 comments on commit de3da9c

Please sign in to comment.