Click or drag to resize

IRecordMatchingService.Classify Method (IdentifiedData, IEnumerable<IdentifiedData>, String, IRecordMatchingDiagnosticSession)

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.481-alpha
Syntax
IEnumerable<IRecordMatchResult> Classify(
	IdentifiedData input,
	IEnumerable<IdentifiedData> blocks,
	string configurationId,
	IRecordMatchingDiagnosticSession collector = null
)

Parameters

input
Type: SanteDB.Core.Model.IdentifiedData
The record being compared
blocks
Type: System.Collections.Generic.IEnumerable<IdentifiedData>
The blocked data to classify
configurationId
Type: System.String
The configuration to use
collector (Optional)
Type: SanteDB.Core.Matching.IRecordMatchingDiagnosticSession
The collector to use for diagnostics

Return Value

Type: IEnumerable<IRecordMatchResult>
The candidate match results
See Also