Patients By Ward Page

the Patients By Ward Page shows a list of patients grouped by ward. The user can then click on buttons to open the patient’s EWS Chart or EWS data and they can open the record for the patient.

class liveobs_ui.page_object_models.desktop.patients_by_ward.PatientsByWardPage(driver)[source]

Interaction with Patients By Ward Page

go_to_patients_by_ward()[source]

Navigate the user to the Patients By Ward page

open_patient_chart_popup(patient_name)[source]

Find the row in the list for the supplied patient then open the chart popup

Parameters:patient_name – Name of patient who’s chart we want to open
open_patient_list_popup(patient_name)[source]

Find the row in the list for the supplied patient then open the list popup

Parameters:patient_name – Name of the patient who’s list we want to open
wait_for_data_refresh()[source]

Wait for the kanban data to refresh

wait_for_list_view_to_load()[source]

Override of the function that waits for the list view to load to take into consideration the fact that Patients By Ward is a grouped list view