 | MatchConfigurationClassificationMethod Property |
Gets or sets the manner in which the classification is determined
Namespace:
SanteDB.Matcher.Definition
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntaxpublic ThresholdEvaluationType ClassificationMethod { get; set; }
Public Property ClassificationMethod As ThresholdEvaluationType
Get
Set
public:
property ThresholdEvaluationType ClassificationMethod {
ThresholdEvaluationType get ();
void set (ThresholdEvaluationType value);
}
member ClassificationMethod : ThresholdEvaluationType with get, set
Property Value
Type:
ThresholdEvaluationType
See Also