| AppletMatchConfigurationProviderGetConfiguration Method |
Get the specified configuration name
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 configuratio name
Return Value
Type:
IRecordMatchingConfigurationThe matching configuration
Implements
IRecordMatchingConfigurationServiceGetConfiguration(String)See Also