Re: [HAPI-devel] OBX-2 possible values

2008-10-15 Thread Ehlert, Patrick
Hi, I'm having a similar problem with encapsulated data ("ED" type). I'm sending an ORU^R01 message from a client to a server, both using hapi 0.5.1. I add two observations to the message using the following code terser = new Terser(msg); OBX obx1 = (ca.uhn.hl7v2.model.v22.segment.OBX

[HAPI-devel] OBX-2 possible values

2008-09-17 Thread christophe dufaza
When parsing an HL7 2.3 ORM message, with the OBX-2 field set to ID, the HAPI (0.5.1) implementation throws the error bellow: [java] Caused by: ca.uhn.hl7v2.HL7Exception: java.lang.NoSuchMethodException trying to set data type of OBX-5 [java] at ca.uhn.hl7v2.model.Varies.fixOBX5(Vari