Patient Record Page

The Patient Record page shows the demographics for the patient and allows the user to access the observation data for the patient too. There is also functionality to move the patient around the ward, print a PDF of the patients data and stop the observations for the patient.

class liveobs_ui.page_object_models.desktop.patient_record.PatientRecordPage(driver)[source]

Interaction with the patient record

go_to_previous_spell()[source]

Go to the patient’s previous clinical spell

open_move_patient_wizard()[source]

Open the Move Patient wizard

open_print_report_wizard()[source]

Open the Print Report wizard

open_stop_observations_wizard()[source]

Open the Stop Observations wizard

open_swap_bed_wizard()[source]

Open the Swap Bed wizard

open_wizard_with_name(button_name)[source]

Open wizard via button name

Parameters:button_name – Name of button to press