Click or drag to resize

IRecordMatchResult Interface

Represents a general purpose match result interface

Namespace: SanteDB.Core.Matching
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IRecordMatchResult

The IRecordMatchResult type exposes the following members.

Properties
 NameDescription
Public propertyClassification Gets the classification from the matcher
Public propertyConfiguration Gets the configuration name
Public propertyMethod Indicates the method used to match
Public propertyRecord Gets or sets the record which match was performe don
Public propertyScore Gets or sets the score of the result, usually an absolute score
Public propertyStrength Gets or sets the relative strength of the result
Public propertyVectors Match record attributes
Top
See Also