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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IEnumerable<Guid> GetMergeCandidateKeys(
	Guid masterKey
)

Parameters

masterKey  Guid
The master record

Return Value

IEnumerableGuid
The duplicates currently identified/queried
See Also