A generic interface for HL7 communications
- NHapi 2.5.0.6
- NHapiTools 1.10.0
- HL7api 1.0.0.0
- SuperSocket 1.6.6.1
- SuperSocket.CLientEngine 0.10.0.0
- .NET Framework >= 4.5
The HL7Interface
is a finite product that let the NHapi
, the NHapiTools
, the HL7api
, the SuperSocket
, and the SuperSocket.Client.Engine
work together.
IHL7Message command = new EquipmentCommandRequest();
var ret = await SendHL7MessageAsync(command);
var ack = ret.Acknowledgment;
var commandResponse = ret.Response;