Click or drag to resize

IRecordMergingServiceMerge Method

Merges the specified linkedDuplicates into masterKey

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
RecordMergeResult Merge(
	Guid masterKey,
	IEnumerable<Guid> linkedDuplicates
)

Parameters

masterKey
Type: SystemGuid
The master record to which the linked duplicates are to be attached
linkedDuplicates
Type: System.Collections.GenericIEnumerableGuid
The linked records to be merged to master

Return Value

Type: RecordMergeResult
The newly updated master record
See Also