Click or drag to resize

FileMatchConfigurationProviderGetConfiguration Method

Get the specified configuration

Namespace:  SanteDB.Matcher.Services
Assembly:  SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax
public IRecordMatchingConfiguration GetConfiguration(
	string name
)

Parameters

name
Type: SystemString
The name of the configuration

Return Value

Type: IRecordMatchingConfiguration
The loaded configuration

Implements

IRecordMatchingConfigurationServiceGetConfiguration(String)
See Also