Click or drag to resize

IRecordMatchVector Interface

A match vector which is an attribute with a measure of that attribute's weighted score

Namespace:  SanteDB.Core.Matching
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IRecordMatchVector

The IRecordMatchVector type exposes the following members.

Properties
  NameDescription
Public propertyA
The value evaluated in the first record
Public propertyB
The value evaluated in the second record.
Public propertyEvaluated
Gets whether this was evaluated
Public propertyName
Gets the name of the attribute
Public propertyScore
Gets the score
Top
See Also