Patients Without Bed

The Patients Without Bed page lists patients who are currently associated with the ward but not placed in a bed. The user will then select a patient and place them into a bed via this page.

class liveobs_ui.page_object_models.desktop.patients_without_bed.PatientsWithoutBedPage(driver)[source]

Interaction with Patients Without Bed Page

go_to_patients_without_bed()[source]

Navigate the user to the Patients Without Bed page

open_bed_placement_by_name(patient_name)[source]

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

Parameters:patient_name – Name of patient who we want to place in bed
open_bed_placement_popup(patient)[source]

Open the bed placement popup for the supplied patient element

Parameters:patient – Patient to click bed placement button on