Cancel Admit

class adt.nh_clinical_adt_patient_cancel_admit(pool, cr)[source]

Represents the cancel admission operation in the patient management system. (A11 Message)

complete(*args, **kwargs)[source]

Calls complete and then cancels the last completed admission for the provided patient.

Returns:True
Return type:bool
submit(*args, **kwargs)[source]

Checks the submitted data is correct, finding the last completed instance of admission and then calls submit.

Returns:True
Return type:bool