Hello , Myself an orthopaedic surgeon trying to implement bahmni-standard in our 3 doctor hospital with 10 beds. My main requirements are EMR and PACS. While i appreciate the team for the demo database that comes with bahmni standard, I would really like to know how to get a fresh database with prefilled concepts. So following is what i basically tried the following given for bahmni lite - thread
Cloned bahmni-standard docker, ran with default config.
change “OPENMRS_DB_IMAGE_NAME=bahmni/openmrs-db:demo-mysql8.0” to “OPENMRS_DB_IMAGE_NAME=mysql:5.7”
Change OPENMRS_DB_CREATE_TABLES to true
Comment configuration_checksums in docker-compose.yml
reset docker via option 8 in run-bahmni.sh and then start all services.
Now i am able to start afresh - But all the concepts are missing . I went down the other route also - loading standard and then trying to delete patients and location as such, met with Database constraints will be violated errors.
Can someone help me out please? Its over ten days and google is not helping much either. Thanks.
Hello @kavinsync We are working on the metadata configuration for Bahmni Standard with CIEL dictionary. The release is planned soon which should help you get started with a fresh environment.
Thank you @mohant , Thats great . Any time estimate on this release, if i may ask?
Meanwhile, any workarounds? I came across and tried this repository Standard-config. I cloned and tried to use it in place of default-config. I got the drugs and other concepts , still lacking some , incl. Nutritional and vital concepts in registration form.
Can you try “voiding” all patients and see if that temporary unblocks you? Void = mark patient as retired. Maybe you can do that from OpenMRS Admin UI?