Click or drag to resize

IRecordMergingServiceReset Method (Boolean, Boolean)

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.481-alpha
Syntax
void Reset(
	bool includeVerified,
	bool linksOnly
)

Parameters

includeVerified
Type: SystemBoolean
When true, even data/links which are marked as "verified" should be removed
linksOnly
Type: SystemBoolean
When true, only the links between objects should be removed, when false the implementer should remove links and any orphaned records
See Also