Admit¶
-
class
adt.nh_clinical_adt_patient_transfer(pool, cr)[source]¶ Represents the patient transfer operation in the patient management system. (A02 Message)
-
complete(*args, **kwargs)[source]¶ Calls
completeand then creates and completes a newtransferfor 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 and an origin location for the transfer was provided. Requires the user to be linked to apoint of servicedue to similar behaviour as the admission in this particular scenario.Returns: TrueReturn type: bool
-