 | IRecordMergingServiceGetMergeCandidateKeys Method |
Gets the duplicates for the specified master record
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxIEnumerable<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 Guid
- The master record
Return Value
IEnumerableGuidThe duplicates currently identified/queried
See Also