opensource-emr / hospital-management-emr

A complete open source for electronic healthcare record management in Hospitals, Clinics and Pharmacy.
https://opensource-emr.github.io/hospital-management-emr/
MIT License
278 stars 196 forks source link

Lab module error #75

Closed exsammy closed 10 months ago

exsammy commented 10 months ago

When I click on the lab module, it shows but nothing is clicable after that. Below is console screen Lab Not working_070703

exsammy commented 10 months ago

I found a painstaking fix IsDobVerified error - is fixed by changing values from null to false in patients table.

Lab module was fixed by copying values in column BillingTransactionItemId from BIL_TXN_BillingTransactionsItems table to same column in RAD_PatientImagingRequisition table which has null values.

There are over 1100 entries, once copied, lab module and ordering worked like charm.

After that ServiceItemId can also be filled. This time it's easier to use innerjoin statement on the BillingTransactionItemId since it has values

hitenashar commented 10 months ago

The issue has been fixed in the latest version.