Search Results for

    Show / Hide Table of Contents

    Class Hl7Configuration

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

    Constructors

    | Improve this Doc View Source

    Hl7Configuration()

    Declaration
    public Hl7Configuration()

    Fields

    | Improve this Doc View Source

    DefaultClientTimeout

    Declaration
    public static readonly int DefaultClientTimeout
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    DefaultMaximumNumberOfConnections

    Declaration
    public const int DefaultMaximumNumberOfConnections = 10
    Field Value
    Type Description
    System.Int32

    Properties

    | Improve this Doc View Source

    BufferSize

    Declaration
    public uint BufferSize { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    ClientTimeoutMilliseconds

    Gets or sets the client connection timeout in milliseconds. Defaults to 60,000ms.

    Declaration
    [ConfigurationKeyName("clientTimeout")]
    public int ClientTimeoutMilliseconds { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    MaximumNumberOfConnections

    Gets or sets maximum number of concurrent connections for the HL7 service. Defaults to 10.

    Declaration
    [ConfigurationKeyName("maximumNumberOfConnections")]
    public int MaximumNumberOfConnections { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Port

    Gets or sets the MLLP listening port. Defaults to 2575.

    Declaration
    [ConfigurationKeyName("port")]
    public int Port { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    SendAcknowledgment

    Gets or sets wether to respond with an ack/nack message. Defaults to true.

    Declaration
    [ConfigurationKeyName("sendAck")]
    public bool SendAcknowledgment { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX