Skip to main content

Demonstration: Routing Some Data

Now send some data into the production and examine the production's output. Here are the steps:

  1. First, start Demo.HL7.MsgRouter.ProductionOpens in a new tab, if it is not already running.

  2. Open ABC1.txt in a text editor. See the note below for the location of this file. Notice that it contains an HL7 ORM_O01 message.

    generated description: abc1 20102

  3. Now place a copy of ABC1.txt in C:\Practice\In . In a few seconds the file disappears from the directory. ABC_HL7FileService has read the data from the file and removed the file from the directory.

  4. Open C:\Practice\Out and C:\Practice\inarchive. Files now appear in these directories. ABC_HL7FileService has saved a copy of the original data in the inarchive directory. ORM_O01_FileOperation has written a file to the out directory.

Note:

ABC1.txt is in <ensemblesys>\Dev\tutorials\hl7messagerouting where <ensemblesys> is the directory where Ensemble is installed.

FeedbackOpens in a new tab