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
297 stars 205 forks source link

How to connect on local network and also delete entries? #68

Closed exsammy closed 1 year ago

exsammy commented 1 year ago

V3 installed and working properly.

How do I connect other computers on the same local network to work in the office?

How to delete entries? Once created there is no delete button, only edit

opensource-emr commented 1 year ago

You can watch this video how to configure inside IIS https://youtu.be/HmAAbFiPOKw

Danphe follows strict data rules , so delete and edit are not available everywhere. So for example if you enter wrong accountin entry , you can not delete you will need to make contra entry. This is just to make sure we whatever data was entered its tracked.

If you want to delete data you will need to do from back end.

opensource-emr commented 1 year ago

Closing...This issue

CreativeOthman commented 1 year ago

How to start with fresh DB. Too many informations ,Thanks

CreativeOthman commented 1 year ago

yes its posible to delete the entries from backend,i think two steps are involve ,

  1. run the cleanUpScript on your main EMRDB
  2. delete the entries in the lab,radiology,clinical,phamacy tables,(you need to be patient)
opensource-emr commented 2 months ago

If you wish to clean the DB from scratch you can check out this clean up script https://github.com/opensource-emr/cleanupDanpheDM .

Please be careful before running this script as the deletes all transaction data. Would suggest to keep a back of your DB before executing this script.