Click or drag to resize

Hl7ClientConfigurationFeatureConfigure Method

Configure this feature with the specified featureConfiguration

Namespace: SanteDB.Messaging.HL7.Configuration.Feature
Assembly: SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 3.0.2081-alpha+e82e56b43bfab0d631a8b4d1ba2ab44b8aff02dd
Syntax
public bool Configure(
	SanteDBConfiguration configuration,
	IDictionary<string, Object> featureConfiguration
)

Parameters

configuration  SanteDBConfiguration
The configuration to which the configuration option is a target
featureConfiguration  IDictionaryString, Object
The feature conifguration provided by the user

Return Value

Boolean
True if the configuraiton was successful

Implements

IClientConfigurationFeatureConfigure(SanteDBConfiguration, IDictionaryString, Object)
See Also