Written by

Question Warren Oyco · May 20, 2021

Transform data output into a batch flat file text pipe delimited

I am working on tweaking our current patient load process. The roster input is in text pipe delimited format, parsed out and transforms it to a standard HS.Message.PatientSearchRequest, and send to business process for patient matching. Result is transformed into a standard ADT HL7 message using EnsLib.HL.Message class. I would like to know if there is another class I can use that will transform my output to a text flat file pipe delimited instead of HL7 format? any advice on how to do this is greatly appreciated.

Thanks!

Product version: HealthShare 2019.1

Comments

Marc Mundt · May 20, 2021

Have a look at the Record Mapper -- you can create a spec for your target flat file format, and then map to that as the target format in your DTL.

0
Warren Oyco · Jun 21, 2021

Thanks Marc, this worked out great.

0