Class InformaticsGatewayConfiguration
Main class used when deserializing the application configuration file.
Namespace: Monai.Deploy.InformaticsGateway.Configuration
Assembly: Monai.Deploy.InformaticsGateway.Configuration.dll
Syntax
public class InformaticsGatewayConfiguration
Constructors
| Improve this Doc View SourceInformaticsGatewayConfiguration()
Declaration
public InformaticsGatewayConfiguration()
Properties
| Improve this Doc View SourceDicom
Represents the dicom
section of the configuration file.
Declaration
[ConfigurationKeyName("dicom")]
public DicomConfiguration Dicom { get; set; }
Property Value
Type | Description |
---|---|
DicomConfiguration |
DicomWeb
Represents the dicomWeb
section of the configuration file.
Declaration
[ConfigurationKeyName("dicomWeb")]
public DicomWebConfiguration DicomWeb { get; set; }
Property Value
Type | Description |
---|---|
DicomWebConfiguration |
Export
Represents the export
section of the configuration file.
Declaration
[ConfigurationKeyName("export")]
public DataExportConfiguration Export { get; set; }
Property Value
Type | Description |
---|---|
DataExportConfiguration |
Fhir
Represents the fhir
section of the configuration file.
Declaration
[ConfigurationKeyName("fhir")]
public FhirConfiguration Fhir { get; set; }
Property Value
Type | Description |
---|---|
FhirConfiguration |
Hl7
Represents the hl7
section of the configuration file.
Declaration
[ConfigurationKeyName("hl7")]
public Hl7Configuration Hl7 { get; set; }
Property Value
Type | Description |
---|---|
Hl7Configuration |
Messaging
Represents the messaging
section of the configuration file.
Declaration
[ConfigurationKeyName("messaging")]
public MessageBrokerConfiguration Messaging { get; set; }
Property Value
Type | Description |
---|---|
MessageBrokerConfiguration |
Storage
Represents the storage
section of the configuration file.
Declaration
[ConfigurationKeyName("storage")]
public StorageConfiguration Storage { get; set; }
Property Value
Type | Description |
---|---|
StorageConfiguration |