What I have is a flat file of DFT HL7 messages, well, let’s back up. I don’t have that yet, I have it in a SQL Server table that I will extract to a flat file. So assuming I have that: A) can the flat file contain multiple HL7 messages? Or is it one HL7 message per file? B) How would I setup the inbound thread to read this? I’m going to direct it to a simple outbound TCP/IP thread.
Thanks and sorry if this is a basic/noob question but most of my limited time so far with Cloverleaf has been with TCP/IP inbound threads.