Closed Vijay-Nirmal closed 11 months ago
Hi Vijay, This project is DB first so the direct connection between code and DB is not present. Many of the errors of NULLS due to some master DB data not present. Can you write down the steps on which screen you are getting it we will check it.
Yes the code and build are in synch. In couple of days we will be uploading a new code base and build you can check the same as well. Thanks
On press of "Sign" in http://domain:port/Home/Index#/Doctors/PatientOverviewMain/Orders/OrderRequisition page I am getting this issue. I am getting uses on other pages/flows as well.
Flow:
Please use the updated version. Errors are minimal there. The one with keneya db
these bugs are fixed in the recent version please check it.
I am getting lots of errors when working in the app. Below I have provide some of the sample error but there are lot more error like this when doing simple tasks like adding (Requisition) a lap test.
Here are my questions,
One of the reasons I have this question is because there as many mismatches between ORM and database schema. For example,
IsFileUploaded
is a nullablebool
in ORM but in the database, it's not a nullable field. I have noticedIsFileUploaded
column in changes from nullable to non nullable in v3.0 (By checking EMR_V3.0_Master Incremental.sql file)https://github.com/opensource-emr/hospital-management-emr/blob/251e060d74ed38db2e386c70ccf595816b29518c/Code/Components/DanpheEMR.ServerModel/LabModels/LabRequisitionModel.cs#L82
Details: Version used: 3.2 Deploying method: Using zip files from git release and followed the setup youtube vide Hosting method: IIS