 | LocalPatientRepositoryMerge Method |
Merges two patients together
Namespace:
SanteDB.DisconnectedClient.Services.Local
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxpublic Patient Merge(
Patient survivor,
Patient victim
)
Public Function Merge (
survivor As Patient,
victim As Patient
) As Patient
public:
Patient^ Merge(
Patient^ survivor,
Patient^ victim
)
member Merge :
survivor : Patient *
victim : Patient -> Patient
Parameters
- survivor
- Type: SanteDB.Core.Model.RolesPatient
The surviving patient record - victim
- Type: SanteDB.Core.Model.RolesPatient
The victim patient record
Return Value
Type:
PatientA new version of patient
a representing the merge
Exceptions
See Also