|
@@ -501,7 +501,7 @@ WHERE ((client.mcp_pro_id = {$performer->pro->id}) OR (client.rmm_pro_id = {$per
|
|
|
OR (client.rme_pro_id = {$performer->pro->id}) OR (client.default_na_pro_id = {$performer->pro->id}))
|
|
|
AND EXTRACT(MONTH from care_month.start_date) = EXTRACT(MONTH from now())
|
|
|
AND EXTRACT(YEAR from care_month.start_date) = EXTRACT(YEAR from now())
|
|
|
- AND (care_month.has_non_hcp_communicated_to_patient_about_rm = TRUE AND care_month.has_non_hcp_communicated_to_patient_about_rm IS NOT NULL)
|
|
|
+ AND (care_month.has_anyone_interacted_with_client_about_rm_outside_note = TRUE AND care_month.has_anyone_interacted_with_client_about_rm_outside_note IS NOT NULL)
|
|
|
"
|
|
|
)
|
|
|
);
|
|
@@ -515,7 +515,7 @@ WHERE ((client.mcp_pro_id = {$performer->pro->id}) OR (client.rmm_pro_id = {$per
|
|
|
OR (client.rme_pro_id = {$performer->pro->id}) OR (client.default_na_pro_id = {$performer->pro->id}))
|
|
|
AND EXTRACT(MONTH from care_month.start_date) = EXTRACT(MONTH from now())
|
|
|
AND EXTRACT(YEAR from care_month.start_date) = EXTRACT(YEAR from now())
|
|
|
- AND (care_month.has_non_hcp_communicated_to_patient_about_rm = FALSE OR care_month.has_non_hcp_communicated_to_patient_about_rm IS NULL)
|
|
|
+ AND (care_month.has_anyone_interacted_with_client_about_rm_outside_note = FALSE OR care_month.has_anyone_interacted_with_client_about_rm_outside_note IS NULL)
|
|
|
"
|
|
|
)
|
|
|
);
|