Click or drag to resize

BaseRecordMatchingServiceBlockT Method

Perform the record matching services

Namespace: SanteDB.Matcher.Matchers
Assembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntax
public virtual IQueryResultSet<T> Block<T>(
	T input,
	string configurationName,
	IEnumerable<Guid> ignoreKeys,
	IRecordMatchingDiagnosticSession collector = null
)
where T : IdentifiedData

Parameters

input  T
The input to be blocked
configurationName  String
The name of the configuration to use
ignoreKeys  IEnumerableGuid
The keys to ignore for blocking
collector  IRecordMatchingDiagnosticSession  (Optional)
The collector to use for diagnostics

Type Parameters

T
The type of object to be classified

Return Value

IQueryResultSetT
The blocked records

Implements

IRecordMatchingServiceBlockT(T, String, IEnumerableGuid, IRecordMatchingDiagnosticSession)
See Also