Click or drag to resize

IRecordMatchResultT Interface

Represents the match result

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:SanteDB.Core.Matching.IRecordMatchResult`1"]

The IRecordMatchResultT type exposes the following members.

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