Setup DCM4CHEE Server with Oviyam2

Purpose and Benefits

DCM4CHEE Server with Oviyam2 web viewer embedded : This DCM4CHEE server (JBOSS) is another PACS server which will be configured with Client's Digital X-Ray Machine's Modality/PACS Server to automatically deliver all the X-Rays(.dcm files / images) to it. Oviyam2 Dicom Web viewer, is embedded in DCM4CHEE JBOSS server, with Patient Id and Order Number used by Bahmni to show the X-Ray images.


Installation of dcm4chee is same like any other service in Bahmni, via an rpm. Please refer the Install Bahmni installation guide.

After the installation is done, a few more steps are required to get everything up and running. 

Steps

 

1. Ensure dcm4chee service is running

If service is installed but not running, then the service can be started using service dcm4chee start.

For troubleshooting, the logs for dcm4chee can be typically found at /var/lib/bahmni/dcm4chee-2.18.1-psql/server/default/log/server.log. 

  Both dcm4chee and oviyam2 can be accessed using the below urls.

  ip:8055/dcm4chee-web3, use admin/admin to login

  ip:8055/oviyam2

The dcmsnd utility provided by dcm4chee can be used to test uploading of images to it.

dcmsnd DCM4CHEE@ipaddress:11112 image.dcm

Sample image : image.dcm

Utilities can be downloaded from https://sourceforge.net/projects/dcm4che/files/dcm4che2/2.0.28/

  1. Unzip the dcm4che-2.0.28-bin.zip file

  2. run the excecutable files with appropriate parameters.



2. Setup DCM4CHEE as PACS server in X-ray modality or another PACS 

dcm4chee is a PACS and will be used for image storage. So images need to be sent to dcm4chee. How to setup another piece of software (modality / another PACS) to send the images will be vendor specific. The vendor support engineer would typically know this. We wish to build knowlege repository of that a well. But for now, its recommended to take help from the vendor to set this up.

They will have to configure dcm4chee as ImageStorage SCP with the below details

Host IP : <IP address of the machine where you have installed dcm4chee service>

AE Title : DCM4CHEE (default dcm4chee AE Title with bahmni installation)

Port : 11112 (default dcm4chee port with bahmni installatino for recieving images)


3. Setup DCM4CHEE as Modality worklist

Bahmni will send hl7 order messages to dcm4chee. dcm4chee will convert the order messages to worklist items. The items can then be polled by modality or another PACS. 

  1. Update dcm4chee to use orm2dcm_bahmni.xsl instead of default orm2dcm.xsl by going to the jmx console
    Go to ip:8055/jmx-console/HtmlAdaptor → Select service=HL7Service,type=ORM under dcm4chee.archive
     → Set Stylesheet = orm2dcm_bahmni.xsl (Note: In docker this step is not needed. And the xsl stylesheet file itself is named as orm2dcm.xsl)
  2. Bahmni doesn't pass modality, Station AET and Station Name part of the HL7 message. If you are dealing with more than one modality, you can try customising the above mentioned stylesheet to look at the order name and determine the modality. If you are dealing with only one modality then you can set Default Modality, Default Station AET and Default Station Name in the above mentioned jmx console screen of dcm4chee. 
  3. Default DCM4CHEE HL7 server listens for HL7 Messages on 2575 port. If you want to follow the way it bahmni works out of the box, you need not change anything for this. 

Once the complete setup is working and orders are flowing from bahmni to dcm4chee (via pacs-integration), the worklist items would look like below

 Remember to press the search button to see the worklist items in modality worklist. 

4. Setup PACS Query Config in OpenMRS

Pacs Query is a OpenMRS module written to query for radiology order information from a PACS Server for Radiology orders made for a given patient. You can read more about it here.

  1. Login to OpenMRS and validate if Pacs Query OMOD is running from Administration → Manage Modules.
  2. Now navigate to Administration → Advanced Settings and find the pacsquery.pacsConfig property.
  3. In that property add information about your PACS server from where the order information needs to be fetched. The format would be <AETitle>@<Host>:<Port>. If your dcm4chee is running on the same host as OpenMRS the value would be DCM4CHEE@localhost:11112. For docker installations you can set the value as DCM4CHEE@dcm4chee:11112

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