 | FileMatchConfigurationProviderGetConfiguration Method |
Get the specified configuration
Namespace: SanteDB.Matcher.ServicesAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic 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 String
- The name of the configuration
Return Value
IRecordMatchingConfigurationThe loaded configuration
Implements
IRecordMatchingConfigurationServiceGetConfiguration(String)
See Also