Clinical portal

Use a message flow that contains a DICOMFindMove node to query a DICOM PACS for metadata from specified patients, studies, or series to display in a clinical portal application.

When clinical staff are reviewing cases, it is useful if they can have access to a single unified view of a patient's information. A clinical portal can present a patient’s studies (sets of DICOM images) in a web application that can be used by clinicians. In this case, the pixel data (scanned image or structured report) is not presented, just the attributes for each study, for example, the modality and date of the study.

To collect all the information, a IBM® Integration Bus message flow is configured to receive a search query from a clinical portal application. A DICOMFindMove node uses one or more search keys from the message to query the hospital's DICOM Picture Archiving Communication System (PACS) to find any matching records. Metadata from the matching records is returned to the DICOMFindMove node and then sent to the clinical portal for display.

Note: This use case is implemented as a pattern in the IBM Integration Toolkit. For information about the pattern, see Healthcare: Web Service to DICOM.

You can view patterns in the documentation by using the links only when you use the documentation that is integrated with the IBM Integration Toolkit, or when you use the online documentation in the IBM Knowledge Center.

The following diagram shows an example.

This diagram shows an example where the message flow uses a DICOMFindMove node to collect metadata from patient, study, or series records that are stored in a PACS. The information is then displayed in a clinical portal application.
  1. A query for information about one or more patients, studies, or series is sent from the portal web application to the message flow.
  2. The Patient ID or other relevant search keys are extracted from the message and sent to the DICOMFindMove node in the message flow.
  3. The DICOMFindMove node in the message flow is used to send queries to the PACS to locate any patients, studies, or series that match the search keys. Metadata from the matching records is returned to the DICOMFindMove node. The DICOM images remain in the PACS.
  4. Metadata from any matching patient, study, or series records is sent from the message flow to the portal web application.
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 | ha05055