Record Matching Configuration Provider
IRecordMatchingConfigurationService
in assembly SanteDB.Core.Api version 3.0.1980.0
Summary
Represents a service
Properties
Property | Type | Access | Description |
---|---|---|---|
Configurations | IEnumerable<IRecordMatchingConfiguration> | R | Gets the names of configurations in this provider |
Operations
Operation | Response/Return | Input/Parameter | Description |
---|---|---|---|
GetConfiguration | IRecordMatchingConfiguration | String configurationId | Get the specified named configuration |
SaveConfiguration | IRecordMatchingConfiguration | IRecordMatchingConfiguration configuration | Saves the specified configuration to the configuration service |
DeleteConfiguration | IRecordMatchingConfiguration | String configurationId | Delete the configuration |
Implementations
UpstreamMatchConfigurationService - (SanteDB.Client)
Upstream record matching configuration service
Service Registration
AppletMatchConfigurationProvider - (SanteDB.Matcher)
Applet match configuration provider loads match configurations from available applets
Service Registration
AssemblyMatchConfigurationProvider - (SanteDB.Matcher)
File based match configuration provider
Service Registration
FileMatchConfigurationProvider - (SanteDB.Matcher)
Represents a configuration provider which is for matching
Service Registration
AdoRecordMatchingConfigurationService - (SanteDB.Persistence.Data)
Record matching persistence service using the database
Service Registration
MdmMatchConfigurationService - (SanteDB.Persistence.MDM)
A specialized match configuration service which wraps the already configured one
Service Registration
Example Implementation
References
Last updated