Radiology and PACS Integration

Purpose and Benefits

In-Depth Writeup

  1. Do read this blog by Arjun on the experience of integrating Bahmni with PACS using dcm4chee: https://medium.com/bahmni-blog/how-to-integrate-bahmni-with-fuji-cr-18bfdcf75aba#.nw86mx3vi
  2. Another blog by Matthew from Annoor Hospital (Jordan) on a custom implementation of Bahmni PACS codebase integrated with an OHIF Viewer integration: https://talk.openmrs.org/t/an-overview-of-a-pacs-integration-strategy/34119
  3. Benefits of DCM4Chee: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2039778/


Make integration easier!

The Bahmni PACS integration is not simple to setup, especially for people who are new to DICOM/PACS server terminology or concepts. We would appreciate community help in making it easier to perform Bahmni-PACS integration – preferably through automation and precise documentation. If you wish to help make this documentation better, please provide us your thoughts and comments on this page, or on OpenMRS Talk or Slack channel. Or, you can write your own blog / youtube video, and share the link here. Thanks! 


"Bahmni pacs-integration" is Bahmni's Radiology System that can send Radiology Orders placed in Bahmni EMR to digital X-Ray machines and in turn receive X-Ray images that can be viewed in Bahmni.

The pacs-integration service listens to encounters with radiology orders being placed in Bahmni EMR, converts them into appropriate messages and then sends it to an entity configured in the pacs-integration service database. 

The entity could either be separate PACS server or a modality.  In case you are setting up a different PACS server, a sync will have to be setup between PACS and specific modality for the X-ray technician to view the orders on the modality console. 

It has two main functions as shown in the diagram below:

  1. Create a Radiology order and send it to the digital X-Ray machines (Modality).

  2. Display the X-Ray taken by the digital X-Ray Machine on the Radiology Order within Bahmni.

Architecture Diagram of the the Bahmni PACS-integration Setup and WorkFlow

Notes

Links in Black : The work flow represented using the arrows in Black color is now not yet implemented.

Links in Red : The workflow represented using the arrows in Red color is automated ex : Upload the DICOM Image to DCM4CHEE.

Key Components 

Bahmni PACS-Integration Module/ Web App

The PACS-Integration Module is a web application responsible for sending Radiology Orders to Client Side Radiology Setup.This application/module syncs Radiology Orders from OpenMRS using AtomFeed Sync. For each Radiology Order a HL7 Message is created and sent to the Digital X-Ray Machine Modality using HAPI Library. HL7 Version 2.5 is used across the application.

    • For a Radiology Order with NEW Action, an ORM with Order Type as “NW”(Create WorkList Item) HL7 Message is created.

    • For a Radiology Order with DISCONTINUE Action, an ORM with Order Type as “CA”(Cancel WorkList Item) HL7 Message is created.   

Client Equipment Setup

Client Side Equipment setup consists of the Digital X-Ray Machine(Modality with a PACS-Server). The PACS Server is expected to have an HL7 Interface which can understand the HL7 Order Messages and in turn create or edit the Work List Item. The technician should then upload the X-Ray taken in a Digital X-Ray Plate against any particular WorkList Item. 

DCM4CHEE, Oviyam2

Once the X-Ray is uploaded it will automatically be forwarded to DCM4CHEE, which is another PACS server with a Web viewer Oviyam2 embedded in it. Using it, the Doctors can view X-Rays taken for the Radiology Orders given.

PACS Display Control

Bahmni Patient Dashboard has a configurable section called PACS Display Control which has links to the Oviyam2 X-Ray link. On clicking the link, Oviyam2 page will be displayed in a new tab.

Info

A brief description on Pacs and dcm4chee from Bahmni talk post - https://talk.openmrs.org/t/dcm4chee-outside-bahmni/14178/4 


The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)