How to create HL7 Message from Text Files??
I have patient registration data that is in text format delimited by tab. I want to create HL7 ADT messages and communicate them across two applications.
I just want to know that where does the database come in the process?
Do I first convert this text data into tables in a database and then use a tool to create HL7 messages from the database or is there a way to convert text data into HL7 messages???
Many Thanks