Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You could use the simulator component and feed it in via an HL7 Server - but honestly it’s probably easier to write you own little component and feed the data directly into the component you are testing.

Expand
titleUse a custom field for the input file name

See Custom Fields Here we use ~/test.txt for the default location of the input file.

You access that with:

Code Block
local FileName = component.fields()

...