Click or drag to resize

IRecordMatchingServiceClassify(IdentifiedData, IEnumerableIdentifiedData, String, IRecordMatchingDiagnosticSession) Method

A non-generic method which uses the type of input to call Classify<T>

Namespace: SanteDB.Core.Matching
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IEnumerable<IRecordMatchResult> Classify(
	IdentifiedData input,
	IEnumerable<IdentifiedData> blocks,
	string configurationId,
	IRecordMatchingDiagnosticSession collector = null
)

Parameters

input  IdentifiedData
The record being compared
blocks  IEnumerableIdentifiedData
The blocked data to classify
configurationId  String
The configuration to use
collector  IRecordMatchingDiagnosticSession  (Optional)
The collector to use for diagnostics

Return Value

IEnumerableIRecordMatchResult
The candidate match results
See Also