Click or drag to resize

IRecordMergingServiceGetMergeCandidateKeys Method

Gets the duplicates for the specified master record

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

Parameters

masterKey
Type: SystemGuid
The master record

Return Value

Type: IEnumerableGuid
The duplicates currently identified/queried
See Also