Click or drag to resize

LocalPatientRepositoryUnMerge Method

Un-merge two patients

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public Patient UnMerge(
	Patient patient,
	Guid versionKey
)

Parameters

patient
Type: SanteDB.Core.Model.RolesPatient

[Missing <param name="patient"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalPatientRepository.UnMerge(SanteDB.Core.Model.Roles.Patient,System.Guid)"]

versionKey
Type: SystemGuid

[Missing <param name="versionKey"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalPatientRepository.UnMerge(SanteDB.Core.Model.Roles.Patient,System.Guid)"]

Return Value

Type: Patient

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalPatientRepository.UnMerge(SanteDB.Core.Model.Roles.Patient,System.Guid)"]

See Also