Table of Contents

Class InformaticsGatewayConfiguration

Namespace
Monai.Deploy.InformaticsGateway.Configuration
Assembly
Monai.Deploy.InformaticsGateway.Configuration.dll

Main class used when deserializing the application configuration file.

public class InformaticsGatewayConfiguration
Inheritance
InformaticsGatewayConfiguration

Constructors

InformaticsGatewayConfiguration()

public InformaticsGatewayConfiguration()

Properties

Dicom

Represents the dicom section of the configuration file.

[ConfigurationKeyName("dicom")]
public DicomConfiguration Dicom { get; set; }

Property Value

DicomConfiguration

DicomWeb

Represents the dicomWeb section of the configuration file.

[ConfigurationKeyName("dicomWeb")]
public DicomWebConfiguration DicomWeb { get; set; }

Property Value

DicomWebConfiguration

Export

Represents the export section of the configuration file.

[ConfigurationKeyName("export")]
public DataExportConfiguration Export { get; set; }

Property Value

DataExportConfiguration

Fhir

Represents the fhir section of the configuration file.

[ConfigurationKeyName("fhir")]
public FhirConfiguration Fhir { get; set; }

Property Value

FhirConfiguration

Hl7

Represents the hl7 section of the configuration file.

[ConfigurationKeyName("hl7")]
public Hl7Configuration Hl7 { get; set; }

Property Value

Hl7Configuration

Messaging

Represents the messaging section of the configuration file.

[ConfigurationKeyName("messaging")]
public MessageBrokerConfiguration Messaging { get; set; }

Property Value

MessageBrokerConfiguration

Storage

Represents the storage section of the configuration file.

[ConfigurationKeyName("storage")]
public StorageConfiguration Storage { get; set; }

Property Value

StorageConfiguration