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
completeand 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
activitiesboth patients were linked to.Returns: TrueReturn type: bool
-