updated acknowledgments
[openemr.git] / library / globals.inc.php
blobf502d2d38750291a2d3028af71b5c3c0e18cb0c8
1 <?php
2 // Copyright (C) 2010-2015 Rod Roark <rod@sunsetsystems.com>
3 //
4 // This program is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License
6 // as published by the Free Software Foundation; either version 2
7 // of the License, or (at your option) any later version.
9 // $GLOBALS['print_command'] is the
10 // Print command for spooling to printers, used by statements.inc.php
11 // This is the command to be used for printing (without the filename).
12 // The word following "-P" should be the name of your printer. This
13 // example is designed for 8.5x11-inch paper with 1-inch margins,
14 // 10 CPI, 6 LPI, 65 columns, 54 lines per page.
16 // IF lpr services are installed on Windows this setting will be similar
17 // Otherwise configure it as needed (print /d:PRN) might be an option for Windows parallel printers
19 // Current supported languages: // Allow capture of term for translation:
20 // Albanian // xl('Albanian')
21 // Amharic // xl('Amharic')
22 // Arabic // xl('Arabic')
23 // Armenian // xl('Armenian')
24 // Bahasa Indonesia // xl('Bahasa Indonesia')
25 // Bengali // xl('Bengali')
26 // Bosnian // xl('Bosnian')
27 // Chinese (Simplified) // xl('Chinese (Simplified)')
28 // Chinese (Traditional) // xl('Chinese (Traditional)')
29 // Croatian // xl('Croatian')
30 // Czech // xl('Czech')
31 // Danish // xl('Danish')
32 // Dutch // xl('Dutch')
33 // English (Indian) // xl('English (Indian)')
34 // English (Standard) // xl('English (Standard)')
35 // Estonian // xl('Estonian')
36 // Finnish // xl('Finnish')
37 // French // xl('French (Standard)')
38 // French // xl('French (Canadian)')
39 // Georgian // xl('Georgian')
40 // German // xl('German')
41 // Greek // xl('Greek')
42 // Hebrew // xl('Hebrew')
43 // Hindi // xl('Hindi')
44 // Hungarian // xl('Hungarian')
45 // Italian // xl('Italian')
46 // Japanese // xl('Japanese')
47 // Korean // xl('Korean')
48 // Lithuanian // xl('Lithuanian')
49 // Marathi // xl('Marathi')
50 // Mongolian // xl('Mongolian')
51 // Norwegian // xl('Norwegian')
52 // Persian // xl('Persian')
53 // Polish // xl('Polish')
54 // Portuguese (Brazilian) // xl('Portuguese (Brazilian)')
55 // Portuguese (European) // xl('Portuguese (European)')
56 // Romanian // xl('Romanian')
57 // Russian // xl('Russian')
58 // Serbian // xl('Serbian')
59 // Sinhala // xl('Sinhala')
60 // Slovak // xl('Slovak')
61 // Somali // xl('Somali')
62 // Spanish (Latin American) // xl('Spanish (Latin American)')
63 // Spanish (Spain) // xl('Spanish (Spain)')
64 // Swedish // xl('Swedish')
65 // Turkish // xl('Turkish')
66 // Ukrainian // xl('Ukrainian')
67 // Vietnamese // xl('Vietnamese')
69 // OS-dependent stuff.
70 if (stristr(PHP_OS, 'WIN')) {
71 // MS Windows
72 $mysql_bin_dir = 'C:/xampp/mysql/bin';
73 $perl_bin_dir = 'C:/xampp/perl/bin';
74 $temporary_files_dir = 'C:/windows/temp';
75 $backup_log_dir = 'C:/windows/temp';
77 else {
78 // Everything else
79 $mysql_bin_dir = '/usr/bin';
80 $perl_bin_dir = '/usr/bin';
81 $temporary_files_dir = '/tmp';
82 $backup_log_dir = '/tmp';
85 // Language constant declarations:
86 // xl('Appearance')
87 // xl('Locale')
88 // xl('Features')
89 // xl('Calendar')
90 // xl('Security')
91 // xl('Notifications')
92 // xl('Miscellaneous')
94 // List of user specific tabs and globals
95 $USER_SPECIFIC_TABS = array('Appearance',
96 'Locale',
97 'Report',
98 'Calendar',
99 'Connectors');
100 $USER_SPECIFIC_GLOBALS = array('default_top_pane',
101 'new_tabs_layout',
102 'theme_tabs_layout',
103 'css_header',
104 'menu_styling_vertical',
105 'gbl_pt_list_page_size',
106 'gbl_pt_list_new_window',
107 'units_of_measurement',
108 'us_weight_format',
109 'date_display_format',
110 'time_display_format',
111 'ledger_begin_date',
112 'print_next_appointment_on_ledger',
113 'calendar_view_type',
114 'event_color',
115 'pat_trkr_timer',
116 'ptkr_visit_reason',
117 'checkout_roll_off',
118 'erx_import_status_message');
120 $GLOBALS_METADATA = array(
122 // Appearance Tab
124 'Appearance' => array(
126 'default_top_pane' => array(
127 xl('Main Top Pane Screen'), // descriptive name
128 array(
129 'main_info.php' => xl('Calendar Screen'),
130 '../new/new.php' => xl('Patient Search/Add Screen'),
131 '../../interface/main/finder/dynamic_finder.php' => xl('Patient Finder Screen'),
132 '../../interface/patient_tracker/patient_tracker.php?skip_timeout_reset=1' => xl('Patient Flow Board'),
134 'main_info.php', // default = calendar
135 xl('Type of screen layout')
138 'new_tabs_layout' => array(
139 xl('Layout (need to logout/login after change this setting)'),
140 array(
141 '0' => xl('Frame'),
142 '1' => xl('Tabs'),
144 '1',
145 xl('Choose the layout (need to logout and then login to see this new setting).')
148 'theme_tabs_layout' => array(
149 xl('Tabs Layout Theme (need to logout/login after change this setting)'),
150 'tabs_css',
151 'tabs_style_full.css',
152 xl('Theme of the tabs layout (need to logout and then login to see this new setting).')
155 'css_header' => array(
156 xl('General Theme (need to logout/login after change this setting)'),
157 'css',
158 'style_light.css',
159 xl('Pick a general theme (need to logout/login after change this setting).')
162 'menu_styling_vertical' => array(
163 xl('Vertical Menu Style'),
164 array(
165 '0' => xl('Tree'),
166 '1' => xl('Sliding'),
168 '1',
169 xl('Vertical Menu Style')
172 'default_encounter_view' => array(
173 xl('Default Encounter View'), // descriptive name
174 array(
175 '0' => xl('Clinical View'),
176 '1' => xl('Billing View'),
178 '0', // default = tree menu
179 xl('Choose your default encounter view')
182 'gbl_nav_area_width' => array(
183 xl('Navigation Area Width'),
184 'num',
185 '150',
186 xl('Width in pixels of the left navigation frame.')
189 'openemr_name' => array(
190 xl('Application Title'),
191 'text',
192 'OpenEMR',
193 xl('Application name for login page and main window title.')
196 'full_new_patient_form' => array(
197 xl('New Patient Form'),
199 array(
200 '0' => xl('Old-style static form without search or duplication check'),
201 '1' => xl('All demographics fields, with search and duplication check'),
202 '2' => xl('Mandatory or specified fields only, search and dup check'),
203 '3' => xl('Mandatory or specified fields only, dup check, no search'),
204 '4' => xl('Mandatory or specified fields only, use patient validation Zend module'),
206 '1', // default
207 xl('Style of form used for adding new patients')
210 'gbl_edit_patient_form' => array(
211 xl('Modify Patient Form'),
213 array(
214 '0' => xl('Standard check'),
215 '1' => xl('Zend Module check in addition to standard check')
217 '0', // default
218 xl('Validation mechanism for when modifying patient demographics.')
221 'patient_search_results_style' => array(
222 xl('Patient Search Results Style'),
223 array(
224 '0' => xl('Encounter statistics'),
225 '1' => xl('Mandatory and specified fields'),
227 '0', // default
228 xl('Type of columns displayed for patient search results')
231 'gbl_tall_nav_area' => array(
232 xl('Tall Navigation Area'),
233 'bool', // data type
234 '0', // default = false
235 xl('Navigation area uses full height of frameset')
238 'gbl_nav_visit_forms' => array(
239 xl('Navigation Area Visit Forms'),
240 'bool', // data type
241 '1', // default = true
242 xl('Navigation area includes encounter forms')
245 'simplified_demographics' => array(
246 xl('Simplified Demographics'),
247 'bool', // data type
248 '0', // default = false
249 xl('Omit insurance and some other things from the demographics form')
252 'simplified_prescriptions' => array(
253 xl('Simplified Prescriptions'),
254 'bool', // data type
255 '0', // default = false
256 xl('Omit form, route and interval which then become part of dosage')
259 'simplified_copay' => array(
260 xl('Simplified Co-Pay'),
261 'bool', // data type
262 '0', // default = false
263 xl('Omit method of payment from the co-pay panel')
266 'use_charges_panel' => array(
267 xl('Use Charges Panel'),
268 'bool', // data type
269 '0', // default = false
270 xl('Enables the old Charges panel for entering billing codes and payments. Not recommended, use the Fee Sheet instead.')
273 // TajEmo Work BY CB 2012/06/21 10:42:31 AM added option to Hide Fees
274 'enable_fees_in_left_menu' => array(
275 xl('Enable Fees In Left Menu'),
276 'bool', // data type
277 '1', // default = true
278 xl('Enable Fees In Left Menu')
280 // EDI history 2012-09-13
281 'enable_edihistory_in_left_menu' => array(
282 xl('Enable EDI History In Left Menu'),
283 'bool', // data type
284 '1', // default = true
285 xl('EDI History (under Fees) for storing and interpreting EDI claim response files')
288 'online_support_link' => array(
289 xl('Online Support Link'),
290 'text', // data type
291 'http://open-emr.org/',
292 xl('URL for OpenEMR support.')
295 'support_phone_number' => array(
296 xl('Support Phone Number'),
297 'text',
299 xl('Phone Number for Vendor Support that Appears on the About Page.')
302 'encounter_page_size' => array(
303 xl('Encounter Page Size'),
304 array(
305 '0' => xl('Show All'),
306 '5' => '5',
307 '10' => '10',
308 '15' => '15',
309 '20' => '20',
310 '25' => '25',
311 '50' => '50',
313 '20',
314 xl('Number of encounters to display per page.')
317 'gbl_pt_list_page_size' => array(
318 xl('Patient List Page Size'),
319 array(
320 '10' => '10',
321 '25' => '25',
322 '50' => '50',
323 '100' => '100',
325 '10',
326 xl('Number of patients to display per page in the patient list.')
329 'gbl_pt_list_new_window' => array(
330 xl('Patient List New Window'),
331 'bool', // data type
332 '0', // default = false
333 xl('Default state of New Window checkbox in the patient list.')
336 'gbl_vitals_options' => array(
337 xl('Vitals Form Options'),
338 array(
339 '0' => xl('Standard'),
340 '1' => xl('Omit circumferences'),
342 '0', // default
343 xl('Special treatment for the Vitals form')
346 'insurance_information' => array(
347 xl('Show Additional Insurance Information'), // descriptive name
348 array(
349 '0' => xl('None'),
350 '1' => xl('Address Only'),
351 '2' => xl('Address and Postal Code'),
352 '3' => xl('Address and State'),
353 '4' => xl('Address, State and Postal Code'),
354 '5' => xl('Postal Code and Box Number'),
356 '4', // default
357 xl('Show Insurance Address Information in the Insurance Panel of Demographics.')
360 'gb_how_sort_list' => array(
361 xl('How to sort a drop-lists'),
362 array(
363 '0' => 'Sort by seq',
364 '1' => 'Sort alphabetically'
366 '0',
367 xl('What kind of sorting will be in the drop lists.')
370 'show_label_login' => array(
371 xl('Show Title on Login'),
372 'bool', // data type
373 '0', // default = false
374 xl('Show Title on Login')
377 'extra_logo_login' => array(
378 xl('Show Extra Logo on Login'),
379 'bool', // data type
380 '0', // default = false
381 xl('Show Extra Logo on Login')
384 'tiny_logo_1' => array(
385 xl('Show Mini Logo 1'),
386 'bool', // data type
387 '0', // default = false
388 xl('Show Mini Logo 1')
391 'tiny_logo_2' => array(
392 xl('Show Mini Logo 2'),
393 'bool', // data type
394 '0', // default = false
395 xl('Show Mini Logo 2')
400 // Locale Tab
402 'Locale' => array(
404 'language_default' => array(
405 xl('Default Language'),
406 'lang', // data type
407 'English (Standard)', // default = english
408 xl('Default language if no other is allowed or chosen.')
411 'language_menu_showall' => array(
412 xl('All Languages Allowed'),
413 'bool', // data type
414 '1', // default = true
415 xl('Allow all available languages as choices on menu at login.')
418 'language_menu_other' => array(
419 xl('Allowed Languages'),
420 'm_lang', // data type
421 '', // default = none
422 xl('Select which languages, if any, may be chosen at login. (only pertinent if above All Languages Allowed is turned off)')
425 'allow_debug_language' => array(
426 xl('Allow Debugging Language'),
427 'bool', // data type
428 '1', // default = true during development and false for production releases
429 xl('This will allow selection of the debugging (\'dummy\') language.')
432 'translate_layout' => array(
433 xl('Translate Layouts'),
434 'bool', // data type
435 '1', // default = true
436 xl('Is text from form layouts to be translated?')
439 'translate_lists' => array(
440 xl('Translate Lists'),
441 'bool', // data type
442 '1', // default = true
443 xl('Is text from lists to be translated?')
446 'translate_gacl_groups' => array(
447 xl('Translate Access Control Groups'),
448 'bool', // data type
449 '1', // default = true
450 xl('Are access control group names to be translated?')
453 'translate_form_titles' => array(
454 xl('Translate Patient Note Titles'),
455 'bool', // data type
456 '1', // default = true
457 xl('Are patient note titles to be translated?')
460 'translate_document_categories' => array(
461 xl('Translate Document Categories'),
462 'bool', // data type
463 '1', // default = true
464 xl('Are document category names to be translated?')
467 'translate_appt_categories' => array(
468 xl('Translate Appointment Categories'),
469 'bool', // data type
470 '1', // default = true
471 xl('Are appointment category names to be translated?')
474 'units_of_measurement' => array(
475 xl('Units for Visit Forms'),
476 array(
477 '1' => xl('Show both US and metric (main unit is US)'),
478 '2' => xl('Show both US and metric (main unit is metric)'),
479 '3' => xl('Show US only'),
480 '4' => xl('Show metric only'),
482 '1', // default = Both/US
483 xl('Applies to the Vitals form and Growth Chart')
486 'us_weight_format' => array(
487 xl('Display Format for US Weights'),
488 array(
489 '1'=>xl('Show pounds as decimal value'),
490 '2'=>xl('Show pounds and ounces')
492 '1',
493 xl('Applies to Vitals form')
496 'disable_deprecated_metrics_form' => array(
497 xl('Disable Old Metric Vitals Form'),
498 'bool', // data type
499 '1', // default = true
500 xl('This was the older metric-only Vitals form, now deprecated.')
503 'phone_country_code' => array(
504 xl('Telephone Country Code'),
505 'num',
506 '1', // default = North America
507 xl('1 = North America. See http://www.wtng.info/ for a list of other country codes.')
510 'date_display_format' => array(
511 xl('Date Display Format'),
512 array(
513 '0' => xl('YYYY-MM-DD'),
514 '1' => xl('MM/DD/YYYY'),
515 '2' => xl('DD/MM/YYYY'),
517 '0',
518 xl('Format used to display most dates.')
521 'time_display_format' => array(
522 xl('Time Display Format'),
523 array(
524 '0' => xl('24 hr'),
525 '1' => xl('12 hr'),
527 '0',
528 xl('Format used to display most times.')
531 'currency_decimals' => array(
532 xl('Currency Decimal Places'),
533 array(
534 '0' => xl('0'),
535 '1' => xl('1'),
536 '2' => xl('2'),
538 '2',
539 xl('Number of digits after decimal point for currency, usually 0 or 2.')
542 'currency_dec_point' => array(
543 xl('Currency Decimal Point Symbol'),
544 array(
545 '.' => xl('Period'),
546 ',' => xl('Comma'),
548 '.',
549 xl('Symbol used as the decimal point for currency. Not used if Decimal Places is 0.')
552 'currency_thousands_sep' => array(
553 xl('Currency Thousands Separator'),
554 array(
555 ',' => xl('Comma'),
556 '.' => xl('Period'),
557 ' ' => xl('Space'),
558 '' => xl('None'),
560 ',',
561 xl('Symbol used to separate thousands for currency.')
564 'gbl_currency_symbol' => array(
565 xl('Currency Designator'),
566 'text', // data type
567 '$', // default
568 xl('Code or symbol to indicate currency')
570 'age_display_format'=>array(xl('Age Display Format'),
571 array(
572 '0'=>xl('Years or months'),
573 '1'=>xl('Years, months and days')
575 '0',
576 xl('Format for age display')
578 'age_display_limit' => array(
579 xl('Age in Years for Display Format Change'),
580 'num',
581 '3',
582 xl('If YMD is selected for age display, switch to just Years when patients older than this value in years')
584 // Reference - https://en.wikipedia.org/wiki/Workweek_and_weekend#Around_the_world
585 'weekend_days' => array(
586 xl('Your weekend days'),
587 array(
588 '6,0' => xl('Saturday') . ' - ' . xl('Sunday'),
589 '0' => xl('Sunday'),
590 '5' => xl('Friday'),
591 '6' => xl('Saturday'),
592 '5,6' => xl('Friday') .' - ' . xl('Saturday'),
594 '6,0'
595 ,xl('which days are your weekend days?')
600 // Features Tab
602 'Features' => array(
604 'specific_application' => array(
605 xl('Specific Application'),
606 array(
607 '0' => xl('None'),
608 '2' => xl('IPPF'),
609 '3' => xl('Weight loss clinic'),
611 '0', // default
612 xl('Indicator for specialized usage')
615 'inhouse_pharmacy' => array(
616 xl('Drugs and Products'),
617 array(
618 '0' => xl('Do not inventory and sell any products'),
619 '1' => xl('Inventory and sell drugs only'),
620 '2' => xl('Inventory and sell both drugs and non-drug products'),
621 '3' => xl('Products but no prescription drugs and no templates'),
623 '0', // default
624 xl('Option to support inventory and sales of products')
627 'disable_chart_tracker' => array(
628 xl('Disable Chart Tracker'),
629 'bool', // data type
630 '0', // default = false
631 xl('Removes the Chart Tracker feature')
634 'disable_phpmyadmin_link' => array(
635 xl('Disable phpMyAdmin'),
636 'bool', // data type
637 '0', // default = false
638 xl('Removes support for phpMyAdmin')
641 'disable_immunizations' => array(
642 xl('Disable Immunizations'),
643 'bool', // data type
644 '0', // default = false
645 xl('Removes support for immunizations')
648 'disable_prescriptions' => array(
649 xl('Disable Prescriptions'),
650 'bool', // data type
651 '0', // default = false
652 xl('Removes support for prescriptions')
655 'omit_employers' => array(
656 xl('Omit Employers'),
657 'bool', // data type
658 '0', // default = false
659 xl('Omit employer information in patient demographics')
662 'select_multi_providers' => array(
663 xl('Support Multi-Provider Events'),
664 'bool', // data type
665 '0', // default = false
666 xl('Support calendar events that apply to multiple providers')
669 'disable_non_default_groups' => array(
670 xl('Disable User Groups'),
671 'bool', // data type
672 '1', // default = true
673 xl('Normally this should be checked. Not related to access control.')
676 'ignore_pnotes_authorization' => array(
677 xl('Skip Authorization of Patient Notes'),
678 'bool', // data type
679 '1', // default = true
680 xl('Do not require patient notes to be authorized')
683 'support_encounter_claims' => array(
684 xl('Allow Encounter Claims'),
685 'bool', // data type
686 '0', // default = false
687 xl('Allow creation of claims containing diagnoses but not procedures or charges. Most clinics do not want this.')
690 'advance_directives_warning' => array(
691 xl('Advance Directives Warning'),
692 'bool', // data type
693 '0', // default = false
694 xl('Display advance directives in the demographics page.')
697 'configuration_import_export' => array(
698 xl('Configuration Export/Import'),
699 'bool', // data type
700 '0', // default = false
701 xl('Support export/import of configuration data via the Backup page.')
704 'restrict_user_facility' => array(
705 xl('Restrict Users to Facilities'),
706 'bool', // data type
707 '0', // default
708 xl('Restrict non-authorized users to the Schedule Facilities set in User admin.')
711 'set_facility_cookie' => array(
712 xl('Remember Selected Facility'),
713 'bool', // data type
714 '0', // default
715 xl('Set a facility cookie to remember the selected facility between logins.')
718 'receipts_by_provider' => array(
719 xl('Print Receipts by Provider'),
720 'bool',
721 '0', // default
722 xl('Causes Receipts to Print Encounter/Primary Provider Info')
725 'discount_by_money' => array(
726 xl('Discounts as Monetary Amounts'),
727 'bool', // data type
728 '1', // default = true
729 xl('Discounts at checkout time are entered as money amounts, as opposed to percentage.')
732 'gbl_visit_referral_source' => array(
733 xl('Referral Source for Encounters'),
734 'bool', // data type
735 '0', // default = false
736 xl('A referral source may be specified for each visit.')
739 'gbl_mask_patient_id' => array(
740 xl('Mask for Patient IDs'),
741 'text', // data type
742 '', // default
743 xl('Specifies formatting for the external patient ID. # = digit, @ = alpha, * = any character. Empty if not used.')
746 'gbl_mask_invoice_number' => array(
747 xl('Mask for Invoice Numbers'),
748 'text', // data type
749 '', // default
750 xl('Specifies formatting for invoice reference numbers. # = digit, @ = alpha, * = any character. Empty if not used.')
753 'gbl_mask_product_id' => array(
754 xl('Mask for Product IDs'),
755 'text', // data type
756 '', // default
757 xl('Specifies formatting for product NDC fields. # = digit, @ = alpha, * = any character. Empty if not used.')
760 'hide_billing_widget' => array(
761 xl('Hide Billing Widget'),
762 'bool', // data type
763 '0', // default = false
764 xl('This will hide the Billing Widget in the Patient Summary screen')
767 'force_billing_widget_open' => array(
768 xl('Force Billing Widget Open'),
769 'bool', // data type
770 '0', // default = false
771 xl('This will force the Billing Widget in the Patient Summary screen to always be open.')
774 'activate_ccr_ccd_report' => array(
775 xl('Activate CCR/CCD Reporting'),
776 'bool', // data type
777 '1', // default = true
778 xl('This will activate the CCR(Continuity of Care Record) and CCD(Continuity of Care Document) reporting.')
781 'hide_document_encryption' => array(
782 xl('Hide Encryption/Decryption Options In Document Management'),
783 'bool', // data type
784 '1', // default = true
785 xl('This will deactivate document the encryption and decryption features, and hide them in the UI.')
788 'use_custom_immun_list' => array(
789 xl('Use Custom Immunization List'),
790 'bool', // data type
791 '0', // default = true
792 xl('This will use the custom immunizations list rather than the standard CVX immunization list.')
795 'preprinted_cms_1500' => array(
796 xl('Prints the CMS 1500 on the Preprinted form'),
797 'bool', // data type
798 '0', // default = false
799 xl('Prints the CMS 1500 on the Preprinted form')
802 'cms_top_margin_default' => array(
803 xl('Default top print margin for CMS 1500'),
804 'num', // data type
805 '24', // default
806 xl('This is the default top print margin for CMS 1500. It will adjust the final printed output up or down.')
809 'cms_left_margin_default' => array(
810 xl('Default left print margin for CMS 1500'),
811 'num', // data type
812 '20', // default
813 xl('This is the default left print margin for CMS 1500. It will adjust the final printed output left or right.')
816 'cms_1500' => array(
817 xl('CMS 1500 Paper Form Format'),
818 array(
819 '0' => xl('08/05{{CMS 1500 format date revision setting in globals}}'),
820 '1' => xl('02/12{{CMS 1500 format date revision setting in globals}}'),
822 '1', // default
823 xl('This specifies which revision of the form the billing module should generate')
826 'cms_1500_box_31_format' => array(
827 xl('CMS 1500: Box 31 Format'),
828 array(
829 '0' => xl('Signature on File'),
830 '1' => xl('Firstname Lastname'),
831 '2' => xl('None'),
833 '0', // default
834 xl('This specifies whether to include date in Box 31.')
837 'cms_1500_box_31_date' => array(
838 xl('CMS 1500: Date in Box 31 (Signature)'),
839 array(
840 '0' => xl('None'),
841 '1' => xl('Date of Service'),
842 '2' => xl('Today'),
844 '0', // default
845 xl('This specifies whether to include date in Box 31.')
848 'amendments' => array (
849 xl('Amendments'),
850 'bool', // data type
851 '1', // default = true
852 xl('Enable amendments feature')
855 'allow_pat_delete' => array(
856 xl('Allow Administrators to Delete Patients'),
857 'bool', // data type
858 '0', // default = false
859 xl('Allow Administrators to Delete Patients')
863 'observation_results_immunization' => array(
864 xl('Immunization Observation Results'),
865 'bool', // data type
866 '1', // default
867 xl('Observation Results in Immunization')
871 // Report Tab
873 'Report' => array(
875 'use_custom_daysheet' => array(
876 xl('Use Custom End of Day Report'),
877 array(
878 '0' => xl('None'),
879 '1' => xl('Print End of Day Report 1'),
880 '2' => xl('Print End of Day Report 2'),
881 '3' => xl('Print End of Day Report 3'),
882 ), // data type
883 '1', // default = Print End of Day Report 1
884 xl('This will allow the use of the custom End of Day report and indicate which report to use.')
887 'daysheet_provider_totals' => array(
888 xl('End of Day by Provider or allow Totals Only'),
889 array(
890 '0' => xl('Provider'),
891 '1' => xl('Totals Only'),
893 '1', // default
894 xl('This specifies the Printing of the Custom End of Day Report grouped Provider or allow the Printing of Totals Only')
897 'ledger_begin_date' => array(
898 xl('Beginning Date for Ledger Report'),
899 array(
900 'Y1' => xl('One Year Ago'),
901 'Y2' => xl('Two Years Ago'),
902 'M6' => xl('Six Months Ago'),
903 'M3' => xl('Three Months Ago'),
904 'M1' => xl('One Month Ago'),
905 'D1' => xl('One Day Ago'),
907 'Y1', // default = One Year
908 xl('This is the Beginning date for the Ledger Report.')
911 'print_next_appointment_on_ledger' => array(
912 xl('Print the Next Appointment on the Bottom of the Ledger'),
913 'bool', // data type
914 '1', // default = true
915 xl('This Will Print the Next Appointment on the Bottom of the Patient Ledger')
918 'sales_report_invoice' => array(
919 xl('Display Invoice Number or Patient Name or Both in the Sales Report'),
920 array(
921 '0' => xl('Invoice Number'),
922 '1' => xl('Patient Name and ID'),
923 '2' => xl('Patient Name and Invoice'),
925 '2', // default = 2
926 xl('This will Display the Invoice Number in the Sales Report or the Patient Name and ID or Patient Name and Invoice Number.')
929 'cash_receipts_report_invoice' => array(
930 xl('Display Invoice Number or Patient Name in the Cash Receipt Report'),
931 array(
932 '0' => xl('Invoice Number'),
933 '1' => xl('Patient Name'),
935 '0', // default = 0
936 xl('Display Invoice Number or Patient Name in the Cash Receipt Report')
941 // Billing Tab
943 'Billing' => array(
945 'default_search_code_type' => array(
946 xl('Default Search Code Type'),
947 'all_code_types', // data type
948 'ICD10', // default
949 xl('The default code type to search for in the Fee Sheet.')
952 'support_fee_sheet_line_item_provider' => array(
953 xl('Support provider in line item in fee sheet'),
954 'bool', // data type
955 '0', // default = false
956 xl('This Enables provider in line item in the fee sheet')
959 'default_fee_sheet_line_item_provider' => array(
960 xl('Default to a provider for line item in the fee sheet'),
961 'bool', // data type
962 '0', // default = false
963 xl('Default to a provider for line item in the fee sheet.(only applicable if Support line item billing in option above)')
966 'replicate_justification' => array(
967 xl('Automatically replicate justification codes in Fee Sheet'),
968 'bool', // data type
969 '0', // default = false
970 xl('Automatically replicate justification codes in Fee Sheet (basically fills in the blanks with the justification code above it).')
973 'display_units_in_billing' => array(
974 xl('Display the Units Column on the Billing Screen'),
975 'bool', // data type
976 '0', // default = false
977 xl('Display the Units Column on the Billing Screen')
980 'notes_to_display_in_Billing' => array(
981 xl('Which notes are to be displayed in the Billing Screen'),
982 array(
983 '0' => xl('None'),
984 '1' => xl('Encounter Billing Note'),
985 '2' => xl('Patient Billing Note'),
986 '3' => xl('All'),
988 '3',
989 xl('Display the Encounter Billing Note or Patient Billing Note or Both in the Billing Screen.')
992 'set_pos_code_encounter' => array(
993 xl('Set POS code in encounter'),
994 'bool', // data type
995 '0', // default = false
996 xl('This feature will allow the default POS facility code to be overriden from the encounter.')
999 'use_custom_statement' => array(
1000 xl('Use Custom Statement'),
1001 'bool', // data type
1002 '0', // default = false
1003 xl('This will use the custom Statment showing the description instead of the codes.')
1006 'statement_appearance' => array(
1007 xl('Statement Appearance'),
1008 array(
1009 '0' => xl('Plain Text'),
1010 '1' => xl('Modern/images')
1011 ), // data type
1012 '1', // default = true
1013 xl('Patient statements can be generated as plain text or with a modern graphical appearance.')
1016 'billing_phone_number' => array(
1017 xl('Custom Billing Phone Number'),
1018 'text', // data type
1020 xl('Phone number for billing inquiries')
1023 'show_aging_on_custom_statement' => array(
1024 xl('Show Aging on Custom Statement'),
1025 'bool', // data type
1026 '0', // default = false
1027 xl('This will Show Aging on the custom Statement.')
1030 'use_statement_print_exclusion' => array(
1031 xl('Allow Statement Exclusions from Printing'),
1032 'bool', // data type
1033 '0', // default = false
1034 xl('This will enable the Ability to Exclude Selected Patient Statements from Printing.')
1037 'minimum_amount_to_print' => array(
1038 xl('Total Minimum Amount of Statement to Allow Printing'),
1039 'num', // data type
1040 '1.00',
1041 xl('Total Minimum Dollar Amount of Statement to Allow Printing.(only applicable if Allow Statement Exclusions from Printing is enabled)')
1044 'statement_bill_note_print' => array(
1045 xl('Print Patient Billing Note'),
1046 'bool', // data type
1047 '0', // default = false
1048 xl('This will allow printing of the Patient Billing Note on the statements.')
1051 'number_appointments_on_statement' => array(
1052 xl('Number of Appointments on Statement'),
1053 'num', // data type
1054 '0', // default = 0
1055 xl('The Number of Future Appointments to Display on the Statement.')
1058 'statement_message_to_patient' => array(
1059 xl('Print Custom Message'),
1060 'bool', // data type
1061 '0', // default = false
1062 xl('This will allow printing of a custom Message on the statements.')
1065 'statement_msg_text' => array(
1066 xl('Custom Statement message'),
1067 'text', // data type
1069 xl('Text for Custom statement message.')
1072 'use_dunning_message' => array(
1073 xl('Use Custom Dunning Messages'),
1074 'bool', // data type
1075 '0', // default = false
1076 xl('This will allow use of the custom Dunning Messages on the statements.')
1079 'first_dun_msg_set' => array(
1080 xl('Number of days before showing first account message'),
1081 'num', // data type
1082 '30',
1083 xl('Number of days before showing first account message.')
1086 'first_dun_msg_text' => array(
1087 xl('First account message'),
1088 'text', // data type
1090 xl('Text for first account message.')
1093 'second_dun_msg_set' => array(
1094 xl('Number of days before showing second account message'),
1095 'num', // data type
1096 '60',
1097 xl('Number of days before showing second account message')
1100 'second_dun_msg_text' => array(
1101 xl('Second account message'),
1102 'text', // data type
1104 xl('Text for second account message.')
1107 'third_dun_msg_set' => array(
1108 xl('Number of days before showing third account message'),
1109 'num', // data type
1110 '90',
1111 xl('Number of days before showing third account message')
1114 'third_dun_msg_text' => array(
1115 xl('Third account message'),
1116 'text', // data type
1118 xl('Text for third account message.')
1121 'fourth_dun_msg_set' => array(
1122 xl('Number of days before showing fourth account message'),
1123 'num', // data type
1124 '120',
1125 xl('Number of days before showing fourth account message')
1128 'fourth_dun_msg_text' => array(
1129 xl('Fourth account message'),
1130 'text', // data type
1132 xl('Text for fourth account message.')
1135 'fifth_dun_msg_set' => array(
1136 xl('Number of days before showing fifth account message'),
1137 'num', // data type
1138 '150',
1139 xl('Number of days before showing fifth account message')
1142 'fifth_dun_msg_text' => array(
1143 xl('Fifth account message'),
1144 'text', // data type
1146 xl('Text for fifth account message.')
1148 'save_codes_history' => array(
1149 xl('Save codes history'),
1150 'bool', // data type
1151 '1', // default
1152 xl('Save codes history')
1156 // E-Sign Tab
1158 'E-Sign' => array(
1160 'esign_all' => array(
1161 xl('Allows E-Sign on the entire encounter'),
1162 'bool', // data type
1163 '0', // default = false
1164 xl('This will enable signing an entire encounter, rather than individual forms')
1167 'lock_esign_all' => array(
1168 xl('Lock e-signed encounters and their forms'),
1169 'bool', // data type
1170 '0', // default = false
1171 xl('This will disable the Edit button on all forms whose parent encounter is e-signed')
1174 'esign_individual' => array(
1175 xl('Allows E-Signing Individual Forms'),
1176 'bool', // data type
1177 '1', // default = false
1178 xl('This will enable signing individual forms separately')
1181 'lock_esign_individual' => array(
1182 xl('Lock an e-signed form individually'),
1183 'bool', // data type
1184 '1', // default = false
1185 xl('This will disable the Edit button on any form that is e-signed')
1188 'esign_lock_toggle' => array(
1189 xl('Enable lock toggle'),
1190 'bool', // data type
1191 '0', // default = false
1192 xl('This will give the user the option to lock (separate locking and signing)')
1195 'esign_report_hide_empty_sig' => array(
1196 xl('Hide Empty E-Sign Logs On Report'),
1197 'bool', // data type
1198 '1', // default = false
1199 xl('This will hide empty e-sign logs on the patient report')
1203 //Documents Tab
1204 'Documents' => array(
1206 'document_storage_method' => array(
1207 xl('Document Storage Method'),
1208 array(
1209 '0' => xl('Hard Disk'),
1210 '1' => xl('CouchDB')
1212 '0', // default
1213 xl('Option to save method of document storage.')
1215 'couchdb_host' => array(
1216 xl('CouchDB HostName'),
1217 'text',
1218 'localhost',
1219 xl('CouchDB host'),
1221 'couchdb_user' => array(
1222 xl('CouchDB UserName'),
1223 'text',
1225 xl('Username to connect to CouchDB'),
1227 'couchdb_pass' => array(
1228 xl('CouchDB Password'),
1229 'text',
1231 xl('Password to connect to CouchDB'),
1233 'couchdb_port' => array(
1234 xl('CouchDB Port'),
1235 'text',
1236 '5984',
1237 xl('CouchDB port'),
1239 'couchdb_dbase' => array(
1240 xl('CouchDB Database'),
1241 'text',
1243 xl('CouchDB database name'),
1245 'couchdb_log' => array(
1246 xl('CouchDB Log Enable'),
1247 'bool',
1248 '0',
1249 xl('Enable log for document uploads/downloads to CouchDB'),
1252 'expand_document_tree' => array(
1253 xl('Expand All Document Categories'),
1254 'bool', // data type
1255 '0', // default = false
1256 xl('Expand All Document Categories by Default')
1259 'patient_id_category_name' => array(
1260 xl('Patient ID Category Name'),
1261 'text', // data type
1262 'Patient ID card', // default
1263 xl('Optional category name for an ID Card image that can be viewed from the patient summary page.')
1266 'patient_photo_category_name' => array(
1267 xl('Patient Photo Category Name'),
1268 'text', // data type
1269 'Patient Photograph', // default
1270 xl('Optional category name for photo images that can be viewed from the patient summary page.')
1273 'lab_results_category_name' => array(
1274 xl('Lab Results Category Name'),
1275 'text', // data type
1276 'Lab Report', // default
1277 xl('Document category name for storage of electronically received lab results.')
1280 'gbl_mdm_category_name' => array(
1281 xl('MDM Document Category Name'),
1282 'text', // data type
1283 'Lab Report', // default
1284 xl('Document category name for storage of electronically received MDM documents.')
1286 'generate_doc_thumb' => array(
1287 xl('Generate thumbnail'),
1288 'bool',
1289 '0',
1290 xl('Generate thumbnail images'),
1292 'thumb_doc_max_size' => array(
1293 xl('Thumbnail size'),
1294 'text', // data type
1295 '100', // default
1296 xl('Maximum size of thumbnail file')
1300 // Calendar Tab
1302 'Calendar' => array(
1304 'disable_calendar' => array(
1305 xl('Disable Calendar'),
1306 'bool', // data type
1307 '0', // default
1308 xl('Do not display the calendar.')
1311 'schedule_start' => array(
1312 xl('Calendar Starting Hour'),
1313 'hour',
1314 '8', // default
1315 xl('Beginning hour of day for calendar events.')
1318 'schedule_end' => array(
1319 xl('Calendar Ending Hour'),
1320 'hour',
1321 '17', // default
1322 xl('Ending hour of day for calendar events.')
1325 'calendar_interval' => array(
1326 xl('Calendar Interval'),
1327 array(
1328 '5' => '5',
1329 '10' => '10',
1330 '15' => '15',
1331 '20' => '20',
1332 '30' => '30',
1333 '60' => '60',
1335 '15', // default
1336 xl('The time granularity of the calendar and the smallest interval in minutes for an appointment slot.')
1339 'calendar_view_type' => array(
1340 xl('Default Calendar View'),
1341 array(
1342 'day' => xl('Day'),
1343 'week' => xl('Week'),
1344 'month' => xl('Month'),
1346 'day', // default
1347 xl('This sets the Default Calendar View, Default is Day.')
1349 'first_day_week' => array(
1350 xl('First day in the week') ,
1351 array(
1352 '1' => xl('Monday'),
1353 '0' => xl('Sunday'),
1354 '6' => xl('Saturday')
1356 '1',
1357 xl('Your first day of the week.')
1359 'calendar_appt_style' => array(
1360 xl('Appointment Display Style'),
1361 array(
1362 '1' => 'Last name',
1363 '2' => 'Last name, first name',
1364 '3' => 'Last name, first name (title)',
1365 '4' => 'Last name, first name (title: description)',
1367 '2', // default
1368 xl('This determines how appointments display on the calendar.')
1371 'event_color' => array(
1372 xl('Appointment/Event Color'),
1373 array(
1374 '1' => 'Category Color Schema',
1375 '2' => 'Facility Color Schema',
1376 ), // data type
1377 '1', // default
1378 xl('This determines which color schema used for appointment')
1381 'number_of_appts_to_show' => array(
1382 xl('Appointments - Patient Summary - Number to Display'),
1383 'num',
1384 '10',
1385 xl('Number of Appointments to display in the Patient Summary')
1389 'patient_portal_appt_display_num' => array(
1390 xl('Appointments - Onsite Patient Portal - Number to Display'),
1391 'num',
1392 '20',
1393 xl('Number of Appointments to display in the Onsite Patient Portal')
1396 'appt_display_sets_option' => array(
1397 xl('Appointment Display Sets - Ignore Display Limit (Last Set)'),
1398 'bool', // data type
1399 '1', // default
1400 xl('Override (if necessary) the appointment display limit to allow all appointments to be displayed for the last set')
1403 'appt_display_sets_color_1' => array(
1404 xl('Appointment Display Sets - Color 1'),
1405 'color_code',
1406 '#FFFFFF',
1407 xl('Color for odd sets (except when last set is odd and all member appointments are displayed and at least one subsequent scheduled appointment exists (not displayed) or not all member appointments are displayed).')
1410 'appt_display_sets_color_2' => array(
1411 xl('Appointment Display Sets - Color 2'),
1412 'color_code',
1413 '#E6E6FF',
1414 xl('Color for even sets (except when last set is even and all member appointments are displayed and at least one subsequent scheduled appointment exists (not displayed) or not all member appointments are displayed).')
1417 'appt_display_sets_color_3' => array(
1418 xl('Appointment Display Sets - Color 3'),
1419 'color_code',
1420 '#E6FFE6',
1421 xl('Color for the last set when all member appointments are displayed and at least one subsequent scheduled appointment exists (not displayed).')
1424 'appt_display_sets_color_4' => array(
1425 xl('Appointment Display Sets - Color 4'),
1426 'color_code',
1427 '#FFE6FF',
1428 xl('Color for the last set when not all member appointments are displayed.')
1431 'appt_recurrences_widget' => array(
1432 xl('Recurrent Appointment Display Widget'),
1433 'bool', // data type
1434 '1', // default
1435 xl('Display the recurrent appointment widget in the patient summary.')
1438 'num_past_appointments_to_show' => array(
1439 xl('Past Appointment Display Widget'),
1440 'num', // data type
1441 '0', // default = false
1442 xl('A positive number will show that many past appointments on a Widget in the Patient Summary screen (a negative number will show the past appointments in descending order)')
1445 'docs_see_entire_calendar' => array(
1446 xl('Providers See Entire Calendar'),
1447 'bool', // data type
1448 '0', // default
1449 xl('Check this if you want providers to see all appointments by default and not just their own.')
1452 'auto_create_new_encounters' => array(
1453 xl('Auto-Create New Encounters'),
1454 'bool', // data type
1455 '1', // default
1456 xl('Automatically create a new encounter when an appointment check in status is selected.')
1459 'disable_pat_trkr' => array(
1460 xl('Disable Patient Flow Board'),
1461 'bool', // data type
1462 '0', // default
1463 xl('Do not display the patient flow board.')
1466 'ptkr_visit_reason' => array(
1467 xl('Show Visit Reason in Patient Flow Board'),
1468 'bool', // data type
1469 '0', // default = false
1470 xl('When Checked, Visit Reason Will Show in Patient Flow Board.')
1473 'ptkr_show_pid' => array(
1474 xl('Show Patient ID in Patient Flow Board'),
1475 'bool', // data type
1476 '1', // default = true
1477 xl('When Checked, Patient ID Will Show in Patient Flow Board.')
1480 'ptkr_show_encounter' => array(
1481 xl('Show Patient Encounter Number in Patient Flow Board'),
1482 'bool', // data type
1483 '1', // default = true
1484 xl('When Checked, Patient Encounter Number Will Show in Patient Flow Board.')
1487 'pat_trkr_timer' => array(
1488 xl('Patient Flow Board Timer Interval'),
1489 array(
1490 '0' => 'No automatic refresh',
1491 '0:10' => '10',
1492 '0:20' => '20',
1493 '0:30' => '30',
1494 '0:40' => '40',
1495 '0:50' => '50',
1496 '0:59' => '60',
1498 '0:20', // default
1499 xl('The screen refresh time in Seconds for the Patient Flow Board Screen.')
1502 'checkout_roll_off' => array(
1503 xl('Number of Minutes to display completed checkouts'),
1504 'num',
1505 '0', // default
1506 xl('Number of Minutes to display completed checkouts. Zero is continuous display')
1509 'drug_screen' => array(
1510 xl('Enable Random Drug Testing'),
1511 'bool', // data type
1512 '0', // default
1513 xl('Allow Patient Flow Board to Select Patients for Drug Testing.')
1516 'drug_testing_percentage' => array(
1517 xl('Percentage of Patients to Drug Test'),
1518 'num',
1519 '33', // default
1520 xl('Percentage of Patients to select for Random Drug Testing.')
1523 'maximum_drug_test_yearly' => array(
1524 xl('Maximum number of times a Patient can be tested in a year'),
1525 'num',
1526 '0', // default
1527 xl('Maximum number of times a Patient can be tested in a year. Zero is no limit.')
1532 // Security Tab
1534 'Security' => array(
1536 'timeout' => array(
1537 xl('Idle Session Timeout Seconds'),
1538 'num', // data type
1539 '7200', // default
1540 xl('Maximum idle time in seconds before logout. Default is 7200 (2 hours).')
1543 'secure_password' => array(
1544 xl('Require Strong Passwords'),
1545 'bool', // data type
1546 '0', // default
1547 xl('Strong password means at least 8 characters, and at least three of: a number, a lowercase letter, an uppercase letter, a special character.')
1550 'password_history' => array(
1551 xl('Require Unique Passwords'),
1552 'bool', // data type
1553 '0', // default
1554 xl('Means none of last three passwords are allowed when changing a password.')
1556 'password_compatibility' => array(
1557 xl('Permit unsalted passwords'),
1558 'bool', // data type
1559 '1', // default
1560 xl('After migration from the old password mechanisms where passwords are stored in the users table without salt is complete, this flag should be set to false so that only authentication by the new method is possible')
1563 'password_expiration_days' => array(
1564 xl('Default Password Expiration Days'),
1565 'num', // data type
1566 '0', // default
1567 xl('Default password expiration period in days. 0 means this feature is disabled.')
1570 'password_grace_time' => array(
1571 xl('Password Expiration Grace Period'),
1572 'num', // data type
1573 '0', // default
1574 xl('Period in days where a user may login with an expired password.')
1577 'is_client_ssl_enabled' => array(
1578 xl('Enable Client SSL'),
1579 'bool', // data type
1580 '0', // default
1581 xl('Enable client SSL certificate authentication.')
1584 'certificate_authority_crt' => array(
1585 xl('Path to CA Certificate File'),
1586 'text', // data type
1587 '', // default
1588 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
1591 'certificate_authority_key' => array(
1592 xl('Path to CA Key File'),
1593 'text', // data type
1594 '', // default
1595 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
1598 'client_certificate_valid_in_days' => array(
1599 xl('Client Certificate Expiration Days'),
1600 'num', // data type
1601 '365', // default
1602 xl('Number of days that the client certificate is valid.')
1605 'Emergency_Login_email_id' => array(
1606 xl('Emergency Login Email Address'),
1607 'text', // data type
1608 '', // default
1609 xl('Email address, if any, to receive emergency login user activation messages.')
1611 'new_validate' => array(
1612 xl('New form validation'),
1613 'bool',
1614 '1',
1615 xl('New form validation')
1620 // Notifications Tab
1622 'Notifications' => array(
1624 'patient_reminder_sender_name' => array(
1625 xl('Patient Reminder Sender Name'),
1626 'text', // data type
1627 '', // default
1628 xl('Name of the sender for patient reminders.')
1631 'patient_reminder_sender_email' => array(
1632 xl('Patient Reminder Sender Email'),
1633 'text', // data type
1634 '', // default
1635 xl('Email address of the sender for patient reminders. Replies to patient reminders will be directed to this address. It is important to use an address from your clinic\'s domain to avoid help prevent patient reminders from going to junk mail folders.')
1638 'practice_return_email_path' => array(
1639 xl('Notification Email Address'),
1640 'text', // data type
1641 '', // default
1642 xl('Email address, if any, to receive administrative notifications.')
1645 'EMAIL_METHOD' => array(
1646 xl('Email Transport Method'),
1647 array(
1648 'PHPMAIL' => 'PHPMAIL',
1649 'SENDMAIL' => 'SENDMAIL',
1650 'SMTP' => 'SMTP',
1652 'SMTP', // default
1653 xl('Method for sending outgoing email.')
1656 'SMTP_HOST' => array(
1657 xl('SMTP Server Hostname'),
1658 'text', // data type
1659 'localhost', // default
1660 xl('If SMTP is used, the server`s hostname or IP address.')
1663 'SMTP_PORT' => array(
1664 xl('SMTP Server Port Number'),
1665 'num', // data type
1666 '25', // default
1667 xl('If SMTP is used, the server`s TCP port number (usually 25).')
1670 'SMTP_USER' => array(
1671 xl('SMTP User for Authentication'),
1672 'text', // data type
1673 '', // default
1674 xl('Must be empty if SMTP authentication is not used.')
1677 'SMTP_PASS' => array(
1678 xl('SMTP Password for Authentication'),
1679 'text', // data type
1680 '', // default
1681 xl('Must be empty if SMTP authentication is not used.')
1684 'SMTP_SECURE' => array(
1685 xl('SMTP Security Protocol'),
1686 array(
1687 '' => xl('None'),
1688 'ssl' => 'SSL',
1689 'tls' => 'TLS'
1692 xl('SMTP security protocol to connect with. Required by some servers such as gmail.')
1695 'EMAIL_NOTIFICATION_HOUR' => array(
1696 xl('Email Notification Hours'),
1697 'num', // data type
1698 '50', // default
1699 xl('Number of hours in advance to send email notifications.')
1702 'SMS_NOTIFICATION_HOUR' => array(
1703 xl('SMS Notification Hours'),
1704 'num', // data type
1705 '50', // default
1706 xl('Number of hours in advance to send SMS notifications.')
1709 'SMS_GATEWAY_USENAME' => array(
1710 xl('SMS Gateway Username'),
1711 'text', // data type
1712 '', // default
1713 xl('Username for SMS Gateway.')
1716 'SMS_GATEWAY_PASSWORD' => array(
1717 xl('SMS Gateway Password'),
1718 'text', // data type
1719 '', // default
1720 xl('Password for SMS Gateway.')
1723 'SMS_GATEWAY_APIKEY' => array(
1724 xl('SMS Gateway API Key'),
1725 'text', // data type
1726 '', // default
1727 xl('API key for SMS Gateway.')
1730 'phone_notification_hour' => array(
1731 xl('Phone Notification Hour'),
1732 'num', // data type
1733 '50', // default
1734 xl('Number of hours in advance to send Phone notification.')
1737 'phone_gateway_username' => array(
1738 xl('Phone Gateway Username'),
1739 'text', // data type
1740 '', // default
1741 xl('Username for Phone Gateway.')
1744 'phone_gateway_password' => array(
1745 xl('Phone Gateway Password'),
1746 'text', // data type
1747 '', // default
1748 xl('Password for Phone Gateway.')
1751 'phone_gateway_url' => array(
1752 xl('Phone Gateway URL'),
1753 'text', // data type
1754 '', // default
1755 xl('URL for Phone Gateway.')
1760 // CDR (Clinical Decision Rules)
1762 'CDR' => array(
1764 'enable_cdr' => array(
1765 xl('Enable Clinical Decisions Rules (CDR)'),
1766 'bool', // data type
1767 '1', // default
1768 xl('Enable Clinical Decisions Rules (CDR)')
1771 'enable_allergy_check' => array(
1772 xl('Enable Allergy Check'),
1773 'bool', // data type
1774 '1', // default
1775 xl('Enable Allergy Check Against Medications and Prescriptions')
1778 'enable_alert_log' => array(
1779 xl('Enable Alert Log'),
1780 'bool', // data type
1781 '1', // default
1782 xl('Enable Alert Logging')
1785 'enable_cdr_new_crp' => array(
1786 xl('Enable Clinical Passive New Reminder(s) Popup'),
1787 'bool', // data type
1788 '1', // default
1789 xl('Enable Clinical Passive New Reminder(s) Popup')
1792 'enable_cdr_crw' => array(
1793 xl('Enable Clinical Passive Reminder Widget'),
1794 'bool', // data type
1795 '1', // default
1796 xl('Enable Clinical Passive Reminder Widget')
1799 'enable_cdr_crp' => array(
1800 xl('Enable Clinical Active Reminder Popup'),
1801 'bool', // data type
1802 '1', // default
1803 xl('Enable Clinical Active Reminder Popup')
1806 'enable_cdr_prw' => array(
1807 xl('Enable Patient Reminder Widget'),
1808 'bool', // data type
1809 '1', // default
1810 xl('Enable Patient Reminder Widget')
1813 'enable_cqm' => array(
1814 xl('Enable CQM Reporting'),
1815 'bool', // data type
1816 '1', // default
1817 xl('Enable Clinical Quality Measure (CQM) Reporting')
1820 'pqri_registry_name' => array(
1821 xl('PQRI Registry Name'),
1822 'text', // data type
1823 'Model Registry', // default
1824 xl('PQRI Registry Name')
1827 'pqri_registry_id' => array(
1828 xl('PQRI Registry ID'),
1829 'text', // data type
1830 '125789123', // default
1831 xl('PQRI Registry ID')
1834 'enable_amc' => array(
1835 xl('Enable AMC Reporting'),
1836 'bool', // data type
1837 '1', // default
1838 xl('Enable Automated Measure Calculations (AMC) Reporting')
1841 'enable_amc_prompting' => array(
1842 xl('Enable AMC Prompting'),
1843 'bool', // data type
1844 '1', // default
1845 xl('Enable Prompting For Automated Measure Calculations (AMC) Required Data')
1848 'enable_amc_tracking' => array(
1849 xl('Enable AMC Tracking'),
1850 'bool', // data type
1851 '1', // default
1852 xl('Enable Reporting of Tracking Date For Automated Measure Calculations (AMC)')
1855 'cdr_report_nice' => array(
1856 xl('CDR Reports Processing Priority'),
1857 array(
1858 '' => xl('Default Priority'),
1859 '5' => xl('Moderate Priority'),
1860 '10' => xl('Moderate/Low Priority'),
1861 '15' => xl('Low Priority'),
1862 '20' => xl('Lowest Priority')
1864 '', // default
1865 xl('Set processing priority for CDR engine based reports.')
1868 'pat_rem_clin_nice' => array(
1869 xl('Patient Reminder Creation Processing Priority'),
1870 array(
1871 '' => xl('Default Priority'),
1872 '5' => xl('Moderate Priority'),
1873 '10' => xl('Moderate/Low Priority'),
1874 '15' => xl('Low Priority'),
1875 '20' => xl('Lowest Priority')
1877 '', // default
1878 xl('Set processing priority for creation of Patient Reminders (in full clinic mode).')
1881 'report_itemizing_standard' => array(
1882 xl('Enable Standard Report Itemization'),
1883 'bool', // data type
1884 '1', // default
1885 xl('Enable Itemization of Standard Clinical Rules Reports')
1888 'report_itemizing_cqm' => array(
1889 xl('Enable CQM Report Itemization'),
1890 'bool', // data type
1891 '1', // default
1892 xl('Enable Itemization of CQM Reports')
1895 'report_itemizing_amc' => array(
1896 xl('Enable AMC Report Itemization'),
1897 'bool', // data type
1898 '1', // default
1899 xl('Enable Itemization of AMC Reports')
1904 // Logging
1906 'Logging' => array(
1908 'enable_auditlog' => array(
1909 xl('Enable Audit Logging'),
1910 'bool', // data type
1911 '1', // default
1912 xl('Enable Audit Logging')
1915 'audit_events_patient-record' => array(
1916 xl('Audit Logging Patient Record'),
1917 'bool', // data type
1918 '1', // default
1919 xl('Enable logging of patient record modifications.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1922 'audit_events_scheduling' => array(
1923 xl('Audit Logging Scheduling'),
1924 'bool', // data type
1925 '1', // default
1926 xl('Enable logging of scheduling activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1929 'audit_events_order' => array(
1930 xl('Audit Logging Order'),
1931 'bool', // data type
1932 '1', // default
1933 xl('Enable logging of ordering activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1936 'audit_events_security-administration' => array(
1937 xl('Audit Logging Security Administration'),
1938 'bool', // data type
1939 '1', // default
1940 xl('Enable logging of security and administration activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1943 'audit_events_backup' => array(
1944 xl('Audit Logging Backups'),
1945 'bool', // data type
1946 '1', // default
1947 xl('Enable logging of backup related activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1950 'audit_events_other' => array(
1951 xl('Audit Logging Miscellaneous'),
1952 'bool', // data type
1953 '1', // default
1954 xl('Enable logging of miscellaneous activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1957 'audit_events_query' => array(
1958 xl('Audit Logging SELECT Query'),
1959 'bool', // data type
1960 '0', // default
1961 xl('Enable logging of all SQL SELECT queries.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1964 'audit_events_cdr' => array(
1965 xl('Audit CDR Engine Queries'),
1966 'bool', // data type
1967 '0', // default
1968 xl('Enable logging of CDR Engine Queries.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1971 'enable_atna_audit' => array(
1972 xl('Enable ATNA Auditing'),
1973 'bool', // data type
1974 '0', // default
1975 xl('Enable Audit Trail and Node Authentication (ATNA).')
1978 'atna_audit_host' => array(
1979 xl('ATNA audit host'),
1980 'text', // data type
1981 '', // default
1982 xl('The hostname of the ATNA audit repository machine.')
1985 'atna_audit_port' => array(
1986 xl('ATNA audit port'),
1987 'text', // data type
1988 '6514', // default
1989 xl('Listening port of the RFC 5425 TLS syslog server.')
1992 'atna_audit_localcert' => array(
1993 xl('ATNA audit local certificate'),
1994 'text', // data type
1995 '', // default
1996 xl('Certificate to send to RFC 5425 TLS syslog server.')
1999 'atna_audit_cacert' => array(
2000 xl('ATNA audit CA certificate'),
2001 'text', // data type
2002 '', // default
2003 xl('CA Certificate for verifying the RFC 5425 TLS syslog server.')
2006 //July 1, 2014: Ensoftek: Flag to enable/disable audit log encryption
2007 'enable_auditlog_encryption' => array(
2008 xl('Enable Audit Log Encryption'),
2009 'bool', // data type
2010 '0', // default
2011 xl('Enable Audit Log Encryption')
2014 'billing_log_option' => array(
2015 xl('Billing Log Option'),
2016 array(
2017 '1' => xl('Billing Log Append'),
2018 '2' => xl('Billing Log Overwrite')
2020 '1', // default
2021 xl('Billing log setting to append or overwrite the log file.')
2024 'gbl_print_log_option' => array(
2025 xl('Printing Log Option'),
2026 array(
2027 '0' => xl('No logging'),
2028 '1' => xl('Hide print feature'),
2029 '2' => xl('Log entire document'),
2031 '0', // default
2032 xl('Individual pages can override 2nd and 3rd options by implementing a log message.')
2037 // Miscellaneous Tab
2039 'Miscellaneous' => array(
2041 'mysql_bin_dir' => array(
2042 xl('Path to MySQL Binaries'),
2043 'text', // data type
2044 $mysql_bin_dir, // default
2045 xl('Full path to directory containing MySQL executables.')
2048 'perl_bin_dir' => array(
2049 xl('Path to Perl Binaries'),
2050 'text', // data type
2051 $perl_bin_dir, // default
2052 xl('Full path to directory containing Perl executables.')
2055 'temporary_files_dir' => array(
2056 xl('Path to Temporary Files'),
2057 'text', // data type
2058 $temporary_files_dir, // default
2059 xl('Full path to directory used for temporary files.')
2062 'backup_log_dir' => array(
2063 xl('Path for Event Log Backup'),
2064 'text', // data type
2065 $backup_log_dir, // default
2066 xl('Full path to directory for event log backup.')
2069 'state_data_type' => array(
2070 xl('State Data Type'),
2071 array(
2072 '2' => xl('Text field'),
2073 '1' => xl('Single-selection list'),
2074 '26' => xl('Single-selection list with ability to add to the list'),
2076 '26', // default
2077 xl('Field type to use for employer or subscriber state in demographics.')
2080 'state_list' => array(
2081 xl('State list'),
2082 'text', // data type
2083 'state', // default
2084 xl('List used by above State Data Type option.')
2087 'state_custom_addlist_widget' => array(
2088 xl('State List Widget Custom Fields'),
2089 'bool', // data type
2090 '1', // default
2091 xl('Show the custom state form for the add list widget (will ask for title and abbreviation).')
2094 'country_data_type' => array(
2095 xl('Country Data Type'),
2096 array(
2097 '2' => xl('Text field'),
2098 '1' => xl('Single-selection list'),
2099 '26' => xl('Single-selection list with ability to add to the list'),
2101 '26', // default
2102 xl('Field type to use for employer or subscriber country in demographics.')
2105 'country_list' => array(
2106 xl('Country list'),
2107 'text', // data type
2108 'country', // default
2109 xl('List used by above Country Data Type option.')
2112 'print_command' => array(
2113 xl('Print Command'),
2114 'text', // data type
2115 'lpr -P HPLaserjet6P -o cpi=10 -o lpi=6 -o page-left=72 -o page-top=72',
2116 xl('Shell command for printing from the server.')
2119 'default_chief_complaint' => array(
2120 xl('Default Reason for Visit'),
2121 'text', // data type
2123 xl('You may put text here as the default complaint in the New Patient Encounter form.')
2126 'default_new_encounter_form' => array(
2127 xl('Default Encounter Form ID'),
2128 'text', // data type
2130 xl('To automatically open the specified form. Some sports teams use football_injury_audit here.')
2133 'MedicareReferrerIsRenderer' => array(
2134 xl('Medicare Referrer Is Renderer'),
2135 'bool', // data type
2136 '0', // default = true
2137 xl('For Medicare only, forces the referring provider to be the same as the rendering provider.')
2140 'post_to_date_benchmark' => array(
2141 xl('Financial Close Date (yyyy-mm-dd)'),
2142 'text', // data type
2143 date('Y-m-d',time() - (10 * 24 * 60 * 60)), // default
2144 xl('The payments posted cannot go below this date.This ensures that after taking the final report nobody post for previous dates.')
2147 'enable_hylafax' => array(
2148 xl('Enable Hylafax Support'),
2149 'bool', // data type
2150 '0', // default
2151 xl('Enable Hylafax Support')
2154 'hylafax_server' => array(
2155 xl('Hylafax Server'),
2156 'text', // data type
2157 'localhost', // default
2158 xl('Hylafax server hostname.')
2161 'hylafax_basedir' => array(
2162 xl('Hylafax Directory'),
2163 'text', // data type
2164 '/var/spool/fax', // default
2165 xl('Location where Hylafax stores faxes.')
2168 'hylafax_enscript' => array(
2169 xl('Hylafax Enscript Command'),
2170 'text', // data type
2171 'enscript -M Letter -B -e^ --margins=36:36:36:36', // default
2172 xl('Enscript command used by Hylafax.')
2175 'enable_scanner' => array(
2176 xl('Enable Scanner Support'),
2177 'bool', // data type
2178 '0', // default
2179 xl('Enable Scanner Support')
2182 'scanner_output_directory' => array(
2183 xl('Scanner Directory'),
2184 'text', // data type
2185 '/mnt/scan_docs', // default
2186 xl('Location where scans are stored.')
2190 // Portal Tab
2192 'Portal' => array(
2194 'portal_onsite_enable' => array(
2195 xl('Enable Onsite Patient Portal'),
2196 'bool', // data type
2197 '0',
2198 xl('Enable Onsite Patient Portal.')
2201 'portal_onsite_address' => array(
2202 xl('Onsite Patient Portal Site Address'),
2203 'text', // data type
2204 'https://your_web_site.com/openemr/patients',
2205 xl('Website link for the Onsite Patient Portal.')
2208 'portal_onsite_document_download' => array(
2209 xl('Enable Onsite Patient Portal Document Download'),
2210 'bool', // data type
2211 '1',
2212 xl('Enables the ability to download documents in the Onsite Patient Portal by the user.')
2215 'portal_offsite_enable' => array(
2216 xl('Enable Offsite Patient Portal'),
2217 'bool', // data type
2218 '0',
2219 xl('Enable Offsite Patient Portal.')
2222 'portal_offsite_providerid' => array(
2223 xl('Offsite Patient Portal Provider ID'),
2224 'text', // data type
2226 xl('Offsite Patient Portal Provider ID(Put Blank If not Registered).')
2229 'portal_offsite_username' => array(
2230 xl('Offsite Patient Portal Username'),
2231 'text', // data type
2233 xl('Offsite Patient Portal Username(Put Blank If not Registered).')
2236 'portal_offsite_password' => array(
2237 xl('Offsite Patient Portal Password'),
2238 'pwd', // data type
2240 xl('Offsite Patient Portal Password(Put Blank If not Registered).')
2243 'portal_offsite_address' => array(
2244 xl('Offsite Patient Portal Site Address'),
2245 'text', // data type
2246 'https://ssh.mydocsportal.com/provider.php',
2247 xl('Offsite Https link for the Patient Portal.')
2250 'portal_offsite_address_patient_link' => array(
2251 xl('Offsite Patient Portal Site Address (Patient Link)'),
2252 'text', // data type
2253 'https://ssh.mydocsportal.com',
2254 xl('Offsite Https link for the Patient Portal.(Patient Link)')
2257 // Currently the "CMS Portal" supports WordPress. Other Content Management
2258 // Systems may be supported in the future.
2260 'gbl_portal_cms_enable' => array(
2261 xl('Enable CMS Portal'),
2262 'bool', // data type
2263 '0',
2264 xl('Enable support for the open source WordPress Portal by Sunset Systems')
2267 'gbl_portal_cms_address' => array(
2268 xl('CMS Portal Site Address'),
2269 'text', // data type
2270 'https://your_cms_site.com/',
2271 xl('URL for the WordPress site that supports the portal')
2274 'gbl_portal_cms_username' => array(
2275 xl('CMS Portal Username'),
2276 'text', // data type
2278 xl('Login name of WordPress user for portal access')
2281 'gbl_portal_cms_password' => array(
2282 xl('CMS Portal Password'),
2283 'text', // data type
2285 xl('Password for the above user')
2290 // Connectors Tab
2292 'Connectors' => array(
2294 'erx_enable' => array(
2295 xl('Enable NewCrop eRx Service'),
2296 'bool',
2297 '0',
2298 xl('Enable NewCrop eRx Service.') + ' ' +
2299 xl('Contact Medical Information Integration, LLC at http://mi-squared.com or ZH Healthcare at http://zhservices.com for subscribing to the NewCrop eRx service.')
2302 'erx_newcrop_path' => array(
2303 xl('NewCrop eRx Site Address'),
2304 'text',
2305 'https://secure.newcropaccounts.com/InterfaceV7/RxEntry.aspx',
2306 xl('URL for NewCrop eRx Site Address.')
2309 'erx_newcrop_path_soap' => array(
2310 xl('NewCrop eRx Web Service Address'),
2311 'text',
2312 'https://secure.newcropaccounts.com/v7/WebServices/Update1.asmx?WSDL;https://secure.newcropaccounts.com/v7/WebServices/Patient.asmx?WSDL',
2313 xl('URLs for NewCrop eRx Service Address, separated by a semi-colon.')
2316 'erx_soap_ttl_allergies' => array(
2317 xl('NewCrop eRx SOAP Request Time-To-Live for Allergies'),
2318 'num',
2319 '21600',
2320 xl('Time-To-Live for NewCrop eRx Allergies SOAP Request in seconds.')
2323 'erx_soap_ttl_medications' => array(
2324 xl('NewCrop eRx SOAP Request Time-To-Live for Medications'),
2325 'num',
2326 '21600',
2327 xl('Time-To-Live for NewCrop eRx Medications SOAP Request in seconds.')
2330 'erx_account_partner_name' => array(
2331 xl('NewCrop eRx Partner Name'),
2332 'text',
2334 xl('Partner Name issued for NewCrop eRx service.')
2337 'erx_account_name' => array(
2338 xl('NewCrop eRx Name'),
2339 'text',
2341 xl('Account Name issued for NewCrop eRx service.')
2344 'erx_account_password' => array(
2345 xl('NewCrop eRx Password'),
2346 'pass',
2348 xl('Account Password issued for NewCrop eRx service.')
2351 'erx_account_id' => array(
2352 xl('NewCrop eRx Account Id'),
2353 'text',
2354 '1',
2355 xl('Account Id issued for NewCrop eRx service, used to separate multi-facility accounts.')
2358 'erx_upload_active' => array(
2359 xl('Only upload active prescriptions'),
2360 'bool',
2361 '0',
2362 xl('Only upload active prescriptions to NewCrop eRx.')
2365 'erx_import_status_message' => array(
2366 xl('Enable NewCrop eRx import status message'),
2367 'bool',
2368 '0',
2369 xl('Enable import status message after visiting NewCrop eRx.')
2372 'erx_medication_display' => array(
2373 xl('Do not display NewCrop eRx Medications uploaded'),
2374 'bool',
2375 '0',
2376 xl('Do not display Medications uploaded after visiting NewCrop eRx.')
2379 'erx_allergy_display' => array(
2380 xl('Do not display NewCrop eRx Allergy uploaded'),
2381 'bool',
2382 '0',
2383 xl('Do not display Allergies uploaded after visiting NewCrop eRx.')
2386 'erx_default_patient_country' => array(
2387 xl('NewCrop eRx Default Patient Country'),
2388 array(
2389 '' => '',
2390 'US' => xl('USA'),
2391 'CA' => xl('Canada'),
2392 'MX' => xl('Mexico'),
2395 xl('Default Patient Country sent to NewCrop eRx, only if patient country is not set.'),
2398 'erx_debug_setting' => array(
2399 xl('NewCrop eRx Debug Setting'),
2400 array(
2401 0 => xl('None'),
2402 1 => xl('Request Only'),
2403 2 => xl('Response Only'),
2404 3 => xl('Request & Response'),
2406 '0',
2407 xl('Log all NewCrop eRx Requests and / or Responses.'),
2410 'phimail_enable' => array(
2411 xl('Enable phiMail Direct Messaging Service'),
2412 'bool', // data type
2413 '0',
2414 xl('Enable phiMail Direct Messaging Service')
2417 'phimail_server_address' => array(
2418 xl('phiMail Server Address'),
2419 'text', // data type
2420 'https://phimail.example.com:32541',
2421 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2424 'phimail_username' => array(
2425 xl('phiMail Username'),
2426 'text', // data type
2428 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2431 'phimail_password' => array(
2432 xl('phiMail Password'),
2433 'pass', // data type
2435 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2438 'phimail_notify' => array(
2439 xl('phiMail notification user'),
2440 'text', // data type
2441 'admin',
2442 xl('This user will receive notification of new incoming Direct messages')
2445 'phimail_interval' => array(
2446 xl('phiMail Message Check Interval (minutes)'),
2447 'num', // data type
2448 '5',
2449 xl('Interval between message checks (set to zero for manual checks only)')
2452 'phimail_ccd_enable' => array(
2453 xl('phiMail Allow CCD Send'),
2454 'bool', // data type
2455 '0',
2456 xl('phiMail Allow CCD Send')
2459 'phimail_ccr_enable' => array(
2460 xl('phiMail Allow CCR Send'),
2461 'bool', // data type
2462 '0',
2463 xl('phiMail Allow CCR Send')
2467 'Rx' => array(
2468 'rx_enable_DEA' => array(
2469 xl('Rx Enable DEA #'),
2470 'bool', // data type
2471 '1',
2472 xl('Rx Enable DEA #')
2474 'rx_show_DEA' => array(
2475 xl('Rx Show DEA #'),
2476 'bool', // data type
2477 '0',
2478 xl('Rx Show DEA #')
2480 'rx_enable_NPI' => array(
2481 xl('Rx Enable NPI'),
2482 'bool', // data type
2483 '0',
2484 xl('Rx Enable NPI')
2486 'rx_show_NPI' => array(
2487 xl('Rx Show NPI'),
2488 'bool', // data type
2489 '0',
2490 xl('Rx Show NPI')
2492 'rx_enable_SLN' => array(
2493 xl('Rx Enable State Lic. #'),
2494 'bool', // data type
2495 '0',
2496 xl('Rx Enable State Lic. #')
2498 'rx_show_SLN' => array(
2499 xl('Rx Show State Lic. #'),
2500 'bool', // data type
2501 '0',
2502 xl('Rx Show State Lic. #')
2504 'rx_show_drug-drug' => array(
2505 xl('Rx NLM Drug-Drug'),
2506 'bool', // data type
2507 '0',
2508 xl('Rx NLM Drug-Drug')
2510 'rx_paper_size' => array(
2511 xl('Rx Paper Size'), // descriptive name
2512 array(
2513 'LETTER' => xl('Letter Paper Size'),
2514 'LEGAL' => xl('Legal Paper Size'),
2515 'FOLIO' => xl('Folio Paper Size'),
2516 'EXECUTIVE' => xl('Executive Paper Size'),
2517 '4A0' => ('4A0' . " " . xl('Paper Size')),
2518 '2A0' => ('2A0' . " " . xl('Paper Size')),
2519 'A0' => ('A0' . " " . xl('Paper Size')),
2520 'A1' => ('A1' . " " . xl('Paper Size')),
2521 'A2' => ('A2' . " " . xl('Paper Size')),
2522 'A3' => ('A3' . " " . xl('Paper Size')),
2523 'A4' => ('A4' . " " . xl('Paper Size')),
2524 'A5' => ('A5' . " " . xl('Paper Size')),
2525 'A6' => ('A6' . " " . xl('Paper Size')),
2526 'A7' => ('A7' . " " . xl('Paper Size')),
2527 'A8' => ('A8' . " " . xl('Paper Size')),
2528 'A9' => ('A9' . " " . xl('Paper Size')),
2529 'A10' => ('A10' . " " . xl('Paper Size')),
2530 'B0' => ('B0' . " " . xl('Paper Size')),
2531 'B1' => ('B1' . " " . xl('Paper Size')),
2532 'B2' => ('B2' . " " . xl('Paper Size')),
2533 'B3' => ('B3' . " " . xl('Paper Size')),
2534 'B4' => ('B4' . " " . xl('Paper Size')),
2535 'B5' => ('B5' . " " . xl('Paper Size')),
2536 'B6' => ('B6' . " " . xl('Paper Size')),
2537 'B7' => ('B7' . " " . xl('Paper Size')),
2538 'B8' => ('B8' . " " . xl('Paper Size')),
2539 'B9' => ('B9' . " " . xl('Paper Size')),
2540 'B10' => ('B10' . " " . xl('Paper Size')),
2541 'C0' => ('C0' . " " . xl('Paper Size')),
2542 'C1' => ('C1' . " " . xl('Paper Size')),
2543 'C2' => ('C2' . " " . xl('Paper Size')),
2544 'C3' => ('C3' . " " . xl('Paper Size')),
2545 'C4' => ('C4' . " " . xl('Paper Size')),
2546 'C5' => ('C5' . " " . xl('Paper Size')),
2547 'C6' => ('C6' . " " . xl('Paper Size')),
2548 'C7' => ('C7' . " " . xl('Paper Size')),
2549 'C8' => ('C8' . " " . xl('Paper Size')),
2550 'C9' => ('C9' . " " . xl('Paper Size')),
2551 'C10' => ('C10' . " " . xl('Paper Size')),
2552 'RA0' => ('RA0' . " " . xl('Paper Size')),
2553 'RA1' => ('RA1' . " " . xl('Paper Size')),
2554 'RA2' => ('RA2' . " " . xl('Paper Size')),
2555 'RA3' => ('RA3' . " " . xl('Paper Size')),
2556 'RA4' => ('RA4' . " " . xl('Paper Size')),
2557 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
2558 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
2559 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
2560 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
2561 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
2563 'LETTER', // default = tree menu
2564 xl('Rx Paper Size')
2566 'rx_left_margin' => array(
2567 xl('Rx Left Margin (px)'),
2568 'num',
2569 '30',
2570 xl('Rx Left Margin (px)')
2572 'rx_right_margin' => array(
2573 xl('Rx Right Margin (px)'),
2574 'num',
2575 '30',
2576 xl('Rx Right Margin (px)')
2578 'rx_top_margin' => array(
2579 xl('Rx Top Margin (px)'),
2580 'num',
2581 '72',
2582 xl('Rx Top Margin (px)')
2584 'rx_bottom_margin' => array(
2585 xl('Rx Bottom Margin (px)'),
2586 'num',
2587 '30',
2588 xl('Rx Bottom Margin (px)')
2592 'PDF' => array (
2593 'pdf_layout' => array (
2594 xl('Layout'),
2595 array(
2596 'P' => xl('Portrait'),
2597 'L' => xl('Landscape')
2599 'P', //defaut
2600 xl("Choose Layout Direction"),
2602 'pdf_language' => array (
2603 xl('PDF Language'),
2604 array(
2605 'aa' => xl('Afar'),
2606 'af' => xl('Afrikaans'),
2607 'ak' => xl('Akan'),
2608 'sq' => xl('Albanian'),
2609 'am' => xl('Amharic'),
2610 'ar' => xl('Arabic'),
2611 'an' => xl('Aragonese'),
2612 'hy' => xl('Armenian'),
2613 'as' => xl('Assamese'),
2614 'av' => xl('Avaric'),
2615 'ae' => xl('Avestan'),
2616 'ay' => xl('Aymara'),
2617 'az' => xl('Azerbaijani'),
2618 'bm' => xl('Bambara'),
2619 'ba' => xl('Bashkir'),
2620 'eu' => xl('Basque'),
2621 'be' => xl('Belarusian'),
2622 'bn' => xl('Bengali- Bangla'),
2623 'bh' => xl('Bihari'),
2624 'bi' => xl('Bislama'),
2625 'bs' => xl('Bosnian'),
2626 'br' => xl('Breton'),
2627 'bg' => xl('Bulgarian'),
2628 'my' => xl('Burmese'),
2629 'ca' => xl('Catalan- Valencian'),
2630 'ch' => xl('Chamorro'),
2631 'ce' => xl('Chechen'),
2632 'ny' => xl('Chichewa- Chewa- Nyanja'),
2633 'zh' => xl('Chinese'),
2634 'cv' => xl('Chuvash'),
2635 'kw' => xl('Cornish'),
2636 'co' => xl('Corsican'),
2637 'cr' => xl('Cree'),
2638 'hr' => xl('Croatian'),
2639 'cs' => xl('Czech'),
2640 'da' => xl('Danish'),
2641 'dv' => xl('Divehi- Dhivehi- Maldivian-'),
2642 'nl' => xl('Dutch'),
2643 'dz' => xl('Dzongkha'),
2644 'en' => xl('English'),
2645 'eo' => xl('Esperanto'),
2646 'et' => xl('Estonian'),
2647 'ee' => xl('Ewe'),
2648 'fo' => xl('Faroese'),
2649 'fj' => xl('Fijian'),
2650 'fi' => xl('Finnish'),
2651 'fr' => xl('French'),
2652 'ff' => xl('Fula- Fulah- Pulaar- Pular'),
2653 'gl' => xl('Galician'),
2654 'ka' => xl('Georgian'),
2655 'de' => xl('German'),
2656 'el' => xl('Greek, Modern'),
2657 'gn' => xl('Guaraní'),
2658 'gu' => xl('Gujarati'),
2659 'ht' => xl('Haitian- Haitian Creole'),
2660 'ha' => xl('Hausa'),
2661 'he' => xl('Hebrew (modern)'),
2662 'hz' => xl('Herero'),
2663 'hi' => xl('Hindi'),
2664 'ho' => xl('Hiri Motu'),
2665 'hu' => xl('Hungarian'),
2666 'ia' => xl('Interlingua'),
2667 'id' => xl('Indonesian'),
2668 'ie' => xl('Interlingue'),
2669 'ga' => xl('Irish'),
2670 'ig' => xl('Igbo'),
2671 'ik' => xl('Inupiaq'),
2672 'io' => xl('Ido'),
2673 'is' => xl('Icelandic'),
2674 'it' => xl('Italian'),
2675 'iu' => xl('Inuktitut'),
2676 'ja' => xl('Japanese'),
2677 'jv' => xl('Javanese'),
2678 'kl' => xl('Kalaallisut, Greenlandic'),
2679 'kn' => xl('Kannada'),
2680 'kr' => xl('Kanuri'),
2681 'ks' => xl('Kashmiri'),
2682 'kk' => xl('Kazakh'),
2683 'km' => xl('Khmer'),
2684 'ki' => xl('Kikuyu, Gikuyu'),
2685 'rw' => xl('Kinyarwanda'),
2686 'ky' => xl('Kyrgyz'),
2687 'kv' => xl('Komi'),
2688 'kg' => xl('Kongo'),
2689 'ko' => xl('Korean'),
2690 'ku' => xl('Kurdish'),
2691 'kj' => xl('Kwanyama, Kuanyama'),
2692 'la' => xl('Latin'),
2693 'lb' => xl('Luxembourgish, Letzeburgesch'),
2694 'lg' => xl('Ganda'),
2695 'li' => xl('Limburgish, Limburgan, Limburger'),
2696 'ln' => xl('Lingala'),
2697 'lo' => xl('Lao'),
2698 'lt' => xl('Lithuanian'),
2699 'lu' => xl('Luba-Katanga'),
2700 'lv' => xl('Latvian'),
2701 'gv' => xl('Manx'),
2702 'mk' => xl('Macedonian'),
2703 'mg' => xl('Malagasy'),
2704 'ms' => xl('Malay'),
2705 'ml' => xl('Malayalam'),
2706 'mt' => xl('Maltese'),
2707 'mi' => xl('Māori'),
2708 'mr' => xl('Marathi (Marāṭhī)'),
2709 'mh' => xl('Marshallese'),
2710 'mn' => xl('Mongolian'),
2711 'na' => xl('Nauru'),
2712 'nv' => xl('Navajo, Navaho'),
2713 'nb' => xl('Norwegian Bokmål'),
2714 'nd' => xl('North Ndebele'),
2715 'ne' => xl('Nepali'),
2716 'ng' => xl('Ndonga'),
2717 'nn' => xl('Norwegian Nynorsk'),
2718 'no' => xl('Norwegian'),
2719 'ii' => xl('Nuosu'),
2720 'nr' => xl('South Ndebele'),
2721 'oc' => xl('Occitan'),
2722 'oj' => xl('Ojibwe, Ojibwa'),
2723 'cu' => xl('Old Church Slavonic, Church Slavonic, Old Bulgarian'),
2724 'om' => xl('Oromo'),
2725 'or' => xl('Oriya'),
2726 'os' => xl('Ossetian, Ossetic'),
2727 'pa' => xl('Panjabi, Punjabi'),
2728 'pi' => xl('Pāli'),
2729 'fa' => xl('Persian (Farsi)'),
2730 'pl' => xl('Polish'),
2731 'ps' => xl('Pashto, Pushto'),
2732 'pt' => xl('Portuguese'),
2733 'qu' => xl('Quechua'),
2734 'rm' => xl('Romansh'),
2735 'rn' => xl('Kirundi'),
2736 'ro' => xl('Romanian'),
2737 'ru' => xl('Russian'),
2738 'sa' => xl('Sanskrit (Saṁskṛta)'),
2739 'sc' => xl('Sardinian'),
2740 'sd' => xl('Sindhi'),
2741 'se' => xl('Northern Sami'),
2742 'sm' => xl('Samoan'),
2743 'sg' => xl('Sango'),
2744 'sr' => xl('Serbian'),
2745 'gd' => xl('Scottish Gaelic- Gaelic'),
2746 'sn' => xl('Shona'),
2747 'si' => xl('Sinhala, Sinhalese'),
2748 'sk' => xl('Slovak'),
2749 'sl' => xl('Slovene'),
2750 'so' => xl('Somali'),
2751 'st' => xl('Southern Sotho'),
2752 'es' => xl('Spanish- Castilian'),
2753 'su' => xl('Sundanese'),
2754 'sw' => xl('Swahili'),
2755 'ss' => xl('Swati'),
2756 'sv' => xl('Swedish'),
2757 'ta' => xl('Tamil'),
2758 'te' => xl('Telugu'),
2759 'tg' => xl('Tajik'),
2760 'th' => xl('Thai'),
2761 'ti' => xl('Tigrinya'),
2762 'bo' => xl('Tibetan Standard, Tibetan, Central'),
2763 'tk' => xl('Turkmen'),
2764 'tl' => xl('Tagalog'),
2765 'tn' => xl('Tswana'),
2766 'to' => xl('Tonga (Tonga Islands)'),
2767 'tr' => xl('Turkish'),
2768 'ts' => xl('Tsonga'),
2769 'tt' => xl('Tatar'),
2770 'tw' => xl('Twi'),
2771 'ty' => xl('Tahitian'),
2772 'ug' => xl('Uyghur, Uighur'),
2773 'uk' => xl('Ukrainian'),
2774 'ur' => xl('Urdu'),
2775 'uz' => xl('Uzbek'),
2776 've' => xl('Venda'),
2777 'vi' => xl('Vietnamese'),
2778 'vo' => xl('Volapük'),
2779 'wa' => xl('Walloon'),
2780 'cy' => xl('Welsh'),
2781 'wo' => xl('Wolof'),
2782 'fy' => xl('Western Frisian'),
2783 'xh' => xl('Xhosa'),
2784 'yi' => xl('Yiddish'),
2785 'yo' => xl('Yoruba'),
2786 'za' => xl('Zhuang, Chuang'),
2787 'zu' => xl('Zulu'),
2789 'en', // default English
2790 xl('Choose PDF languange Preference'),
2792 'pdf_size' => array(
2793 xl('Paper Size'), // Descriptive Name
2794 array(
2795 'LETTER' => xl('Letter Paper Size'),
2796 'LEGAL' => xl('Legal Paper Size'),
2797 'FOLIO' => xl('Folio Paper Size'),
2798 'EXECUTIVE' => xl('Executive Paper Size'),
2799 '4A0' => ('4A0' . " " . xl('Paper Size')),
2800 '2A0' => ('2A0' . " " . xl('Paper Size')),
2801 'A0' => ('A0' . " " . xl('Paper Size')),
2802 'A1' => ('A1' . " " . xl('Paper Size')),
2803 'A2' => ('A2' . " " . xl('Paper Size')),
2804 'A3' => ('A3' . " " . xl('Paper Size')),
2805 'A4' => ('A4' . " " . xl('Paper Size')),
2806 'A5' => ('A5' . " " . xl('Paper Size')),
2807 'A6' => ('A6' . " " . xl('Paper Size')),
2808 'A7' => ('A7' . " " . xl('Paper Size')),
2809 'A8' => ('A8' . " " . xl('Paper Size')),
2810 'A9' => ('A9' . " " . xl('Paper Size')),
2811 'A10' => ('A10' . " " . xl('Paper Size')),
2812 'B0' => ('B0' . " " . xl('Paper Size')),
2813 'B1' => ('B1' . " " . xl('Paper Size')),
2814 'B2' => ('B2' . " " . xl('Paper Size')),
2815 'B3' => ('B3' . " " . xl('Paper Size')),
2816 'B4' => ('B4' . " " . xl('Paper Size')),
2817 'B5' => ('B5' . " " . xl('Paper Size')),
2818 'B6' => ('B6' . " " . xl('Paper Size')),
2819 'B7' => ('B7' . " " . xl('Paper Size')),
2820 'B8' => ('B8' . " " . xl('Paper Size')),
2821 'B9' => ('B9' . " " . xl('Paper Size')),
2822 'B10' => ('B10' . " " . xl('Paper Size')),
2823 'C0' => ('C0' . " " . xl('Paper Size')),
2824 'C1' => ('C1' . " " . xl('Paper Size')),
2825 'C2' => ('C2' . " " . xl('Paper Size')),
2826 'C3' => ('C3' . " " . xl('Paper Size')),
2827 'C4' => ('C4' . " " . xl('Paper Size')),
2828 'C5' => ('C5' . " " . xl('Paper Size')),
2829 'C6' => ('C6' . " " . xl('Paper Size')),
2830 'C7' => ('C7' . " " . xl('Paper Size')),
2831 'C8' => ('C8' . " " . xl('Paper Size')),
2832 'C9' => ('C9' . " " . xl('Paper Size')),
2833 'C10' => ('C10' . " " . xl('Paper Size')),
2834 'RA0' => ('RA0' . " " . xl('Paper Size')),
2835 'RA1' => ('RA1' . " " . xl('Paper Size')),
2836 'RA2' => ('RA2' . " " . xl('Paper Size')),
2837 'RA3' => ('RA3' . " " . xl('Paper Size')),
2838 'RA4' => ('RA4' . " " . xl('Paper Size')),
2839 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
2840 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
2841 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
2842 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
2843 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
2845 'LETTER',
2846 xl('Choose Paper Size')
2848 'pdf_left_margin' => array(
2849 xl('Left Margin (mm)'),
2850 'num',
2851 '5',
2852 xl('Left Margin (mm)')
2854 'pdf_right_margin' => array(
2855 xl('Right Margin (mm)'),
2856 'num',
2857 '5',
2858 xl('Right Margin (mm)')
2860 'pdf_top_margin' => array(
2861 xl('Top Margin (mm)'),
2862 'num',
2863 '5',
2864 xl('Top Margin (mm)')
2866 'pdf_bottom_margin' => array(
2867 xl('Bottom Margin (px)'),
2868 'num',
2869 '8',
2870 xl('Bottom Margin (px)')
2872 'pdf_output' => array (
2873 xl('Output Type'),
2874 array(
2875 'D' => xl('Download'),
2876 'I' => xl('Inline')
2878 'D', //defaut
2879 xl("Choose Download or Display Inline"),
2882 'chart_label_type' => array(
2883 xl('Patient Label Type'),
2884 array(
2885 '0' => xl('None'),
2886 '1' => '5160',
2887 '2' => '5161',
2888 '3' => '5162'
2890 '1', // default
2891 xl('Avery Label type for printing patient labels from popups in left nav screen'),
2894 'barcode_label_type' => array(
2895 xl('Barcode Label Type'),
2896 array(
2897 '0' => xl('None'),
2898 '1' => 'std25',
2899 '2' => 'int25',
2900 '3' => 'ean8',
2901 '4' => 'ean13',
2902 '5' => 'upc',
2903 '6' => 'code11',
2904 '7' => 'code39',
2905 '8' => 'code93',
2906 '9' => 'code128',
2907 '10' => 'codabar',
2908 '11' => 'msi',
2909 '12' => 'datamatrix'
2911 '9', // default = None
2912 xl('Barcode type for printing barcode labels from popups in left nav screen.')
2915 'addr_label_type' => array(
2916 xl('Print Patient Address Label'),
2917 'bool', // data type
2918 '1', // default = false
2919 xl('Select to print patient address labels from popups in left nav screen.')