Contains communication configuration for HL7 message receivers and
transmitters.
Namespace: Mergecom.HL7Assembly: Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.3.0.0
Syntax
| C# |
|---|
public class HL7SocketConfiguration |
| Visual Basic |
|---|
Public Class HL7SocketConfiguration |
| Visual C++ |
|---|
public ref class HL7SocketConfiguration |
Remarks
The fields of this class are initialized either from a configuration
file, from a Properties object, from values directly passed to one of the
constructors or from the toolkit properties.
The following properties are recognized:
- HOSTNAME for HostName
- PORT for PortNumber
- SEND_TIMEOUT for SendTimeout
- RECEIVE_TIMEOUT for ReceiveTimeout
- AUTOSENSE_INTERVAL for AutoSenseInterval
- AUTOSENSE_END_SEQUENCE for AutoSenseReceiveEndSequence
- TRANSMIT_START_SEQ for TransmitStartSequence
- TRANSMIT_END_SEQ for TransmitEndSequence
- RECEIVE_END_SEQ for ReceiveEndSequence
- SEND_PACING_INTERVAL for SendPacingInterval
- CHARACTER_ENCODING for CharacterEncoding
- RAW_FORMATTER for Formatter, containing a class name that implements the HL7ReceiverFormatter interface.
Inheritance Hierarchy
System..::..Object
Mergecom.HL7..::..HL7SocketConfiguration
Mergecom.HL7..::..HL7ReceiverConfiguration
Mergecom.HL7..::..HL7TransmitterConfiguration
Mergecom.HL7..::..HL7SocketConfiguration
Mergecom.HL7..::..HL7ReceiverConfiguration
Mergecom.HL7..::..HL7TransmitterConfiguration