Bahmni- OpenMRS is not working

Thanks, just one doubt psql -U ${PACS_INTEGRATION_DB_USERNAME} ${PACS_INTEGRATION_DB_NAME} -c “INSERT into modality VALUES (1, ‘DCM4CHEE’,‘DCM4CHEE PACS’, ‘dcm4chee’,2575,3000);” How we can connect the openmrs to dcm4chee through pacs integration? If openmrs and pacs is in different system.What are steps to do that?

pacs_integration service is just a listener to radiology order events and it prepares a HL7 V2 ORM message and sends over to DCM4CHE. When the study results are updates, we receive a ORU message corresponding to orders. Integration of Modality itself is not done here, but is done through PACS server. Check documentation for configuring Application Entity for Dcm4che.

Hi @angshuonline, We have installed the Bahmni using the docker. we have cloned the following repo and installed the Bahmni EMR and RIS in two different systems. git link: “git clone GitHub - Bahmni/docker-bahmni” We are able to make the communication in between the both the EMR and RIS. Able to place the radiology order from the EMR and also we have generated the radiology ORM from the EMR and able to send the same to RIS system also. After receiving the radiology ORM in RIS we are able to update the results using the DCM4CHEE and also able to generate the ORU message from the RIS, we can able to see the results in the EMR application.

  • Now my requirement is I want to send the DICOM image from the in the ORU message from RIS system to EMR system which are in two individual servers. Is it possible to send the DICOM images in the ORU messages, If not what are the different way to send the DICOM images from RIS to EMR, any input or guidance to achieve this please help with this.