Click or drag to resize

FileMatchConfigurationProviderSaveConfiguration Method

Save configuration to the file system

Namespace: SanteDB.Matcher.Services
Assembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntax
public IRecordMatchingConfiguration SaveConfiguration(
	IRecordMatchingConfiguration configuration
)

Parameters

configuration  IRecordMatchingConfiguration
The configuration to be saved

Return Value

IRecordMatchingConfiguration
The updated configuration

Implements

IRecordMatchingConfigurationServiceSaveConfiguration(IRecordMatchingConfiguration)
See Also