iNTERFACEWARE Products Manual > Learning Center > Tutorials and Sample Scenarios > Working With a Database > HL7 to Database > Step 6 - One to Many Relationships |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
So far you have been dealing with HL7 messages that have very simple, flat segment grammars. However, things get a little more complicated when you want to map data from repeating segments (or repeating groups of segments). In this tutorial, you will map data from a repeating segment of a message into a table. You will then relate the segment data contained in this table to the message data contained in another table. This is called a One to many or 1-n relationship. You will create a sample 1-n relationship by adding the ability to process Patient Observation messages. These messages contain one or more ORU segments. To process these messages, you will:
|