Re: [HAPI-devel] Need Help in - To use correct version of Hapi Library

2020-11-23 Thread Martin Fleurke
Hi, It looks more like a bad message coming in. You should be able to see the message when logging ca.uhn.hl7v2.raw[.inbound] The error says that a required data field (OBX-5) is empty. Solution is to let the sender fill it in. Is the incoming message a hl7v2.3 message? If it is an other vers

Re: [HAPI-devel] Need Help in - To use correct version of Hapi Library

2020-11-23 Thread Dasari, Penchalaiah via Hl7api-devel
Hi Martin, Thanks for your inputs. Yes, I am using hapi-2.3 base jar and hapi-structires-23. My device is sending following way the MSH & OBX segments :- MSH Segment: MSH|^~\&|XYZ, INC.^3.1.37^A123420201121161056||ORU^R01||P|2.3| OBX segment: OBX|1||2345-7^^LN^Glucose SerPl-mCnc||99

Re: [HAPI-devel] Need Help in - To use correct version of Hapi Library

2020-11-23 Thread Walter Kelt
Yes, that is the reason for the exception. It may be the device provider doesn’t “fill-in” that column, and it is marked as REQUIRED by the protocol. You may be using a wrong version of the hapi-structures, or the transmitting device is marking it incorrectly. Good luck, Walter > On Nov 23, 2