Difference between revisions of "Find"

From GreenVulcano Wiki
Jump to: navigation, search
({{GVESB}} Configuration)
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 || optional ||
+
| queryLevel || implied ||  
 
|-
 
|-
| patientID || optional ||
+
| patientID || implied ||
 
|-
 
|-
| patientName || optional ||
+
| patientName || implied ||
 
|-
 
|-
| patientSex || optional ||
+
| patientSex || implied ||
 
|-
 
|-
| sopClass || optional ||
+
| sopClass || implied ||
 
|-
 
|-
| sopInstanceUID || optional ||
+
| sopInstanceUID || implied ||
 
|-
 
|-
| studyInstanceUID || optional ||
+
| studyInstanceUID || implied ||
 
|-
 
|-
| seriesInstanceUID || optional ||
+
| seriesInstanceUID || implied ||
 
|-
 
|-
| affectedSopClassUID || optional ||
+
| affectedSopClassUID || implied ||
 
|-
 
|-
| affectedSopInstanceUID || optional ||
+
| affectedSopInstanceUID || implied ||
 
|-
 
|-
| modalityStudy || optional ||
+
| modalityStudy || implied ||
 
|}
 
|}

Revision as of 10:21, 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 implied
patientID implied
patientName implied
patientSex implied
sopClass implied
sopInstanceUID implied
studyInstanceUID implied
seriesInstanceUID implied
affectedSopClassUID implied
affectedSopInstanceUID implied
modalityStudy implied