After some minor bumps I finally have OpenEMR-2.8.3 installed and I am currently taking it for a test drive. I noticed that any authorized user has access to the administration tab, more so the "database" section. Is this dangerous? While authorized users can be physicians or nurses, should they have access to PHP MyAdmin where they could potentially do some damage? Why is there not one true system admin seperate from physicians or medical personnel? Or am I missing something?
Also, some other documentation/scripts in OpenEMR that discuss/describe php-GACL include:
/openemr/Documentation/README.phpgacl
/openemr/INSTALL
/openemr/library/acl.inc
/openemr/acl_setup.php
/openemr/acl_upgrade.php
I’m trying to add a new category as like as patient in the OpenEMR I need to give access rights to view that category
How to edit changes in GACL I’m trying to do it is not giving any change in the category
I also need to give read/write access to the category
For your requirement, you need to add a new "category " in the file “/openemr/acl_setup.php”
For this you need to create “Major section” and and an Object for that section.
Then u can go the category page what you created (like patient) and there need to check the ACL.(code level check).
Then in the acl_upgrade.php , u need to create the object in the sections 1. Add new object Sections 2. Add new Objects 3. Update the ACLs . Once u done the entry, run the acl_upgrade.php to make affect the changes.
Now In Admin -> ACL , you can see the category created and you can assign to this to any groups.
Hi
I’m trying to add new clinics (I need to show the specific clinics patients to specified clinician)for eg: if I’m creating RR clinic and JJ clinic It has 10 doctors for each clinics and many patients for each clinics I will specify the patient for a specific clinic then it if I,m logging as a doctor of RR clinic then it must show RR clinic patients only.
How can I restrict that I had tried by using facility in openEMR but it is not working it is showing all patients to every user of every clinic
We can able to make provider to be linked to only one facility to see only his/her patients in that facility.
For that ,
Enable Administration->Features->Restrict Users to Facilities and then set the facility in Administrion->Users
May be this helps to find the solution to You.
Another solution, U can use Multi site options for multiple clinics. This will simplify your work.
I am trying to use facility based patients to be visible to the user.
When user is logging it will show the drop down list of the facility they will select the facility It must show the certain facility’s related patients (for eg: I am selecting the facility Lee Clinic it must show the Lee Clinic patients only other patients must not be visible to me How is it possible please guide me for the same as soon as possible