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
DicomWeb
Represents the dicomWeb
section of the configuration file.
[ConfigurationKeyName("dicomWeb")]
public DicomWebConfiguration DicomWeb { get; set; }
Property Value
Export
Represents the export
section of the configuration file.
[ConfigurationKeyName("export")]
public DataExportConfiguration Export { get; set; }
Property Value
Fhir
Represents the fhir
section of the configuration file.
[ConfigurationKeyName("fhir")]
public FhirConfiguration Fhir { get; set; }
Property Value
Hl7
Represents the hl7
section of the configuration file.
[ConfigurationKeyName("hl7")]
public Hl7Configuration Hl7 { get; set; }
Property Value
Messaging
Represents the messaging
section of the configuration file.
[ConfigurationKeyName("messaging")]
public MessageBrokerConfiguration Messaging { get; set; }
Property Value
Storage
Represents the storage
section of the configuration file.
[ConfigurationKeyName("storage")]
public StorageConfiguration Storage { get; set; }