View and Add only rights to Front office

anonymous wrote on Tuesday, June 05, 2012:

Guys,

Can the front office user be given only the view and add rights to patient Vitals and not the entire medical record? I cant figure out how to do it in the ACL……

This would be useful since here in our country, most of the doctors only hire a receptionist/secretary and let them take the vitals as soon as the patient arrives or just before entering the Doctors office.

bradymiller wrote on Wednesday, June 06, 2012:

Hi,

The ideal way to fix this is to create an ACO specific for vitals. Access to is is now controlled by the  patients->med ACO:
http://www.open-emr.org/wiki/index.php/Access_Controls_Listing#Medical_Records_and_History_.28write.2Caddonly_optional.29_.28med.29

So, would need to create the new ACO, add it to the pertinent ACL (for default OpenEMR installations, will be added to all the ACL’s that already have the patients_>med ACO. Then you’d have the option to add this ACO to your Front Office ACL at Administration->ACL gui.

Note this means you need to code:
1. Add the new ACO
2. Add the new ACO to the ACLs
3. Place the new ACO in pertinent places in the codebase

Here’s some information of developing ACO/ACLs:
http://www.open-emr.org/wiki/index.php/PhpGacl

-brady
OpenEMR

bradymiller wrote on Wednesday, June 06, 2012:

Hi,

For codebase changes like this, options are doing it yourself, getting a volunteer to do it or hiring a professional. This would be a useful feature to add to the official codebase, so if you do this (or hire somebody to do it), please consider contributing this feature to the official codebase.

-brady
OpenEMR

anonymous wrote on Wednesday, June 06, 2012:

Brady

Thanks for the reply ……

Hopefully I can come-up with something …

Cheers!

sriniemr wrote on Tuesday, June 12, 2012:

Hi,
     Did u Finish that code in your openemr.If you need any code help let me contact.

Srini
seenu4043@gmail.com

ajperezcrespo wrote on Tuesday, June 12, 2012:

Hi,
   I did some work similar to this for a client of mine.  You can find it here.
https://sourceforge.net/projects/openemr/forums/forum/202506/topic/4920597
https://github.com/bradymiller/openemr/tree/md-tech_viewonly_V2

Take a peek and see if any of it is of any help.

Alfonso