| MatchConfigurationNonMatchThreshold Property |
Gets or sets the score at which a record is not a match
Namespace:
SanteDB.Matcher.Definition
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public double NonMatchThreshold { get; set; }
Public Property NonMatchThreshold As Double
Get
Set
public:
property double NonMatchThreshold {
double get ();
void set (double value);
}
member NonMatchThreshold : float with get, set
Property Value
Type:
DoubleSee Also