| WeightedRecordMatchingService Class |
Represents a probabalistic record matching service
Inheritance Hierarchy
Namespace:
SanteDB.Matcher.Matchers
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public class WeightedRecordMatchingService : BaseRecordMatchingService
Public Class WeightedRecordMatchingService
Inherits BaseRecordMatchingService
public ref class WeightedRecordMatchingService : public BaseRecordMatchingService
type WeightedRecordMatchingService =
class
inherit BaseRecordMatchingService
end
The WeightedRecordMatchingService type exposes the following members.
Constructors Properties Methods
| Name | Description |
---|
| BlockT |
Perform the record matching services
(Inherited from BaseRecordMatchingService.) |
| Classify(IdentifiedData, IEnumerableIdentifiedData, String, IRecordMatchingDiagnosticSession) |
Classify
(Inherited from BaseRecordMatchingService.) |
| ClassifyT(T, IEnumerableT, String, IRecordMatchingDiagnosticSession) |
Classiries the specified blocks into matching results
(Inherited from BaseRecordMatchingService.) |
| ClassifyT(T, IEnumerableT, String, IRecordMatchingDiagnosticSession) |
Classify the records using the specified configuration
(Overrides BaseRecordMatchingServiceClassifyT(T, IEnumerableT, String, IRecordMatchingDiagnosticSession).) |
| CreateDiagnosticSession |
Create a diagnostics session
(Inherited from BaseRecordMatchingService.) |
| CreateMatchReport(Type, Object, IEnumerableIRecordMatchResult, IRecordMatchingDiagnosticSession) |
Create a match report from the record type
(Inherited from BaseRecordMatchingService.) |
| CreateMatchReportT(T, IEnumerableIRecordMatchResultT, IRecordMatchingDiagnosticSession) |
Create a match report
(Inherited from BaseRecordMatchingService.) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Match(IdentifiedData, String, IEnumerableGuid, IRecordMatchingDiagnosticSession) |
Perform the specified match on input (Inherited from BaseRecordMatchingService.) |
| MatchT(T, String, IEnumerableGuid, IRecordMatchingDiagnosticSession) |
Block and match records based on their match result
(Overrides BaseRecordMatchingServiceMatchT(T, String, IEnumerableGuid, IRecordMatchingDiagnosticSession).) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
TopFields Extension Methods
| Name | Description |
---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) |
| GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |
TopSee Also