Re: [HAPI-devel] ORM_O01

2011-12-29 Thread Daniel Nebot
();   pp.setValidationContext(myContext); pp.parse(strReceivedMessage); Regards Daniel Nebot IZASA --- On Wed, 12/28/11, Garrett McTear wrote: From: Garrett McTear Subject: Re: [HAPI-devel] ORM_O01 To: "Daniel Nebot" Date: Wednesday, December 28, 2011, 8:48 PM Daniel, Thanks fo

Re: [HAPI-devel] ORM_O01

2011-12-28 Thread christian ohr
Hi, I gave it a quick try with hapi 1.2 and could successfully parse it using the Hapi TestPanel. What hapi version do you use? Do you have the hapi-structures-v231.jar in your classpath? Can you provide some example code that demonstrates your problem? cheers Christian Garrett McTear wrote:

[HAPI-devel] ORM_O01

2011-12-27 Thread Garrett McTear
I am having success with ACK, ADT_A08, ADT_A11, and ADT_A40 messages in my HL7 project I have been working on. I am, however, having difficulty with ORM_O01 messages. This is the specific message I have been given as an example message to be parsed: MSH|^~\&|RAMSOFT|SENDING FACILITY|RAMSOFT|REC

[HAPI-devel] ORM_O01 parsing as RDO_O01 message

2011-07-25 Thread Polack, Barbara L
Hello, I am fairly new to HAPI, but am finding my way around. I am coming across an error that I can't figure out. I set up code to accept order messages. But when my message comes in and is processed by HAPI, HAPI is instantiating an RDO_O01 message and not an ORM_O01 message, then it fai