Click or drag to resize

IRecordMergingServiceReset(Boolean, Boolean) Method

Removes all data related to matching and re-runs the matching

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
void Reset(
	bool includeVerified,
	bool linksOnly
)

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