| MatchResultVectors Property |
Gets or sets the properties that matched and their score
Namespace:
SanteDB.Matcher.Matchers
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public IList<MatchVector> Vectors { get; }
Public ReadOnly Property Vectors As IList(Of MatchVector)
Get
public:
property IList<MatchVector^>^ Vectors {
IList<MatchVector^>^ get ();
}
member Vectors : IList<MatchVector> with get
Property Value
Type:
IListMatchVectorSee Also