C# Class Spark.Engine.Extensions.HttpConfigurationFhirExtensions

Exibir arquivo Open project: raysearchlabs/spark

Public Methods

Method Description
AddFhir ( this config ) : void
AddFhirExceptionFilter ( this config ) : void
AddFhirFormatters ( this config, bool clean = true ) : void
AddFhirMessageHandlers ( this config ) : void

Method Details

AddFhir() public static method

public static AddFhir ( this config ) : void
config this
return void

AddFhirExceptionFilter() public static method

public static AddFhirExceptionFilter ( this config ) : void
config this
return void

AddFhirFormatters() public static method

public static AddFhirFormatters ( this config, bool clean = true ) : void
config this
clean bool
return void

AddFhirMessageHandlers() public static method

public static AddFhirMessageHandlers ( this config ) : void
config this
return void