Class Hl7Configuration
Inheritance
Hl7Configuration
Assembly: Monai.Deploy.InformaticsGateway.Configuration.dll
public class Hl7Configuration
Constructors
|
Improve this Doc
View Source
Declaration
public Hl7Configuration()
Fields
|
Improve this Doc
View Source
Declaration
public static readonly int DefaultClientTimeout
Field Value
|
Improve this Doc
View Source
Declaration
public const int DefaultMaximumNumberOfConnections = 10
Field Value
Properties
|
Improve this Doc
View Source
Declaration
public uint BufferSize { get; set; }
Property Value
|
Improve this Doc
View Source
Gets or sets the client connection timeout in milliseconds.
Defaults to 60,000ms.
Declaration
[ConfigurationKeyName("clientTimeout")]
public int ClientTimeoutMilliseconds { get; set; }
Property Value
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
Gets or sets the MLLP listening port.
Defaults to 2575.
Declaration
[ConfigurationKeyName("port")]
public int Port { get; set; }
Property Value
|
Improve this Doc
View Source
Gets or sets wether to respond with an ack/nack message.
Defaults to true.
Declaration
[ConfigurationKeyName("sendAck")]
public bool SendAcknowledgment { get; set; }
Property Value