Difference between revisions of "Find"
| 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". |
|- | |- | ||
| − | | patientSex || optional || | + | | patientSex || optional || The Sex of the patient. Is overwritten by the value of the GVBuffer property "DICOM_PATIENT_SEX". |
|- | |- | ||
| − | | sopClass || optional || | + | | 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 - FIND 1.2.840.10008.5.1.4.1.2.1.1 | ||
| + | - Study Root Query/Retrieve Information Model - FIND 1.2.840.10008.5.1.4.1.2.2.1 | ||
| + | - Modality Worklist Information Model - FIND 1.2.840.10008.5.1.4.31 | ||
| + | - Patient/Study Only Query/Retrieve Information Model - FIND 1.2.840.10008.5.1.4.1.2.3.1 | ||
|- | |- | ||
| − | | sopInstanceUID || optional || | + | | sopInstanceUID || optional || |
|- | |- | ||
| studyInstanceUID || optional || | | studyInstanceUID || optional || | ||
Revision as of 14:08, 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 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". |
| patientSex | optional | The Sex of the patient. Is overwritten by the value of the GVBuffer property "DICOM_PATIENT_SEX". |
| 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 - FIND 1.2.840.10008.5.1.4.1.2.1.1
- Study Root Query/Retrieve Information Model - FIND 1.2.840.10008.5.1.4.1.2.2.1
- Modality Worklist Information Model - FIND 1.2.840.10008.5.1.4.31
- Patient/Study Only Query/Retrieve Information Model - FIND 1.2.840.10008.5.1.4.1.2.3.1
|
| sopInstanceUID | optional | |
| studyInstanceUID | optional | |
| seriesInstanceUID | optional | |
| affectedSopClassUID | optional | |
| affectedSopInstanceUID | optional | |
| modalityStudy | optional |