Search Results for

    Show / Hide Table of Contents

    Class MessageBrokerConfigurationKeys

    Inheritance
    System.Object
    MessageBrokerConfigurationKeys
    Namespace: Monai.Deploy.InformaticsGateway.Configuration
    Assembly: Monai.Deploy.InformaticsGateway.Configuration.dll
    Syntax
    public class MessageBrokerConfigurationKeys

    Properties

    | Improve this Doc View Source

    ArtifactRecieved

    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
    System.String
    | Improve this Doc View Source

    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
    System.String
    | Improve this Doc View Source

    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
    System.String
    | Improve this Doc View Source

    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
    System.String
    | Improve this Doc View Source

    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
    System.String
    | Improve this Doc View Source

    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
    System.String
    | Improve this Doc View Source

    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
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX