Difference between revisions of "Find"
(→Description) |
|||
| Line 15: | Line 15: | ||
| 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. | | 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 || | + | | queryLevel || optional || |
|- | |- | ||
| − | | patientID || | + | | patientID || optional || |
|- | |- | ||
| − | | patientName || | + | | patientName || optional || |
|- | |- | ||
| − | | patientSex || | + | | patientSex || optional || |
|- | |- | ||
| − | | sopClass || | + | | sopClass || optional || |
|- | |- | ||
| − | | sopInstanceUID || | + | | sopInstanceUID || optional || |
|- | |- | ||
| − | | studyInstanceUID || | + | | studyInstanceUID || optional || |
|- | |- | ||
| − | | seriesInstanceUID || | + | | seriesInstanceUID || optional || |
|- | |- | ||
| − | | affectedSopClassUID || | + | | affectedSopClassUID || optional || |
|- | |- | ||
| − | | affectedSopInstanceUID || | + | | affectedSopInstanceUID || optional || |
|- | |- | ||
| − | | modalityStudy || | + | | modalityStudy || optional || |
|} | |} | ||
Revision as of 13:16, 14 July 2015
Description
Find service 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 |