Click or drag to resize

MatchResult Constructor

Creates a new match result

Namespace: SanteDB.Matcher.Matchers
Assembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntax
public MatchResult(
	IdentifiedData record,
	double score,
	double strength,
	IRecordMatchingConfiguration configuration,
	RecordMatchClassification classification,
	RecordMatchMethod method,
	IEnumerable<IRecordMatchVector> vectors
)

Parameters

record  IdentifiedData
The record that was classified
score  Double
The assigned score
strength  Double
The relative strength (0 .. 1) of the match given the maximum score the match could have gotten
configuration  IRecordMatchingConfiguration
The name of the configuration used to match
classification  RecordMatchClassification
The classification
method  RecordMatchMethod
The method that was used to establish the match
vectors  IEnumerableIRecordMatchVector
The attributes + scores
See Also