Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a patient in bahmni —> Add radiology orders —> Save—> Log into Radiology—>Check if the order shows up in the modality list.

10) Troubleshooting

...

sync issues

In case the sync is not working, clear investigate the following tables in bahmni-pacs db and try again. Any error will be logged in the failed_events table.

Logs can be found in the following location

/var/log/pac-integration/pac-integration.log

/var/lib/bahmni/dcm4chee-2.18.1-psql/server/default/log/server.log.

Code Block
psql -Upostgres bahmni_pacs
delete from markers;
Delete from failed_events;

12. Incase jmx-console is not accessible

If that is the case ,then the following entry should be made in the /etc/httpd/conf.d/dcm4chee_ssl.conf file.

Code Block
vi /etc/httpd/conf.d/dcm4chee_ssl.conf
Add the follwing line --> ProxyPass /jmx-console http://<ip>:8055/jmx-console
Save the file
Restart the pacs-integration service

If you still don't find the solution to your problem, please search / post your question on Bahmni OpenMRS Talk.