Re: [HAPI-devel] ORU_R01 multiple OBX (and OBR) segments...

2007-06-21 Thread Life is hard, and then you die
On Thu, Jun 21, 2007 at 07:51:52AM -0700, NovaMan wrote: > > Here is some more background on what I am doing...simply reading in an HL7 > v2.3.1 file and trying to get its components, like MSH segment information, > PID segment information, OBR segment information, OBX segment information, > ZU1 s

Re: [HAPI-devel] ORU_R01 HL7 message questions concerning HAPI...

2007-06-21 Thread NovaMan
Well, I worked on some fine details regarding the Message object that is being passed into the Terser object, and now I am not getting 'null' for everything I try to extract from the PID segment, so 2/ I've answered myself. But number one still looks like it may pose a problem for my purposes...

[HAPI-devel] ORU_R01 HL7 message questions concerning HAPI...

2007-06-21 Thread NovaMan
I've got a few questions about HAPI for you... 1/ I've got HL7 ORU_R01 messages that are constructed thusly: MSH | … PID | 1 | … NTE | 1 | … NTE | 2 | … PV1 | 1 | … OBR | 1 | … OBX | 1 | … OBX | 2 | … OBX | 3 | … . . . OBX | 32 | ... OBR | 2 | … OBX | 33 | … . . . OBX | n | … OBX | 1 | … OBX | 2

Re: [HAPI-devel] ORU_R01 multiple OBX (and OBR) segments...

2007-06-21 Thread NovaMan
Hi Ronald! Here is some more background on what I am doing...simply reading in an HL7 v2.3.1 file and trying to get its components, like MSH segment information, PID segment information, OBR segment information, OBX segment information, ZU1 segment information, ZU2 segment information, etc. I'm