Difference between revisions of "GVHL7ListenerManager"
(Created page with "==Description== =={{VULCON}} / {{GVCONSOLE}} Configuration== The GVHL7ListenerManager Element is used by '''GVAdapters'''. The following table show the element's attributes GV...") |
(→HL7Applications) |
||
Line 47: | Line 47: | ||
Its subelements are: | Its subelements are: | ||
* GVCoreApplication | * GVCoreApplication | ||
+ | |||
+ | ====GVCoreApplication==== | ||
+ | |||
+ | The GVCoreApplication Element is used by '''HL7Applications'''. | ||
+ | |||
+ | The following table show the element's attributes GVCoreApplication: | ||
+ | {|class="gvtable" | ||
+ | ! Attribute !! Type !! Description | ||
+ | |- | ||
+ | | type || fixed || Unmodifiable. Used by {{GVESB}} factory framework. This attribute must assume the value '''hl7application'''. | ||
+ | |- | ||
+ | | class || fixed || This attribute must assume the value '''it.greenvulcano.gvesb.gvhl7.listener.handler.GVCoreApplication'''. | ||
+ | |- | ||
+ | | name || required || The attribute's value can't be null. | ||
+ | |- | ||
+ | | gv-system || required || ID system with which to perform the invocation of {{GVESB}}. | ||
+ | |- | ||
+ | | gv-service || required || ID service with which to perform the invocation of {{GVESB}}. | ||
+ | |- | ||
+ | | gv-operation || required || {{GVESB}} operation to invoke. | ||
+ | |- | ||
+ | | forward-name || optional || Forward name to invoke. The attribute's value can't be null. | ||
+ | |} | ||
+ | |||
+ | Its subelements are: | ||
+ | * Description | ||
+ | * HL7Activations containing '''HL7Activation''' elements | ||
+ | |||
+ | ====HL7Activation==== | ||
+ | |||
+ | The HL7Activation Element is used by '''HL7Activations'''. | ||
+ | |||
+ | The following table show the element's attributes HL7Activation: | ||
+ | {|class="gvtable" | ||
+ | ! Attribute !! Type !! Description | ||
+ | |- | ||
+ | | messageType || required || The attribute's value can't be null. | ||
+ | |- | ||
+ | | triggerEvent || required || The attribute's value can't be null. | ||
+ | |} |
Revision as of 15:24, 6 February 2012
Contents
Description
VulCon / GV Console Configuration
The GVHL7ListenerManager Element is used by GVAdapters.
The following table show the element's attributes GVHL7ListenerManager:
Attribute | Type | Description |
---|---|---|
version | fixed | This attribute must assume the value 1.0. |
type | fixed | Element type module. |
name | fixed | Module id always set to EXCEL_REPO. This attribute must assume the value HL7_LISTENERS. |
Its subelements are:
- Description
- HL7Listeners containing one or more HL7Listener elements.
HL7Listener
The HL7Listener Element is used by: HL7Listeners.
The following table show the element's attributes HL7Listener:
Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value hl7listener. |
class | fixed | This attribute must assume the value it.greenvulcano.gvesb.gvhl7.listener.HL7Listener. |
name | required | The attribute's value can't be null. |
port | required | The attribute's value can't be null. |
Its subelements are:
- Description
- HL7Applications
HL7Applications
The HL7Applications Element is used by HL7Listener.
Its subelements are:
- GVCoreApplication
GVCoreApplication
The GVCoreApplication Element is used by HL7Applications.
The following table show the element's attributes GVCoreApplication:
Attribute | Type | Description |
---|---|---|
type | fixed | Unmodifiable. Used by GreenVulcano® ESB factory framework. This attribute must assume the value hl7application. |
class | fixed | This attribute must assume the value it.greenvulcano.gvesb.gvhl7.listener.handler.GVCoreApplication. |
name | required | The attribute's value can't be null. |
gv-system | required | ID system with which to perform the invocation of GreenVulcano® ESB. |
gv-service | required | ID service with which to perform the invocation of GreenVulcano® ESB. |
gv-operation | required | GreenVulcano® ESB operation to invoke. |
forward-name | optional | Forward name to invoke. The attribute's value can't be null. |
Its subelements are:
- Description
- HL7Activations containing HL7Activation elements
HL7Activation
The HL7Activation Element is used by HL7Activations.
The following table show the element's attributes HL7Activation:
Attribute | Type | Description |
---|---|---|
messageType | required | The attribute's value can't be null. |
triggerEvent | required | The attribute's value can't be null. |