Click or drag to resize

FhirProvenanceHeaderFeatureConfigure Method

Configure the feature for execution in Docker

Namespace: SanteDB.Messaging.FHIR.Docker
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public void Configure(
	SanteDBConfiguration configuration,
	IDictionary<string, string> settings
)

Parameters

configuration  SanteDBConfiguration
The configuration into which the feature should be configured
settings  IDictionaryString, String
Settings which were parsed from the environment in SDB_{this.Id}_{Key}={Value}

Implements

IDockerFeatureConfigure(SanteDBConfiguration, IDictionaryString, String)
Remarks
Allows the feature to be configured against the provided configuration
See Also