iNTERFACEWARE Products Manual > Installing and Using Chameleon > Tutorials and Exercises > HL7 to Application > Tutorial Overview > Tutorial Objective |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Suppose that you have an application, written in C#.NET, that parses HL7 messages of type ADT^A04, also known as "Register Patient". In messages of this type, ADT indicates that the message is an Admit/Discharge/Transfer message, and A04 indicates that the patient is being registered. A Register Patient message contains all the information needed for a patient registration. When a message of this type is received, the application needs to extract the following information:
The application then processes the extracted data. For the purposes of this tutorial, the extracted data is just displayed on the screen.
|