- This topic has 6 replies, 3 voices, and was last updated 13 years, 3 months ago by .
-
Topic
-
Hi all. I have a vendor who is going to give me HL7 billing records in DFT format, HL7 ver. 2.2. They’re going to dump out all the HL7 records at midnight let’s say. I’m throwing all of the HL7 records into a file. So, after the vendor is finished sending all the billing information to Cloverleaf, I should wind up with a file that looks something like this:
MSH
PID
FT1
FT1
FT1
MSH
PID
FT1
FT1
MSH
PID
FT1
etc.
What I want to do is to be able to read that entire file in with another Cloverleaf thread, flatten it out, and put the resulting flat file into another file.
Is there any way I can get Cloverleaf to read in all those HL7 records as one large HL7 record with multiple MSH segments in it? Or should I be approaching this a different way?
Thanks in advance for your help.
George Kulz
Senior Java Programmer
Information Services
Memorial Hospital of Rhode Island
- The forum ‘Cloverleaf’ is closed to new topics and replies.