Click or drag to resize

FhirProvenanceHeaderFeatureSettings Property

Get a list of settings allowed for this object

Namespace: SanteDB.Messaging.FHIR.Docker
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public IEnumerable<string> Settings { get; }

Property Value

IEnumerableString

Implements

IDockerFeatureSettings
Remarks
This enumerable is used to validate the settings which the user has passed on the environment for the host context. Each setting is prefixed with Id so, if a feature has Id of "my" and a setting of "setting" then the interpreter will look for environment variable sdb_my_setting and will place it into the settings parameter passed to the Configure(SanteDBConfiguration, IDictionaryString, String) method
See Also