Search Results for

    Show / Hide Table of Contents

    Class InformaticsGatewayConfiguration

    Main class used when deserializing the application configuration file.

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

    Constructors

    | Improve this Doc View Source

    InformaticsGatewayConfiguration()

    Declaration
    public InformaticsGatewayConfiguration()

    Properties

    | Improve this Doc View Source

    Dicom

    Represents the dicom section of the configuration file.

    Declaration
    [ConfigurationKeyName("dicom")]
    public DicomConfiguration Dicom { get; set; }
    Property Value
    Type Description
    DicomConfiguration
    | Improve this Doc View Source

    DicomWeb

    Represents the dicomWeb section of the configuration file.

    Declaration
    [ConfigurationKeyName("dicomWeb")]
    public DicomWebConfiguration DicomWeb { get; set; }
    Property Value
    Type Description
    DicomWebConfiguration
    | Improve this Doc View Source

    Export

    Represents the export section of the configuration file.

    Declaration
    [ConfigurationKeyName("export")]
    public DataExportConfiguration Export { get; set; }
    Property Value
    Type Description
    DataExportConfiguration
    | Improve this Doc View Source

    Fhir

    Represents the fhir section of the configuration file.

    Declaration
    [ConfigurationKeyName("fhir")]
    public FhirConfiguration Fhir { get; set; }
    Property Value
    Type Description
    FhirConfiguration
    | Improve this Doc View Source

    Hl7

    Represents the hl7 section of the configuration file.

    Declaration
    [ConfigurationKeyName("hl7")]
    public Hl7Configuration Hl7 { get; set; }
    Property Value
    Type Description
    Hl7Configuration
    | Improve this Doc View Source

    Messaging

    Represents the messaging section of the configuration file.

    Declaration
    [ConfigurationKeyName("messaging")]
    public MessageBrokerConfiguration Messaging { get; set; }
    Property Value
    Type Description
    MessageBrokerConfiguration
    | Improve this Doc View Source

    Storage

    Represents the storage section of the configuration file.

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