| 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
)
Function GetMergeCandidateKeys (
masterKey As Guid
) As IEnumerable(Of Guid)
IEnumerable<Guid>^ GetMergeCandidateKeys(
Guid masterKey
)
abstract GetMergeCandidateKeys :
masterKey : Guid -> IEnumerable<Guid>
Parameters
- masterKey
- Type: SystemGuid
The master record
Return Value
Type:
IEnumerableGuidThe duplicates currently identified/queried
See Also