To change permissions for all/some patient records, including the template used for future patients, open /bin/edit/Sandbox/ChangePermissions in a browser while logged in with an administrative account, paste the following snippet, and press Preview.
WARNING: Pressing Preview doesn't preview the changes, it will actually modify the permissions!
Things you can adjust:
- the target visibility, at line 2 replace
privatewith the desired value (hidden,private,matchable,public,open) - the target owner, at line 4 replace
groupnamewith the desired group name, or uncomment line 6 and replaceusernamewith the desired username - the target collaborator, at line 8 replace
groupnamewith the desired group name, or uncomment line 10 and replaceusernamewith the desired username - the target access level, at line 11 replace
editwith the desired value (view,edit,manage)