I need to create an test automation framework and the goal is to invoke channels created in Mirth test environment with the static HL7 messages(going forward HL7 messages are read from excel sheet) and capture the result coming out of HIE. Iam planning to develop this framework in java and Can anybody let me know where to find libraries or jar files for manipulating HL7 and invoking interfaces in Mirth.
Thanks, Kumar
I don't believe this is possible with Mirth today. It might be easier to create or use a simple MLLP submitter (Hapi would probably be good for this) from your unit test that can read your messages from the excel file and post them to Mirth.