Class FhirConfiguration
Inheritance
FhirConfiguration
Assembly: Monai.Deploy.InformaticsGateway.Configuration.dll
public class FhirConfiguration
Constructors
|
Improve this Doc
View Source
Declaration
public FhirConfiguration()
Fields
|
Improve this Doc
View Source
Declaration
public static readonly int DefaultClientTimeout
Field Value
Properties
|
Improve this Doc
View Source
Gets or sets the client connection timeout in seconds.
Declaration
[ConfigurationKeyName("clientTimeout")]
public int ClientTimeoutSeconds { get; set; }
Property Value
|
Improve this Doc
View Source
Gets or sets retry options for acceessing external FHIR APIs.
Declaration
[ConfigurationKeyName("retries")]
public RetryConfiguration Retries { get; set; }
Property Value