I need to send HL7 ADT data to a SQL server database and am stuck on how to build the outbound thread. I was able to set up a database configuration and connect to the database. I used the Database Schema Configurator to build a schema and then I created an xlate from HL7 to the database schema. Now I guess i need to build an outbound thread with a database outbound protocol. Unfortuantely I habe no idea what to put in each of the fields and I can’t seem to find any concise instructions in “help”. Any suggestions/pointers would be greatly appreciated.
I realize this is an older thread, but it looks relevant to my current issue..
Cloverleaf 6.1.1 running on Windows server
Trying to create an HL7 to database interface, the XLT I have setup seems to work as expected (I see the HL7 values in the related database field I defined in the XLT), when running the tester for Database Protocol I cannot get the Value in the “Executed SQL” statement. If I check “whole message” then I can get the entire message as a value…but that does me no good here..
I ended up discovering that just running the test data through the threads populated the database on the other end…
So yes, if I would have run the test file through the XLT tester, write that to file, then pull that into the database tester then it probably would have worked as expected.
I’ll take the blame for not understanding the tester fully 😉