 | IRecordMergingServiceReset(Boolean, Boolean) Method |
Removes all data related to matching and re-runs the matching
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxvoid Reset(
bool includeVerified,
bool linksOnly
)
Sub Reset (
includeVerified As Boolean,
linksOnly As Boolean
)
void Reset(
bool includeVerified,
bool linksOnly
)
abstract Reset :
includeVerified : bool *
linksOnly : bool -> unit Parameters
- includeVerified Boolean
- When true, even data/links which are marked as "verified" should be removed
- linksOnly Boolean
- When true, only the links between objects should be removed, when false the implementer should remove links and any orphaned records
See Also