-
Notifications
You must be signed in to change notification settings - Fork 2
Settings
For the latest settings, check out the web.config for FHIRStarter.Inferno.Template
<appSettings>
<add key="FhirPublisher" value=""/>
<add key="FhirDescription" value=""/>
<add key="MockupEnabled" value=""/>
<add key="OverrideValidationIsAllowed" value="true"/>
<add key="FhirServiceAssemblies" value="FHIRStarter.Inferno.Template"/>
<add key="ShowStacktraceInOperationOutcome" value="false"/>
<add key="AddResourceResultToIssue" value="true"/>
</appSettings>
Used in the metadata description. If the setting is not set, a warning will be written in the metadata header.
Used in the metadata description. If not the setting is not set or available, a warning will be written in the metadata header.
A setting available to turn off and on mockups via ConfigurationManager.AppSettings. Value can be true or false.
A setting available to turn off the validation, especially usefull during a testing phase when the data might be incomplete and will not let the consumer see what's wrong.
In the web.config the value can be either true or false.
In the web browser the url must contain &validation=off or ?validation=off to turn off the validation
To enable your FHIR services, you have to add the name of your dll. Otherwise, your service won't start.
Adds the StackTrace in the OperationOutcome response.
If validation fails, by setting this option to true, the response that fails will be returned. Note that the whole Bundle with all of the Resources are returned.
A FHIR STU3 server