Cancel Discharge

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

Represents the cancel discharge operation in the patient management system. (A13 Message)

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

Calls complete and then cancels the last completed discharge 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 discharge and then calls submit.

Returns:True
Return type:bool