| MatchConfigurationScoring Property |
Gets or sets the classifications
Namespace:
SanteDB.Matcher.Definition
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public List<MatchAttribute> Scoring { get; set; }
Public Property Scoring As List(Of MatchAttribute)
Get
Set
public:
property List<MatchAttribute^>^ Scoring {
List<MatchAttribute^>^ get ();
void set (List<MatchAttribute^>^ value);
}
member Scoring : List<MatchAttribute> with get, set
Property Value
Type:
ListMatchAttributeSee Also