Hi Team, Hope you are all doing Fine and in good health, Please i have two issues and i will need your Technical Assistance (TA).
First, I have migrated our patient Records from MS-SQL Server based EMR to OpenMRS, but accessing patient record from Patient dashboard (Recent Visit) Takes a long time to display.
Second, after the displaying patient records in access area tabified (i.e Pharmacy order, Laboratory order, Care,Vital ), when you click on View detail this will show UI Framework Exception Error. Why is this happening.
Yes we developed two module for our reporting need, in two other systems the application is working well. the rest of the system it didn’t work.
I installed OpenMRS to twenty (20) systems two (2) of which is working correctly as expected but the rest is giving the same exception error. We have tried all we know but to no avail that is why i am requesting for the forum intervention.
Are you able to manually fill and submit forms? Can you also go back and view submitted form? When you are migrating your data, ensure the following are completed correctly:
Obs table populated
Encounter table is populated and linked correctly to person_id on obs table
visit table is also populated.
Also, check to be sure that the current login user is not migrated as a patient (user_id, person_id (person table), person_name_id (on person_name table)
A final step is to bring the computer to our office in Abuja for immediate support. Our team are on ground this week to help you resolve the issue. (Please come back online and update the community on how this was resolved)
Regarding your first issue: First, I have migrated our patient Records from MS-SQL Server based EMR to OpenMRS, but accessing patient record from the Patient dashboard (Recent Visit) Takes a long time to display.
You will need to do a minor tweak on advanced settings, please try setting the search.caseSensitiveDatabaseStringComparison advanced settings to false and rebuild the search index again, then try accessing patient records. This will solve your issue.