Difference between revisions of "Echo"
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
− | + | Echo service establishes an association between the client that invoked it and the provider that the call is intended. Its function is to verify the success or failure of the association by means of messages ( success or failure ) sent from the provider to the client. | |
=={{GVESB}} Configuration== | =={{GVESB}} Configuration== | ||
Line 13: | Line 13: | ||
| name || required || Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations. | | name || required || Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations. | ||
|- | |- | ||
− | | nameAssociation || required || Association name. It is used for the connection to a host. It is configured in '''GVAdapters''' | + | | nameAssociation || required || Association name. It is used for the connection to a host. It is configured in '''GVAdapters'''. This value is referenced by a GVBuffer property "DICOM_ASSOCIATION" or manually, choosing a value among those available. The property has priority over the manual configuration. |
|} | |} |
Latest revision as of 13:26, 14 July 2015
Description
Echo service establishes an association between the client that invoked it and the provider that the call is intended. Its function is to verify the success or failure of the association by means of messages ( success or failure ) sent from the provider to the client.
GreenVulcano® ESB Configuration
The dicom-echo-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.dicom.DicomEchoCallOperation. |
name | required | Operation name. Used in the Flow section to associate workflow nodes to VCL operations. |
nameAssociation | required | Association name. It is used for the connection to a host. It is configured in GVAdapters. This value is referenced by a GVBuffer property "DICOM_ASSOCIATION" or manually, choosing a value among those available. The property has priority over the manual configuration. |