Click or drag to resize

MatchResultReportVectors Property

Gets or sets the properties that matched and their score

Namespace:  SanteDB.Matcher.Model
Assembly:  SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax
public List<VectorResultReport> Vectors { get; set; }

Property Value

Type: ListVectorResultReport
See Also