I have a request to take two HL7 result messages and combine them into a single message. Sometimes we only get one so I need to pass that one as it stands and in the case where I get the two I have to combine OBX’s. My original though was to write to a file, then have a thread pick up the files look for same patient and then combine and send on their way. Just looking to see if anyone else has done this and has any ideas on how to do this. Thanks in advance..
Joe Paquette