Issues on running openelis in Bahmni

Bahmni Application
Running bahmni on docker

Question: Openelis is not working in bahmni. here are the details of error I am getting.

After running the bahmni on docker.

Error getting after clicking on laboratory icon.

@mohant please help

Please make sure that you have started openelis profile as well. You can start that by running docker compose --profile openelis up -d (or) you can edit COMPOSE_PROFILE in .env as emr,openelis and then run docker compose up -d

1 Like

@mohant Thanks a lot it worked.

1 Like

Hi @mohant if I create the new patient in bahmni I am getting error.

Error I am getting.

@sunny123 Thanks for reporting. This will be fixed soon. For now you follow the steps below

https://localhost/openmrs → Login → Administration → Manage Patient Identifier Sources → Click on Configure for GAN and set Max Length to 10.

1 Like

yeah ok, Thank you @mohant

Hi @mohant could you tell me if I do the lab test/result from bahmni (openelis) running on docker then where the data get store?

These are the running containers.

These are the result of patient in openelis.

I checked the openelisdb as a postgres user, Here are the details

I checked the databases of openelisdb but there is any tables in any database.

Kindly help!

It will be stored in the openelisdb container. Exec into the container and run the following command: psql -U clinlims. Then you can run \dt to see all the tables.

Thanks

1 Like