Skip to content

Commit

Permalink
failed follow-up attempt checks latest pre-appointment encounter (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
Angie-540 authored Nov 29, 2023
1 parent 7e4f351 commit e035541
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 e035541

Please sign in to comment.