Search Results for

    Show / Hide Table of Contents

    Class FhirConfiguration

    Inheritance
    System.Object
    FhirConfiguration
    Namespace: Monai.Deploy.InformaticsGateway.Configuration
    Assembly: Monai.Deploy.InformaticsGateway.Configuration.dll
    Syntax
    public class FhirConfiguration

    Constructors

    | Improve this Doc View Source

    FhirConfiguration()

    Declaration
    public FhirConfiguration()

    Fields

    | Improve this Doc View Source

    DefaultClientTimeout

    Declaration
    public static readonly int DefaultClientTimeout
    Field Value
    Type Description
    System.Int32

    Properties

    | Improve this Doc View Source

    ClientTimeoutSeconds

    Gets or sets the client connection timeout in seconds.

    Declaration
    [ConfigurationKeyName("clientTimeout")]
    public int ClientTimeoutSeconds { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Retries

    Gets or sets retry options for acceessing external FHIR APIs.

    Declaration
    [ConfigurationKeyName("retries")]
    public RetryConfiguration Retries { get; set; }
    Property Value
    Type Description
    RetryConfiguration
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX