fix: Update patient_tracker.php (#6595)
[openemr.git] / interface / forms / phq9 / phq9.inc.php
blobc2d915a28cf86f268cbdae293df5dbc085e660b7
1 <?php
3 /**
4 * phq-9.inc - common includes and constants for the gad-7 form
5 * version 1.0.0 July 2020
7 * @package OpenEMR
8 * @link http://www.open-emr.org
9 * @author Ruth Moulton <moulton ruth@muswell.me.uk>
10 * @copyright Copyright (c) 2021 ruth moulton <ruth@muswell.me.uk>
12 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
15 // menu strings
16 $str_default = xl('Please select an answer');
17 $str_not = xl('Not at all');
18 $str_several = xl('Several days');
19 $str_more = xl('More than half the days');
20 $str_nearly = xl('Nearly every day');
21 $str_somewhat = xl('Somewhat difficult');
22 $str_very = xl('Very difficult');
23 $str_extremely = xl('Extremely difficult');
25 $str_nosave_exit = xl("Close form without saving answers");
26 $str_nosave_confirm = xl("Are you sure you'd like to quit without saving your answers?");
28 $str_form_name = xl("Patient Health Questionnaire (PHQ-9)"); /* typo correction RM */
29 $str_form_title = xl("PHQ-9");
31 $str_q10 = xl('How difficult have these problems made it to do work, take care of things at home, or get along with other people?');
32 $str_q10_2 = '(' . xl('This question is optional and not included in the final score') . ') ';