 | IRecordMatchingService Interface |
Represents a service that performs record matching and classification
Namespace: SanteDB.Core.MatchingAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic interface IRecordMatchingService : IServiceImplementation
Public Interface IRecordMatchingService
Inherits IServiceImplementation
public interface class IRecordMatchingService : IServiceImplementation
type IRecordMatchingService =
interface
interface IServiceImplementation
endThe IRecordMatchingService type exposes the following members.
Properties
Methods| | Name | Description |
|---|
 | BlockT |
Instructs the record matching service to perform a quick block function of records
for type T with input |
 | Classify(IdentifiedData, IEnumerableIdentifiedData, String, IRecordMatchingDiagnosticSession) |
A non-generic method which uses the type of input to call Classify<T>
|
 | ClassifyT(T, IEnumerableT, String, IRecordMatchingDiagnosticSession) |
Instructs the record matcher to run a detailed classification on the matching blocks in blocks |
 | CreateDiagnosticSession |
Create a diagnostic session information object
|
 | Match(IdentifiedData, String, IEnumerableGuid, IRecordMatchingDiagnosticSession) |
A non-generic method which uses the type of input to call Match<T>
|
 | MatchT(T, String, IEnumerableGuid, IRecordMatchingDiagnosticSession) |
Instructs the record matcher to run a block and match operation against input |
Top
See Also