Class MessageBrokerConfigurationKeys
- Namespace
- Monai.Deploy.InformaticsGateway.Configuration
- Assembly
- Monai.Deploy.InformaticsGateway.Configuration.dll
public class MessageBrokerConfigurationKeys
- Inheritance
-
MessageBrokerConfigurationKeys
Properties
ArtifactRecieved
Gets or sets the topic for publishing artifact recieved events.
Defaults to md_workflow_artifactrecieved
.
[ConfigurationKeyName("artifactrecieved")]
public string ArtifactRecieved { get; set; }
Property Value
ExportComplete
Gets or sets the topic for publishing export complete requests.
Defaults to md_export_complete
.
[ConfigurationKeyName("exportComplete")]
public string ExportComplete { get; set; }
Property Value
ExportHL7
Gets or sets the topic for publishing workflow requests.
Defaults to md.export.request
.
[ConfigurationKeyName("exportHl7")]
public string ExportHL7 { get; set; }
Property Value
ExportHl7Complete
Gets or sets the topic for publishing export complete requests.
Defaults to md_export_complete
.
[ConfigurationKeyName("exportHl7Complete")]
public string ExportHl7Complete { get; set; }
Property Value
ExportRequestPrefix
Gets or sets the topic for publishing export requests.
Defaults to md_export_request
.
[ConfigurationKeyName("exportRequestPrefix")]
public string ExportRequestPrefix { get; set; }
Property Value
ExternalAppRequest
Gets or sets the topic for publishing export requests.
Defaults to md_export_request
.
[ConfigurationKeyName("externalAppRequest")]
public string ExternalAppRequest { get; set; }
Property Value
WorkflowRequest
Gets or sets the topic for publishing workflow requests.
Defaults to md_workflow_request
.
[ConfigurationKeyName("workflowRequest")]
public string WorkflowRequest { get; set; }