| 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
)
Public Function GetConfiguration (
name As String
) As IRecordMatchingConfiguration
public:
virtual IRecordMatchingConfiguration^ GetConfiguration(
String^ name
) sealed
abstract GetConfiguration :
name : string -> IRecordMatchingConfiguration
override GetConfiguration :
name : string -> IRecordMatchingConfiguration
Parameters
- name
- Type: SystemString
The name of the configuration
Return Value
Type:
IRecordMatchingConfigurationThe loaded configuration
Implements
IRecordMatchingConfigurationServiceGetConfiguration(String)See Also