Skip to content

Commit

Permalink
overlooked empro_visit
Browse files Browse the repository at this point in the history
  • Loading branch information
pbugni committed Oct 4, 2024
1 parent 6fc58ce commit e311bb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions portal/models/patient_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def patient_list_update_patient(patient_id, research_study_id=None):
qb_status = qb_status_visit_name(
patient.userid, research_study_id=rs_id, as_of_date=now)
patient.empro_status = str(qb_status['status'])
patient.empro_visit = qb_status['visit_name']
patient.action_state = qb_status['action_state'].title() \
if qb_status['action_state'] else ""
patient.empro_consentdate, _ = consent_withdrawal_dates(
Expand Down

0 comments on commit e311bb6

Please sign in to comment.