Click or drag to resize

AssemblyMatchConfigurationProviderSaveConfiguration Method

Save configuration to the specified stream

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

Parameters

config  IRecordMatchingConfiguration

[Missing <param name="config"/> documentation for "M:SanteDB.Matcher.Services.AssemblyMatchConfigurationProvider.SaveConfiguration(SanteDB.Core.Matching.IRecordMatchingConfiguration)"]

Return Value

IRecordMatchingConfiguration

[Missing <returns> documentation for "M:SanteDB.Matcher.Services.AssemblyMatchConfigurationProvider.SaveConfiguration(SanteDB.Core.Matching.IRecordMatchingConfiguration)"]

Implements

IRecordMatchingConfigurationServiceSaveConfiguration(IRecordMatchingConfiguration)
See Also