|
Step 1 - Data AcquisitionThe first step in setting up any incoming HL7 interface is to collect some example data. After all, in order to design an interface that correctly parses incoming messages, you'll need to have a good understanding of what you will be parsing. Not only is this sample data useful during interface design, but obviously it can be used later when you are unit testing your interface. There are generally three ways you could acquire some data for testing:
In this tutorial, you will be using option number three. |