I am trying to figure out how to use the database-outbound protocol but I’m having an issue with inserting an entire HL7 transaction into a single column. I have configured my SQL Statement as follows:
INSERT INTO INTERFACEMESSAGE(INTERFACEMESSAGE.COMPNO, INTERFACEMESSAGE.MESSAGEID, INTERFACEMESSAGE.MESSAGE, INTERFACEMESSAGE.ENTDATE, INTERFACEMESSAGE.MESSAGETYPE) VALUES (
In the Xlate I don’t touch the INTERFACEMESSAGE.MESSAGE field (the field whereI want the entire HL7 transaction to go into) but I notice that if I print out the the message in a post-xlate tcl file the HL7 transaction is not in that field, it is empty:
‘1’,’Q1571282944T27837740′,,sysdate,’HL7IN’
Could anyone offer any advice on what I’m doing wrong with my usage of
Thank you,
Aaron Andersen