Forgive the Newbie question:
I am currently sotring two HL7 Feeds into a SQL Database then parsing through them in order to filter out Facility specific messages. Then I dump the message I need into an outbound table. My questions is I just want to query that table and send the ADTs out the facility I filtered. The reason for not using a filter in the inbound message is I can not given latency of the second inbound feed. Thus the SQL Database. My Question is what do I need to setup on the Outbound Channel for transformation if all I am going to do is read a Text Field in of the RAW Input Message? Do I even need a tranformation template?
Any help would be greatly appreciated.
I am currently sotring two HL7 Feeds into a SQL Database then parsing through them in order to filter out Facility specific messages. Then I dump the message I need into an outbound table. My questions is I just want to query that table and send the ADTs out the facility I filtered. The reason for not using a filter in the inbound message is I can not given latency of the second inbound feed. Thus the SQL Database. My Question is what do I need to setup on the Outbound Channel for transformation if all I am going to do is read a Text Field in of the RAW Input Message? Do I even need a tranformation template?
Any help would be greatly appreciated.
Comment