Click or drag to resize

IRecordMergingServiceIgnore Method

Indicates that the engine should ignore the specified false positives

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IdentifiedData Ignore(
	Guid masterKey,
	IEnumerable<Guid> falsePositives
)

Parameters

masterKey
Type: SystemGuid
The master record which has been identified
falsePositives
Type: System.Collections.GenericIEnumerableGuid
The list of false positives to be flagged

Return Value

Type: IdentifiedData
The updated master record
See Also