![]() | IRecordMatchingService Interface |
Namespace: SanteDB.Core.Matching
The IRecordMatchingService type exposes the following members.
Name | Description | |
---|---|---|
![]() | ServiceName |
Gets the service name
(Inherited from IServiceImplementation.) |
Name | Description | |
---|---|---|
![]() | Block<T> |
Instructs the record matching service to perform a quick block function of records
for type T with input |
![]() | Classify(IdentifiedData, IEnumerable<IdentifiedData>, String, IRecordMatchingDiagnosticSession) |
A non-generic method which uses the type of input to call Classify<T>
|
![]() | Classify<T>(T, IEnumerable<T>, 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, IEnumerable<Guid>, IRecordMatchingDiagnosticSession) |
A non-generic method which uses the type of input to call Match<T>
|
![]() | Match<T>(T, String, IEnumerable<Guid>, IRecordMatchingDiagnosticSession) |
Instructs the record matcher to run a block and match operation against input |