Cancel Transfer

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

Represents the cancel transfer operation in the patient management system. (A12 Message)

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

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

Returns:True
Return type:bool