Provides means to send HL7 messages to a particular receiver.

Namespace: Mergecom.HL7
Assembly: Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.3.0.0

Syntax

C#
public class HL7Transmitter : IDisposable
Visual Basic
Public Class HL7Transmitter _
	Implements IDisposable
Visual C++
public ref class HL7Transmitter : IDisposable

Remarks

Connection parameters are specified through the HL7TransmitterConfiguration passed in the constructor.

Inheritance Hierarchy

System..::..Object
  Mergecom.HL7..::..HL7Transmitter

See Also