Difference between revisions of "Move"

From GreenVulcano Wiki
Jump to: navigation, search
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'''. 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 GVBuffer property "DICOM_ASSOCIATION" or manually, choosing a value among those available. The property has priority over the manual configuration.
 
|-
 
|-
| queryLevel || optional ||  
+
| queryLevel || optional || The Information Entity level. Is overwritten by the value of the GVBuffer property "DICOM_QUERY_LEVEL".
 +
    Admitted values:
 +
        - PATIENT
 +
        - STUDY
 +
        - SERIES
 +
        - INSTANCE
 
|-
 
|-
| patientID || optional ||
+
| patientID || optional || The ID of the patient. Is overwritten by the value of the GVBuffer property "DICOM_PATIENT_ID".
 
|-
 
|-
| patientName || optional ||
+
| patientName || optional || The Name of the patient. Is overwritten by the value of the GVBuffer property "DICOM_PATIENT_NAME".
 
|-
 
|-
 
| sopClass || optional ||
 
| sopClass || optional ||

Revision as of 14:08, 14 July 2015

Description

Move service is the operation for the transfer of a DICOM object. The service establishes an association between the client that invoked it and the provider to which the call is intended; the service provides unique key values ​​to identify the object to be transferred; the provider generates the sub-operations Store for each identified object to be transferred; when the number of sub- operations Store reaches zero the provider generate and send a state response of success ( Success). The sub-operations Store occur on a different association than that of the Move .

GreenVulcano® ESB Configuration

The dicom-move-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.DicomMoveCallOperation.
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 GVBuffer property "DICOM_ASSOCIATION" or manually, choosing a value among those available. The property has priority over the manual configuration.
queryLevel optional The Information Entity level. Is overwritten by the value of the GVBuffer property "DICOM_QUERY_LEVEL".
    Admitted values: 
        - PATIENT 
        - STUDY 
        - SERIES 
        - INSTANCE
patientID optional The ID of the patient. Is overwritten by the value of the GVBuffer property "DICOM_PATIENT_ID".
patientName optional The Name of the patient. Is overwritten by the value of the GVBuffer property "DICOM_PATIENT_NAME".
sopClass optional
sopClassUID optional
studyInstanceUID optional
seriesInstanceUID optional