Re: [HAPI-devel] Processing a Single Message Multiple Times

2010-12-13 Thread Jens Villadsen
I think you are about to make an error in your initial design - if you more or less think of a key/value map with the registerApplication call, the behaviour you experience makes a lot of sense. Since you want all three handlers to react on the A01 message type why not handle all this inside the yo

Re: [HAPI-devel] Processing a Single Message Multiple Times

2010-12-12 Thread Erik Gfesser
[email protected] Sent: Sun, December 12, 2010 7:53:07 AM Subject: [HAPI-devel] Processing a Single Message Multiple Times Hello - I'm working on a simple Java app with HAPI, mainly just for personal interest at this point. I'm starting with the SendAn

[HAPI-devel] Processing a Single Message Multiple Times

2010-12-12 Thread kc9ddi
Hello - I'm working on a simple Java app with HAPI, mainly just for personal interest at this point. I'm starting with the SendAndReceiveAMessage example as a starting point (http://hl7api.sourceforge.net/xref/ca/uhn/hl7v2/examples/SendAndReceiveAMessage.html) What I'd like to be able to do is m