Difference between revisions of "Move"
(4 intermediate revisions by the same user not shown) | |||
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 || | + | | 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 || | + | | patientID || optional || The ID of the patient. Is overwritten by the value of the GVBuffer property "DICOM_PATIENT_ID". |
|- | |- | ||
− | | patientName || | + | | patientName || optional || The Name of the patient. Is overwritten by the value of the GVBuffer property "DICOM_PATIENT_NAME". |
|- | |- | ||
− | | sopClass || | + | | sopClass || optional || The Service-Object Pair (SOP). Is overwritten by the value of the GVBuffer property "DICOM_SOP_CLASS". |
+ | Admitted values: | ||
+ | - Patient Root Query/Retrieve Information Model - MOVE 1.2.840.10008.5.1.4.1.2.1.2 | ||
+ | - Study Root Query/Retrieve Information Model - MOVE 1.2.840.10008.5.1.4.1.2.2.2 | ||
+ | - Patient/Study Only Query/Retrieve Information Model - MOVE 1.2.840.10008.5.1.4.1.2.3.2 | ||
|- | |- | ||
− | | sopClassUID || | + | | sopClassUID || optional || The Service-Object Pair (SOP) Unique Identifier. Is overwritten by the value of the GVBuffer property "DICOM_SOP_CLASS_UID". |
|- | |- | ||
− | | studyInstanceUID || | + | | studyInstanceUID || optional || The Unique Identifier of the study. Is overwritten by the value of the GVBuffer property "DICOM_STUDY_INSTANCE_UID". |
|- | |- | ||
− | | seriesInstanceUID || | + | | seriesInstanceUID || optional || The Unique Identifier of the series. Is overwritten by the value of the GVBuffer property "DICOM_SERIES_INSTANCE_UID". |
|} | |} |
Latest revision as of 08:56, 15 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 | The Service-Object Pair (SOP). Is overwritten by the value of the GVBuffer property "DICOM_SOP_CLASS".
Admitted values: - Patient Root Query/Retrieve Information Model - MOVE 1.2.840.10008.5.1.4.1.2.1.2 - Study Root Query/Retrieve Information Model - MOVE 1.2.840.10008.5.1.4.1.2.2.2 - Patient/Study Only Query/Retrieve Information Model - MOVE 1.2.840.10008.5.1.4.1.2.3.2 |
sopClassUID | optional | The Service-Object Pair (SOP) Unique Identifier. Is overwritten by the value of the GVBuffer property "DICOM_SOP_CLASS_UID". |
studyInstanceUID | optional | The Unique Identifier of the study. Is overwritten by the value of the GVBuffer property "DICOM_STUDY_INSTANCE_UID". |
seriesInstanceUID | optional | The Unique Identifier of the series. Is overwritten by the value of the GVBuffer property "DICOM_SERIES_INSTANCE_UID". |