Difference between revisions of "Store"
(Created page with "==Description== =={{GVESB}} Configuration== The dicom-store-call Element is used by Channel and routed-call. It has the attributes:") |
|||
| Line 1: | Line 1: | ||
==Description== | ==Description== | ||
| + | Store service is the operation that allows the storage of a DICOM object. It can be invoked by the client to ask the server to store a specific object, or is generated in response to a Move call to provide to trigger the mechanism of delivery of DICOM objects. | ||
=={{GVESB}} Configuration== | =={{GVESB}} Configuration== | ||
The dicom-store-call Element is used by [[Channel]] and [[routed-call]]. It has the attributes: | The dicom-store-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.dicom.DicomStoreCallOperation'''. | ||
| + | |- | ||
| + | | 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 property "DICOM_ASSOCIATION" or manually, choosing a value among those available. | ||
| + | |- | ||
| + | | sopClass || implied || | ||
| + | |- | ||
| + | | sopInstanceUID || implied || | ||
| + | |- | ||
| + | | dicomFile || implied || | ||
| + | |} | ||
Revision as of 10:39, 14 July 2015
Description
Store service is the operation that allows the storage of a DICOM object. It can be invoked by the client to ask the server to store a specific object, or is generated in response to a Move call to provide to trigger the mechanism of delivery of DICOM objects.
GreenVulcano® ESB Configuration
The dicom-store-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.DicomStoreCallOperation. |
| 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 property "DICOM_ASSOCIATION" or manually, choosing a value among those available. |
| sopClass | implied | |
| sopInstanceUID | implied | |
| dicomFile | implied |