On Wed, Jun 20, 2007 at 04:17:33PM -0700, NovaMan wrote: > > My question is the following: > > Is it possible (even easy?) to extract multiple OBX segments (and OBR > segments) from ORU_R01 HL7 files that might look something like: > > MSH| ... > PID| ... > NTE| ... > PV1| ... > OBR| ... > OBX|1| ... > OBX|2| ... > OBX|3| ... > . > . > . > OBX|n| ... > ZU1| ... > ZU2| ... > > If so, how is this done?
Follow the groups: msg.getPATIENT_RESULT().getORDER_OBSERVATION().getOBSERVATION(n).getOBX() Cheers, Ronald ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Hl7api-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hl7api-devel

