|
Tutorial ScenarioIn a typical real-world scenario, let's assume that you are receiving one data stream arriving over a network from ACME Medical. Your application is interested in some or all of the data encoded in the messages. However, your interface requirements have now changed. Your interface is now expected to handle two data streams from two different hospitals: (1) Acme Medical and (2) Another hospital called Magic Health Systems. The two types of messages you expect to receive are as follows:
SIU-S12 Message
ORM-O01 Message Your interface has already been successfully handling SIU^S12 messages, so the goal is to parse two message types, instead of one. As you can tell from the above messages, the segment grammars are slightly different. How would you handle the two different data steams? The table below explains how you could handle this type of scenario, along with their advantages and disadvantages:
This tutorial will show you how to create a new configuration to accommodate the other message. |