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: 2.2.1
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 propertyConfigurationName
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