Re: [HAPI-devel] HL7 Listener

2007-08-03 Thread GHH
Hi Torben, Thanks for your response. I actually managed to figure it for myself after a few hours. Wasn't as hard as I thought it was. Thanks for your help! Nick. Torben Greiser wrote: > > Hi Nick! > > PipeParser pp = new PipeParser(); > ... > -- View this message in context: http://w

[HAPI-devel] HL7 Listener

2007-08-02 Thread GHH
Hi there, I'm very new to this HL7 stuff so please bear with me! We're trying to write a piece of code which simply sits on our server in a loop, waiting to receive HL7 (ORU_01) messages, and when it receives them it sends an ACK back to the sender. But from the example code on the HAPI site