Wardboard Common Functionality

The Wardboard is a view on the patients in the ward the user is allocated to. This can be as a kanban, list or form view.

Common functionality for the page involves filtering and grouping the data in the views by clinical risk, score trend and location.

class liveobs_ui.page_object_models.desktop.wardboard_common.WardBoardPage(driver)[source]

Interaction patterns for wardboard page

group_by_clinical_risk()[source]

Group the Acuity Board by Clinical Risk

group_by_ward()[source]

Group the Acuity Board by Ward

select_deteriorating_trend_filter()[source]

Select the Deteriorating Trend filter

select_high_risk_filter()[source]

Select the High Risk Filter

select_improving_trend_filter()[source]

Select the Improving Trend filter

select_low_risk_filter()[source]

Select the Low Risk Filter

select_medium_risk_filter()[source]

Select the Medium Risk Filter

select_no_risk_filter()[source]

Select the No Risk Filter

select_unchanged_trend_filter()[source]

Select the Unchanged Trend filter

wait_for_data_refresh()[source]

Wait until the data on the page is refreshed (via JS timeout)