Difference between revisions of "Find"
(Created page with "==Description== =={{GVESB}} Configuration== The dicom-find-call Element is used by Channel and routed-call. It has the attributes:") |
|||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
+ | Service Find establishes an association between the client that invoked it and the provider to which the call is intended; the service requires the provider to make a match with all specified keys in the identifier of request; the provider generates a response Find for each match and displays all key fields and attributes known required. When the process is completed response is generated and sent a reply Find with a state of success ( Success). Refusal or failure to reply indicates that the provider is unable to process the request. | ||
=={{GVESB}} Configuration== | =={{GVESB}} Configuration== | ||
The dicom-find-call Element is used by [[Channel]] and [[routed-call]]. It has the attributes: | The dicom-find-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.DicomFindCallOperation'''. | ||
+ | |- | ||
+ | | 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. | ||
+ | |- | ||
+ | | queryLevel || optional || | ||
+ | |- | ||
+ | | patientID || optional || | ||
+ | |- | ||
+ | | patientName || optional || | ||
+ | |- | ||
+ | | patientSex || optional || | ||
+ | |- | ||
+ | | sopClass || optional || | ||
+ | |- | ||
+ | | sopInstanceUID || optional || | ||
+ | |- | ||
+ | | studyInstanceUID || optional || | ||
+ | |- | ||
+ | | seriesInstanceUID || optional || | ||
+ | |- | ||
+ | | affectedSopClassUID || optional || | ||
+ | |- | ||
+ | | affectedSopInstanceUID || optional || | ||
+ | |- | ||
+ | | modalityStudy || optional || | ||
+ | |} |
Revision as of 10:03, 14 July 2015
Description
Service Find establishes an association between the client that invoked it and the provider to which the call is intended; the service requires the provider to make a match with all specified keys in the identifier of request; the provider generates a response Find for each match and displays all key fields and attributes known required. When the process is completed response is generated and sent a reply Find with a state of success ( Success). Refusal or failure to reply indicates that the provider is unable to process the request.
GreenVulcano® ESB Configuration
The dicom-find-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.DicomFindCallOperation. |
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. |
queryLevel | optional | |
patientID | optional | |
patientName | optional | |
patientSex | optional | |
sopClass | optional | |
sopInstanceUID | optional | |
studyInstanceUID | optional | |
seriesInstanceUID | optional | |
affectedSopClassUID | optional | |
affectedSopInstanceUID | optional | |
modalityStudy | optional |