Patient Merge

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

Represents the patient merge operation in the patient management system. (A40 Message) Merges a patient into another patient making the resulting patient own all activities.

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

Calls complete and then adds every piece of information that the source patient has and the destination patient lacks into the destination patient.

The destination patient ends up being linked to all the activities both patients were linked to.

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

Checks the submitted data and then calls submit.

Returns:True
Return type:bool