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: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
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