IRecordMergingService Interface |
Namespace: SanteDB.Core.Services
The IRecordMergingService type exposes the following members.
| Name | Description | |
|---|---|---|
| ServiceName |
Gets the service name
(Inherited from IServiceImplementation.) |
| Name | Description | |
|---|---|---|
| ClearGlobalIgnoreFlags |
Clear all ignore flags
| |
| ClearGlobalMergeCanadidates |
Clear global merge candidates
| |
| ClearIgnoreFlags |
Clear ignored flags
| |
| ClearMergeCandidates |
Clear all merge candidates
| |
| DetectGlobalMergeCandidates |
Reset the merge links in the data
| |
| GetGlobalMergeCandidates |
Get all merge candidates
| |
| GetIgnored |
Gets the ignore list for the specified master record
| |
| GetIgnoredKeys |
Gets the ignore list for the specified master record
| |
| GetMergeCandidateKeys |
Gets the duplicates for the specified master record
| |
| GetMergeCandidates |
Get merge candidate keys
| |
| Ignore |
Indicates that the engine should ignore the specified false positives
| |
| Merge |
Merges the specified linkedDuplicates into masterKey | |
| Reset(Boolean, Boolean) |
Removes all data related to matching and re-runs the matching
| |
| Reset(Guid, Boolean, Boolean) |
Reset the specified merge service data on the specified record
| |
| UnIgnore |
Indicates that an ignored record should be removed from the ignore list
| |
| Unmerge |
Un-merges the specified unmergeDuplicateKey from masterKey |