Click or drag to resize

BaseRecordMatchingServiceBlockT Method

Perform the record matching services

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

Parameters

input
Type: T
The input to be blocked
configurationName
Type: SystemString
The name of the configuration to use
ignoreKeys
Type: System.Collections.GenericIEnumerableGuid
The keys to ignore for blocking
collector (Optional)
Type: SanteDB.Core.MatchingIRecordMatchingDiagnosticSession
The collector to use for diagnostics

Type Parameters

T
The type of object to be classified

Return Value

Type: IEnumerableT
The blocked records

Implements

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