Click or drag to resize

SimpleRecordMatchingService Methods

The SimpleRecordMatchingService type exposes the following members.

Methods
  NameDescription
Public methodBlockT
Perform the record matching services
(Inherited from BaseRecordMatchingService.)
Public methodClassify(IdentifiedData, IEnumerableIdentifiedData, String, IRecordMatchingDiagnosticSession)
Classify
(Inherited from BaseRecordMatchingService.)
Public methodClassifyT(T, IEnumerableT, String, IRecordMatchingDiagnosticSession)
Classiries the specified blocks into matching results
(Inherited from BaseRecordMatchingService.)
Public methodClassifyT(T, IEnumerableT, String, IRecordMatchingDiagnosticSession)
Classify the specified inputs
(Overrides BaseRecordMatchingServiceClassifyT(T, IEnumerableT, String, IRecordMatchingDiagnosticSession).)
Public methodCreateDiagnosticSession
Create a diagnostics session
(Inherited from BaseRecordMatchingService.)
Public methodCreateMatchReport(Type, Object, IEnumerableIRecordMatchResult, IRecordMatchingDiagnosticSession)
Create a match report from the record type
(Inherited from BaseRecordMatchingService.)
Public methodCreateMatchReportT(T, IEnumerableIRecordMatchResultT, IRecordMatchingDiagnosticSession)
Create a match report
(Inherited from BaseRecordMatchingService.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodMatch(IdentifiedData, String, IEnumerableGuid, IRecordMatchingDiagnosticSession)
Perform the specified match on input
(Inherited from BaseRecordMatchingService.)
Public methodMatchT(T, String, IEnumerableGuid, IRecordMatchingDiagnosticSession)
Performs a block and match operation
(Overrides BaseRecordMatchingServiceMatchT(T, String, IEnumerableGuid, IRecordMatchingDiagnosticSession).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
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.)
Top
See Also