Difference between revisions of "Find"
| Line 35: | Line 35: | ||
- Patient/Study Only Query/Retrieve Information Model - FIND 1.2.840.10008.5.1.4.1.2.3.1 | - Patient/Study Only Query/Retrieve Information Model - FIND 1.2.840.10008.5.1.4.1.2.3.1 | ||
|- | |- | ||
| − | | sopInstanceUID || optional || | + | | sopInstanceUID || optional || Is overwritten by the value of the GVBuffer property "DICOM_SOP_INSTANCE_UID". |
|- | |- | ||
| − | | studyInstanceUID || optional || | + | | studyInstanceUID || optional || Is overwritten by the value of the GVBuffer property "DICOM_STUDY_INSTANCE_UID". |
|- | |- | ||
| − | | seriesInstanceUID || optional || | + | | seriesInstanceUID || optional || Is overwritten by the value of the GVBuffer property "DICOM_SERIES_INSTANCE_UID". |
|- | |- | ||
| − | | affectedSopClassUID || optional || | + | | affectedSopClassUID || optional || Is overwritten by the value of the GVBuffer property "DICOM_AFFECTED_SOP_CLASS_UID". |
|- | |- | ||
| − | | affectedSopInstanceUID || optional || | + | | affectedSopInstanceUID || optional || Is overwritten by the value of the GVBuffer property "DICOM_AFFECTED_SOP_INSTANCE_UID". |
|- | |- | ||
| − | | modalityStudy || optional || | + | | modalityStudy || optional || Is overwritten by the value of the GVBuffer property "DICOM_MODALITY_STUDY". |
|} | |} | ||
Revision as of 14:18, 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 | Is overwritten by the value of the GVBuffer property "DICOM_SOP_INSTANCE_UID". |
| studyInstanceUID | optional | Is overwritten by the value of the GVBuffer property "DICOM_STUDY_INSTANCE_UID". |
| seriesInstanceUID | optional | Is overwritten by the value of the GVBuffer property "DICOM_SERIES_INSTANCE_UID". |
| affectedSopClassUID | optional | Is overwritten by the value of the GVBuffer property "DICOM_AFFECTED_SOP_CLASS_UID". |
| affectedSopInstanceUID | optional | Is overwritten by the value of the GVBuffer property "DICOM_AFFECTED_SOP_INSTANCE_UID". |
| modalityStudy | optional | Is overwritten by the value of the GVBuffer property "DICOM_MODALITY_STUDY". |