Open-eObs API Extension¶
-
class
nh_food_and_fluid.models.nh_eobs_api.NhEobsApi(pool, cr)[source]¶ -
discharge(*args, **kwargs)[source]¶ Override of discharge to cancel open food and fluid review tasks for the current spell of the patient who is being discharged. :param hospital_number: :type hospital_number: str :param data: Dictionary parameter that may contain the key
discharge_date. :type data: dict :return:True:rtype: bool
-
transfer(*args, **kwargs)[source]¶ Override of transfer to cancel open food and fluid review tasks for the current spell of the patient who is being transferred. :param hospital_number: :type hospital_number: str :param data: dictionary parameter that may contain the key
location. :type data: dict :return:True:rtype: bool
-