I have a channel which reads in an HL7 file (missing key PID info).
It then polls the database and adds the information then kicks out the modified HL7 file. This is working flawlessly.
However, if it can't find the record, it just processes the file (making no changes) and sends it across the channel.
Is there a way to force an error on a record which returns zero rows from the transformer (via javascript I expect) so that it will not move across?
Thanks.
It then polls the database and adds the information then kicks out the modified HL7 file. This is working flawlessly.
However, if it can't find the record, it just processes the file (making no changes) and sends it across the channel.
Is there a way to force an error on a record which returns zero rows from the transformer (via javascript I expect) so that it will not move across?
Thanks.
Comment