Admission¶
-
class
operations.nh_clinical_patient_admission(pool, cr)[source]¶ Represents the action of a patient visiting the Hospital and being admitted to one of the Wards.
-
cancel(*args, **kwargs)[source]¶ Calls
canceland then cancels everyactivityrelated to the admission, including the current patientspell.Returns: TrueReturn type: bool
-
complete(*args, **kwargs)[source]¶ Calls
completeand then creates and starts a newspellfor the selected patient.It will also create and complete a
movementto the admitted location.This operation kicks off a
policy triggeras actions may need to take place after the patient is admitted into the Hospital.Returns: TrueReturn type: bool
-