Second opinion or expert referral

Use a message flow that contains a DICOMInput node and one or more DICOMOutput nodes to transfer images to specialists at remote locations.

In locations where radiology skills are limited, it might be necessary for specialists to receive DICOM images (for diagnosis or research purposes) from across a healthcare system.

To transfer these DICOM images, a IBM® Integration Bus message flow that contains a DICOMInput node is configured to receive DICOM images sent by a modality, such as a Computerized Tomography (CT) scanner. The DICOMInput node extracts the metadata that is associated with the images. Based on key attributes in the metadata, for example, the Systematized Nomenclature Of Medicine (SNOMED) code, the message is routed to one or more DICOMOutput nodes. From the DICOMOutput nodes, the DICOM images are transferred to DICOM Picture Archiving Communications Systems (PACS) at the specialist locations.

The following diagram shows an example.

This diagram shows an example where the message flow uses DICOMInput and DICOMOutput nodes to transfer DICOM images to specialists at remote locations.
  1. A patient in Hospital A has a Computed Radiography (CR) exam. The DICOM images from the CR exam are sent to a DICOMInput node in the message flow.
  2. By using the DICOMInput node, the DICOM images are stored in a file system directory.
  3. The metadata that is associated with the DICOM images is propagated into the message flow as a DICOM XML message.
  4. From the metadata and other logic in the message flow, the appropriate expert radiologist is identified as being at Hospital C and the DICOM XML message is sent to a DICOMOutput node.
  5. By using the DICOMOutput node, the pixel data for each DICOM image is retrieved from the DICOMInput node's directory.
  6. The pixel data from each DICOM image is recombined with the metadata from the DICOM XML message and the resulting DICOM images are stored in the PACS at Hospital C.
  7. A message is also sent from the message flow to the patient's physician, and includes details of the actions taken.
  8. The expert radiologist studies the DICOM images and creates a DICOM Structured Report (SR), which is sent to a DICOMInput node in the message flow.
  9. By using the DICOMInput node, the DICOM SR is stored in a file system directory.
  10. The metadata that is associated with the DICOM SR is propagated into the message flow as a DICOM XML message, and forwarded to a DICOMOutput node.
  11. A message is also sent from the message flow to the patient's physician, and includes details of the actions taken.
  12. By using the DICOMOutput node, the pixel data for the DICOM SR is retrieved from the DICOMInput node's directory and recombined with metadata from the DICOM XML message.
  13. The resulting DICOM SR is sent to the PACS at Hospital A for the local clinical staff to review.
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 2011, 2014Copyright IBM Corporation 2011, 2014.

        
        Last updated
        
        Last updated : 2015-12-07 16:17:40


Concept topicConcept topic | Version 3.0.0.1 | ha05054