Discharge¶
-
class
adt.nh_clinical_adt_patient_discharge(pool, cr)[source]¶ Represents the patient discharge operation in the patient management system. (A03 Message)
-
complete(*args, **kwargs)[source]¶ Calls
completeand then creates and completes a newdischargefor the provided patient.Returns: TrueReturn type: bool
-
submit(*args, **kwargs)[source]¶ Checks the submitted data and then calls
submit.Creates a new
spellfor the provided patient if there is not an open instance related to it. Requires the user to be linked to apoint of servicedue to similar behaviour as the admission in this particular scenario.Returns: TrueReturn type: bool
-