Click or drag to resize

IRecordMatchingConfigurationService Interface

Represents a service

Namespace: SanteDB.Core.Matching
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
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