Difference between revisions of "Echo"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "==Description== Service Echo 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 fa...")
 
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''' through manual configuration or through the property ''' DICOM_ASSOCIATION '''.
 
|}
 
|}

Revision as of 09:14, 14 July 2015

Description

Service Echo 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 through manual configuration or through the property DICOM_ASSOCIATION .