Difference between revisions of "Hl7-call"
(Created page with "HL7 VCL plugin to send HL7 message on remote HL7 servers. The hl7-call Element is used by Channel and routed-call. It has the attributes: * ''type'': call. * ''class'': ...") |
|||
Line 1: | Line 1: | ||
− | + | ==Description== | |
+ | |||
+ | This plugin allows to send HL7 messages on remote HL7 servers. | ||
+ | |||
+ | =={{GVESB}} Configuration== | ||
The hl7-call Element is used by [[Channel]] and [[routed-call]]. It has the attributes: | The hl7-call Element is used by [[Channel]] and [[routed-call]]. It has the attributes: | ||
− | + | {|class="gvtable" | |
− | + | ! Attribute !! Type !! Description | |
− | + | |- | |
− | + | | type || fixed || This attribute must assume the value '''call'''. | |
− | + | |- | |
− | + | | class || fixed || This attribute must assume the value '''it.greenvulcano.gvesb.virtual.hl7.HL7CallOperation'''. | |
+ | |- | ||
+ | | name || required || Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations. | ||
+ | |- | ||
+ | | host || required || Host to connect to. | ||
+ | |- | ||
+ | | port || required || Port where the service is exposed. | ||
+ | |- | ||
+ | | timeout || optional || Timeout in seconds for a given interaction. Default to 10 seconds. | ||
+ | |} | ||
+ | |||
+ | Might contain the sub-element Description. |
Latest revision as of 16:17, 2 March 2012
Description
This plugin allows to send HL7 messages on remote HL7 servers.
GreenVulcano® ESB Configuration
The hl7-call Element is used by Channel and routed-call. It has the attributes:
Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value call. |
class | fixed | This attribute must assume the value it.greenvulcano.gvesb.virtual.hl7.HL7CallOperation. |
name | required | Operation name. Used in the Flow section to associate workflow nodes to VCL operations. |
host | required | Host to connect to. |
port | required | Port where the service is exposed. |
timeout | optional | Timeout in seconds for a given interaction. Default to 10 seconds. |
Might contain the sub-element Description.