allow specified non-providers to create authorized entries
[openemr.git] / custom / clickoptions.txt
blob382bd344baaf988024306ab98e9f8b54a7c99a1d
1 # CLICKOPTIONS by Mark Leeds
2 # This is a new addition to OpenEMR written in April of 2005.
3 # The purpose is to minimize typing in places where a select box or drop down menu
4 # would be helpful.  For now it is implemented in the medical history section that
5 # is reached if you are looking at a patient chart and click 'Summary' at the top
6 # of the screen and then click 'more' next to 'Medical Problems' below.  You will see
7 # five sets of boxes where you can edit medical problems, medications, allergies, surgeries,
8 # and immunizations.  If this file that you are reading now is set up properly, you will see
9 # below each category heading a select box that allows you to click and select from a few
10 # text options that will immediately appear in the box below (javascript must be active of course).
11 # The format for this file is that any line starting with a '#' is a comment.
12 # Categories and choices for the select boxes are entered with a '::' separating them. see
13 # below for example.  You may add more choices, change them or do away with them alltogether.
14 # If a category has no choices assigned in this file, the select box will not appear.
15 # The files that had to be altered for this feature to work are in openemr/interface/patient_file/summary.
16 # Three statements were added to 5 files marked with a clickoptions comment and two files were added
17 # to the directory, 'clickoptions1.php' and 'clickoptions2.php'.
18 medical_problem::HTN
19 medical_problem::asthma
20 medical_problem::diabetes
21 medical_problem::hyperlipidemia
22 medication::Norvasc
23 medication::Lipitor
24 medication::Metformin
25 allergy::penicillin
26 allergy::sulfa
27 allergy::iodine
28 allergy::codeine
29 surgery::tonsillectomy
30 surgery::appendectomy
31 surgery::cholecystectomy
32 immunizations::MMR
33 immunizations::tetanus
34 immunizations::varicella