Skip to content

Commit

Permalink
failed follow-up attempt checks latest pre-appointment encounter
Browse files Browse the repository at this point in the history
  • Loading branch information
Angie-540 committed Nov 23, 2023
1 parent 7e4f351 commit ded5495
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"alias": "was_follow_up_successful",
"expressionType": "simple_expression",
"expressionOptions": {
"expression": "if((pre.is_successful_phone_follow_up = 'YES' OR (pre.attempted_home_visit = 'YES' AND pre.was_client_found = 'YES')), 1, 0)"
"expression": "if((latest_phone_follow_up = 'YES' OR (pre.attempted_home_visit = 'YES' AND pre.was_client_found = 'YES')), 1, 0)"
}
},
{
Expand Down

0 comments on commit ded5495

Please sign in to comment.