Open-eObs Mobile Controller Extensions¶
-
class
nh_eobs_mental_health.models.nh_eobs_mobile_main.NHEobsMobileMain(pool, cr)[source]¶ -
-
get_status_map_for_patient_ids(*args, **kwargs)[source]¶ Take a list of patient IDs and return the spells
Parameters: - cr – Odoo cursor
- uid – user
- patient_ids – list of patient IDs
- context – Odoo context
Returns: dict containing patient ID to status flag mapping
-