Click or drag to resize

IRecordMatchingConfigurationService Interface

Represents a service

Namespace:  SanteDB.Core.Matching
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IRecordMatchingConfigurationService : IServiceImplementation

The IRecordMatchingConfigurationService type exposes the following members.

Properties
  NameDescription
Public propertyConfigurations
Gets the names of configurations in this provider
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodDeleteConfiguration
Delete the configuration
Public methodGetConfiguration
Get the specified named configuration
Public methodSaveConfiguration
Saves the specified configuration to the configuration service
Top
See Also