HL7 Module 10.5 | Understanding and Using HL7 Module | Installing and Using HL7 Module | Processing HL7 Messages | Creating Outgoing HL7 Version 2.x Messages
 
Creating Outgoing HL7 Version 2.x Messages
 
Example: HL7 ER7-Encoded Message
Example: HL7 XML-Encoded Message
HL7 Module provides the wm.ip.hl7.service:convertIDataToHL7 service that you use to convert an IS document type of a specific HL7 message version into the respective HL7 version 2.x message format. Examples of each message format follow the procedure.
*To create HL7 version 2.x messages
1. Start Integration Server and Designer, if they are not already running.
2. Make sure Designer is using the Service Development perspective. If not, switch to it by selecting Window > Open Perspective > Service Development.
3. To connect to Integration Server:
a. In Package Navigator view, select the Integration Server to which you want to connect.
b. Right click, and select Connect to server.
For more information about how to work with Integration Server in Designer, see the webMethods Service Development Help.
4. In Package Navigator view, expand the WmHL7 package and locate the wm.ip.hl7.service:convertIDataToHL7 service.
5. In Designer, select Run > Run As > Run Service.
6. In the Enter Input for 'convertIDataToHL7' dialog box, specify input values for the service.
For information about the service parameters, see the wm.ip.hl7.service:convertIDataToHL7 service.
7. Click OK. Designer runs the service and displays the results in the Service Result view.