Click or drag to resize

IRecordMergingServiceReset Method (Guid, Boolean, Boolean)

Reset the specified merge service data on the specified record

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
void Reset(
	Guid masterKey,
	bool includeVerified,
	bool linksOnly
)

Parameters

masterKey
Type: SystemGuid

[Missing <param name="masterKey"/> documentation for "M:SanteDB.Core.Services.IRecordMergingService.Reset(System.Guid,System.Boolean,System.Boolean)"]

includeVerified
Type: SystemBoolean

[Missing <param name="includeVerified"/> documentation for "M:SanteDB.Core.Services.IRecordMergingService.Reset(System.Guid,System.Boolean,System.Boolean)"]

linksOnly
Type: SystemBoolean

[Missing <param name="linksOnly"/> documentation for "M:SanteDB.Core.Services.IRecordMergingService.Reset(System.Guid,System.Boolean,System.Boolean)"]

See Also