Re: [HAPI-devel] How to fill the RXA of a PHARM H4 Message

2012-09-27 Thread Michael Monstein
Sorry, my mistake! I should have used RAS_017 instead... _ Von: Michael Monstein Gesendet: Donnerstag, 27. September 2012 14:36 An: [email protected] Betreff: How to fill the RXA of a PHARM H4 Message Dear all We have written a PHARM

[HAPI-devel] How to fill the RXA of a PHARM H4 Message

2012-09-27 Thread Michael Monstein
Dear all We have written a PHARM H2 Message Writer which is now supposed to be reused for H4 messages. As far as I understand the main difference between H2 and H4 is that there is an RAS segment appended to the H2 Message. I start from a RDE_O11 Message and would now like to fill in the RAS (R

Re: [HAPI-devel] Can someone post an example that works.. I have been trying the examples and for a v2.3 nothing works..

2012-09-27 Thread christian ohr
It's nested inside the ORU_R01_RESPONSE: r01.getRESPONSE().getORDER_OBSERVATIONAll() ORU_R01_RESPONSE is also repeatable, so you might want to use getRESPONSE(int) if you not only want to access the first repetition. Christian ray lukas wrote: > > Can someone post an example that works.. I h