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