iNTERFACEWARE Products Manual > Learning Center > Iguana Best Practices Guide > Designing HL7 Interfaces in Iguana > Five Steps to Building HL7 Interfaces in Iguana > Setting Up the Channels |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
By this stage you are set to go, now that the parsing logic is figured out. The next step is setting up your channels in Iguana. Unlike Chameleon, you don't have to think about good logging strategies, or what things your code should check for, since Iguana handles the message transport and delivery, logging, administration (start/stop) and monitoring functions right out of the box. The only thing you need to worry about is what type of channel configuration you want to set up. The type of channel you set up depends on what type of function your HL7 interface is performing: (1) Parsing; (2) Generating; (3) Transforming; and/or (4) Translating. Some common channel setups are described in the following diagrams: Parsing
To go through a step-by-step parsing example, see HL7 to Database.
Generating
To go through a step-by-step generating example, see Database to HL7.
Transforming
To go through a step-by-step transformation example, see HL7 Transformation.
Translating
To go through a step-by-step XML translation example, see HL7 - XML Tutorial.
|