Ward Dashboard Extensions¶
Gives an overview of the current state of ward and bed
locations.
-
class
nh_eobs_mental_health.models.nh_eobs_ward_dashboard.NHClinicalWardDashboard(pool, cr)[source]¶ Extends
location, providing an overall state of a ward location.It shows number of related
usersby type, number of free beds, number ofpatientsby risk, number of waiting patients, etc.-
acute_hospital_ed_count¶
-
awol_count¶
-
capacity_count¶
-
extended_leave_count¶
-
init(*args, **kwargs)[source]¶ Init the module - set up SQL views to help with pulling together ward dashboard :param cr: Odoo cursor
-
on_ward_count¶
-
patient_board(*args, **kwargs)[source]¶ Return the view dict for showing the Acuity Board for the selecte ward
-
refused_obs_count¶
-
workload_count¶
-