Click or drag to resize

BaseRecordMatchingService Methods

The BaseRecordMatchingService type exposes the following members.

Methods
  NameDescription
Public methodBlockT
Perform the record matching services
Public methodClassify(IdentifiedData, IEnumerableIdentifiedData, String, IRecordMatchingDiagnosticSession)
Classify
Public methodClassifyT(T, IEnumerableT, String, IRecordMatchingDiagnosticSession)
Classiries the specified blocks into matching results
Public methodCreateDiagnosticSession
Create a diagnostics session
Public methodCreateMatchReport(Type, Object, IEnumerableIRecordMatchResult, IRecordMatchingDiagnosticSession)
Create a match report from the record type
Public methodCreateMatchReportT(T, IEnumerableIRecordMatchResultT, IRecordMatchingDiagnosticSession)
Create a match report
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
Public methodMatchT(T, String, IEnumerableGuid, IRecordMatchingDiagnosticSession)
Performs a block and match operation in one call
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