Fix bootstrap theme order for select2
[openemr.git] / library / globals.inc.php
blobd4b6b052d404477070af2d5e067431f0c26577b3
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 // Tamil // xl('Tamil')
66 // Turkish // xl('Turkish')
67 // Ukrainian // xl('Ukrainian')
68 // Urdu // xl('Urdu')
69 // Vietnamese // xl('Vietnamese')
71 // OS-dependent stuff.
72 if (stristr(PHP_OS, 'WIN')) {
73 // MS Windows
74 $mysql_bin_dir = 'C:/xampp/mysql/bin';
75 $perl_bin_dir = 'C:/xampp/perl/bin';
76 $temporary_files_dir = 'C:/windows/temp';
77 $backup_log_dir = 'C:/windows/temp';
78 } else {
79 // Everything else
80 $mysql_bin_dir = '/usr/bin';
81 $perl_bin_dir = '/usr/bin';
82 $temporary_files_dir = '/tmp';
83 $backup_log_dir = '/tmp';
86 // Language constant declarations:
87 // xl('Appearance')
88 // xl('Locale')
89 // xl('Features')
90 // xl('Calendar')
91 // xl('Security')
92 // xl('Notifications')
93 // xl('Miscellaneous')
95 // List of user specific tabs and globals
96 $USER_SPECIFIC_TABS = array('Appearance',
97 'Locale',
98 'Report',
99 'Calendar',
100 'CDR',
101 'Connectors');
102 $USER_SPECIFIC_GLOBALS = array('default_top_pane',
103 'new_tabs_layout',
104 'theme_tabs_layout',
105 'css_header',
106 'menu_styling_vertical',
107 'gbl_pt_list_page_size',
108 'gbl_pt_list_new_window',
109 'units_of_measurement',
110 'us_weight_format',
111 'date_display_format',
112 'time_display_format',
113 'ledger_begin_date',
114 'print_next_appointment_on_ledger',
115 'calendar_view_type',
116 'event_color',
117 'pat_trkr_timer',
118 'ptkr_visit_reason',
119 'checkout_roll_off',
120 'patient_birthday_alert',
121 'patient_birthday_alert_manual_off',
122 'erx_import_status_message');
124 // Gets array of time zones supported by PHP.
126 function gblTimeZones()
128 $zones = timezone_identifiers_list();
129 $arr = array('' => xl('Unassigned'));
130 foreach ($zones as $zone) {
131 $arr[$zone] = str_replace('_', ' ', $zone);
134 return $arr;
137 $GLOBALS_METADATA = array(
139 // Appearance Tab
141 'Appearance' => array(
143 'default_top_pane' => array(
144 xl('Main Top Pane Screen'), // descriptive name
145 array(
146 'main_info.php' => xl('Calendar Screen'),
147 '../new/new.php' => xl('Patient Search/Add Screen'),
148 '../../interface/main/finder/dynamic_finder.php' => xl('Patient Finder Screen'),
149 '../../interface/patient_tracker/patient_tracker.php?skip_timeout_reset=1' => xl('Patient Flow Board'),
151 'main_info.php', // default = calendar
152 xl('Type of screen layout')
155 'new_tabs_layout' => array(
156 xl('Layout (need to logout/login after change this setting)'),
157 array(
158 '0' => xl('Frame'),
159 '1' => xl('Tabs'),
161 '1',
162 xl('Choose the layout (need to logout and then login to see this new setting).')
165 'theme_tabs_layout' => array(
166 xl('Tabs Layout Theme (need to logout/login after change this setting)'),
167 'tabs_css',
168 'tabs_style_full.css',
169 xl('Theme of the tabs layout (need to logout and then login to see this new setting).')
172 'css_header' => array(
173 xl('General Theme (need to logout/login after change this setting)'),
174 'css',
175 'style_light.css',
176 xl('Pick a general theme (need to logout/login after change this setting).')
179 'font-family' => [
180 xl('Default font (need to logout/login after change this setting)'),
182 '__default__' => 'Use Theme Font',
183 'Arial, Helvetica, sans-serif' => "Arial",
184 '"Arial Black", Gadget, sans-serif' => "Arial Black",
185 'Impact, Charcoal, sans-serif' => "Impact",
186 '"Lucida Sans Unicode", "Lucida Grande", sans-serif' => "Lucida Sans",
187 'Tahoma, Geneva, sans-serif' => "Tahoma",
188 '"Trebuchet MS", Helvetica, sans-serif' => "Trebuchet MS",
189 'Verdana, Geneva, sans-serif' => "Verdana",
190 'lato' => "Lato",
192 '__default__',
193 xl('Select the default font'),
196 'font-size' => [
197 xl('Default font size (need to logout/login after change this setting)'),
199 '__default__' => 'Use Theme Font Size',
200 '10px' => '10px',
201 '12px' => '12px',
202 '14px' => '14px',
203 '16px' => '16px',
204 '18px' => '18px',
206 '__default__',
207 xl("Select the default font size"),
210 'menu_styling_vertical' => array(
211 xl('Vertical Menu Style'),
212 array(
213 '0' => xl('Tree'),
214 '1' => xl('Sliding'),
216 '1',
217 xl('Vertical Menu Style')
220 'default_encounter_view' => array(
221 xl('Default Encounter View'), // descriptive name
222 array(
223 '0' => xl('Clinical View'),
224 '1' => xl('Billing View'),
226 '0', // default = tree menu
227 xl('Choose your default encounter view')
230 'gbl_nav_area_width' => array(
231 xl('Navigation Area Width'),
232 'num',
233 '150',
234 xl('Width in pixels of the left navigation frame.')
237 'openemr_name' => array(
238 xl('Application Title'),
239 'text',
240 'OpenEMR',
241 xl('Application name for login page and main window title.')
244 'enable_group_therapy' => array(
245 xl('Enable Group Therapy'),
246 'bool', // data type
247 '0', // default = false
248 xl('Enables groups module in system.')
251 'full_new_patient_form' => array(
252 xl('New Patient Form'),
254 array(
255 '0' => xl('Old-style static form without search or duplication check'),
256 '1' => xl('All demographics fields, with search and duplication check'),
257 '2' => xl('Mandatory or specified fields only, search and dup check'),
258 '3' => xl('Mandatory or specified fields only, dup check, no search'),
259 '4' => xl('Mandatory or specified fields only, use patient validation Zend module'),
261 '1', // default
262 xl('Style of form used for adding new patients')
265 'gbl_edit_patient_form' => array(
266 xl('Modify Patient Form'),
268 array(
269 '0' => xl('Standard check'),
270 '1' => xl('Zend Module check in addition to standard check')
272 '0', // default
273 xl('Validation mechanism for when modifying patient demographics.')
276 'patient_search_results_style' => array(
277 xl('Patient Search Results Style'),
278 array(
279 '0' => xl('Encounter statistics'),
280 '1' => xl('Mandatory and specified fields'),
282 '0', // default
283 xl('Type of columns displayed for patient search results')
286 'gbl_tall_nav_area' => array(
287 xl('Tall Navigation Area'),
288 'bool', // data type
289 '0', // default = false
290 xl('Navigation area uses full height of frameset')
293 'gbl_nav_visit_forms' => array(
294 xl('Navigation Area Visit Forms'),
295 'bool', // data type
296 '1', // default = true
297 xl('Navigation area includes encounter forms')
300 'simplified_demographics' => array(
301 xl('Simplified Demographics'),
302 'bool', // data type
303 '0', // default = false
304 xl('Omit insurance and some other things from the demographics form')
307 'simplified_prescriptions' => array(
308 xl('Simplified Prescriptions'),
309 'bool', // data type
310 '0', // default = false
311 xl('Omit form, route and interval which then become part of dosage')
314 'simplified_copay' => array(
315 xl('Simplified Co-Pay'),
316 'bool', // data type
317 '0', // default = false
318 xl('Omit method of payment from the co-pay panel')
321 'use_charges_panel' => array(
322 xl('Use Charges Panel'),
323 'bool', // data type
324 '0', // default = false
325 xl('Enables the old Charges panel for entering billing codes and payments. Not recommended, use the Fee Sheet instead.')
328 // TajEmo Work BY CB 2012/06/21 10:42:31 AM added option to Hide Fees
329 'enable_fees_in_left_menu' => array(
330 xl('Enable Fees Submenu'),
331 'bool', // data type
332 '1', // default = true
333 xl('Enable Fees Submenu')
335 'enable_batch_payment' => array(
336 xl('Enable Batch Payment'),
337 'bool', // data type
338 '1', // default = true
339 xl('Enable Batch Payment')
341 'enable_posting' => array(
342 xl('Enable Posting'),
343 'bool', // data type
344 '1', // default = true
345 xl('Enable Posting')
347 // EDI history 2012-09-13
348 'enable_edihistory_in_left_menu' => array(
349 xl('Enable EDI History'),
350 'bool', // data type
351 '1', // default = true
352 xl('EDI History (under Fees) for storing and interpreting EDI claim response files')
355 'online_support_link' => array(
356 xl('Online Support Link'),
357 'text', // data type
358 'http://open-emr.org/',
359 xl('URL for OpenEMR support.')
362 'support_phone_number' => array(
363 xl('Support Phone Number'),
364 'text',
366 xl('Phone Number for Vendor Support that Appears on the About Page.')
369 'encounter_page_size' => array(
370 xl('Encounter Page Size'),
371 array(
372 '0' => xl('Show All'),
373 '5' => '5',
374 '10' => '10',
375 '15' => '15',
376 '20' => '20',
377 '25' => '25',
378 '50' => '50',
380 '20',
381 xl('Number of encounters to display per page.')
384 'gbl_pt_list_page_size' => array(
385 xl('Patient List Page Size'),
386 array(
387 '10' => '10',
388 '25' => '25',
389 '50' => '50',
390 '100' => '100',
392 '10',
393 xl('Number of patients to display per page in the patient list.')
396 'gbl_pt_list_new_window' => array(
397 xl('Patient List New Window'),
398 'bool', // data type
399 '0', // default = false
400 xl('Default state of New Window checkbox in the patient list.')
403 'gbl_vitals_options' => array(
404 xl('Vitals Form Options'),
405 array(
406 '0' => xl('Standard'),
407 '1' => xl('Omit circumferences'),
409 '0', // default
410 xl('Special treatment for the Vitals form')
413 'insurance_information' => array(
414 xl('Show Additional Insurance Information'), // descriptive name
415 array(
416 '0' => xl('None'),
417 '1' => xl('Address Only'),
418 '2' => xl('Address and Postal Code'),
419 '3' => xl('Address and State'),
420 '4' => xl('Address, State and Postal Code'),
421 '5' => xl('Address, City, State and Postal Code'),
422 '6' => xl('Postal Code and Box Number')
424 '5', // default
425 xl('Show Insurance Address Information in the Insurance Panel of Demographics.')
428 'gb_how_sort_list' => array(
429 xl('How to sort a drop-lists'),
430 array(
431 '0' => xl('Sort by seq'),
432 '1' => xl('Sort alphabetically')
434 '0',
435 xl('What kind of sorting will be in the drop lists.')
438 'show_label_login' => array(
439 xl('Show Title on Login'),
440 'bool', // data type
441 '0', // default = false
442 xl('Show Title on Login')
445 'extra_logo_login' => array(
446 xl('Show Extra Logo on Login'),
447 'bool', // data type
448 '0', // default = false
449 xl('Show Extra Logo on Login')
452 'tiny_logo_1' => array(
453 xl('Show Mini Logo 1'),
454 'bool', // data type
455 '0', // default = false
456 xl('Show Mini Logo 1')
459 'tiny_logo_2' => array(
460 xl('Show Mini Logo 2'),
461 'bool', // data type
462 '0', // default = false
463 xl('Show Mini Logo 2')
468 // Locale Tab
470 'Locale' => array(
472 'language_default' => array(
473 xl('Default Language'),
474 'lang', // data type
475 'English (Standard)', // default = english
476 xl('Default language if no other is allowed or chosen.')
479 'language_menu_showall' => array(
480 xl('All Languages Allowed'),
481 'bool', // data type
482 '1', // default = true
483 xl('Allow all available languages as choices on menu at login.')
486 'language_menu_other' => array(
487 xl('Allowed Languages'),
488 'm_lang', // data type
489 '', // default = none
490 xl('Select which languages, if any, may be chosen at login. (only pertinent if above All Languages Allowed is turned off)')
493 'allow_debug_language' => array(
494 xl('Allow Debugging Language'),
495 'bool', // data type
496 '1', // default = true during development and false for production releases
497 xl('This will allow selection of the debugging (\'dummy\') language.')
500 'translate_no_safe_apostrophe' => array(
501 xl('Do Not Use Safe Apostrophe'),
502 'bool', // data type
503 '0', // default = false
504 xl('This will turn off use of safe apostrophe, which is done by converting \' and " to `.(it is highly recommended that this setting is turned off and that safe apostrophe\'s are used)')
507 'translate_layout' => array(
508 xl('Translate Layouts'),
509 'bool', // data type
510 '1', // default = true
511 xl('Is text from form layouts to be translated?')
514 'translate_lists' => array(
515 xl('Translate Lists'),
516 'bool', // data type
517 '1', // default = true
518 xl('Is text from lists to be translated?')
521 'translate_gacl_groups' => array(
522 xl('Translate Access Control Groups'),
523 'bool', // data type
524 '1', // default = true
525 xl('Are access control group names to be translated?')
528 'translate_form_titles' => array(
529 xl('Translate Patient Note Titles'),
530 'bool', // data type
531 '1', // default = true
532 xl('Are patient note titles to be translated?')
535 'translate_document_categories' => array(
536 xl('Translate Document Categories'),
537 'bool', // data type
538 '1', // default = true
539 xl('Are document category names to be translated?')
542 'translate_appt_categories' => array(
543 xl('Translate Appointment Categories'),
544 'bool', // data type
545 '1', // default = true
546 xl('Are appointment category names to be translated?')
549 'units_of_measurement' => array(
550 xl('Units for Visit Forms'),
551 array(
552 '1' => xl('Show both US and metric (main unit is US)'),
553 '2' => xl('Show both US and metric (main unit is metric)'),
554 '3' => xl('Show US only'),
555 '4' => xl('Show metric only'),
557 '1', // default = Both/US
558 xl('Applies to the Vitals form and Growth Chart')
561 'us_weight_format' => array(
562 xl('Display Format for US Weights'),
563 array(
564 '1' => xl('Show pounds as decimal value'),
565 '2' => xl('Show pounds and ounces')
567 '1',
568 xl('Applies to Vitals form')
571 'phone_country_code' => array(
572 xl('Telephone Country Code'),
573 'num',
574 '1', // default = North America
575 xl('1 = North America. See http://www.wtng.info/ for a list of other country codes.')
578 'date_display_format' => array(
579 xl('Date Display Format'),
580 array(
581 '0' => xl('YYYY-MM-DD'),
582 '1' => xl('MM/DD/YYYY'),
583 '2' => xl('DD/MM/YYYY'),
585 '0',
586 xl('Format used to display most dates.')
589 'time_display_format' => array(
590 xl('Time Display Format'),
591 array(
592 '0' => xl('24 hr'),
593 '1' => xl('12 hr'),
595 '0',
596 xl('Format used to display most times.')
599 'gbl_time_zone' => array(
600 xl('Time Zone'),
601 gblTimeZones(),
603 xl('If unassigned will default to php.ini setting for date.timezone.')
606 'currency_decimals' => array(
607 xl('Currency Decimal Places'),
608 array(
609 '0' => xl('0'),
610 '1' => xl('1'),
611 '2' => xl('2'),
613 '2',
614 xl('Number of digits after decimal point for currency, usually 0 or 2.')
617 'currency_dec_point' => array(
618 xl('Currency Decimal Point Symbol'),
619 array(
620 '.' => xl('Period'),
621 ',' => xl('Comma'),
623 '.',
624 xl('Symbol used as the decimal point for currency. Not used if Decimal Places is 0.')
627 'currency_thousands_sep' => array(
628 xl('Currency Thousands Separator'),
629 array(
630 ',' => xl('Comma'),
631 '.' => xl('Period'),
632 ' ' => xl('Space'),
633 '' => xl('None'),
635 ',',
636 xl('Symbol used to separate thousands for currency.')
639 'gbl_currency_symbol' => array(
640 xl('Currency Designator'),
641 'text', // data type
642 '$', // default
643 xl('Code or symbol to indicate currency')
645 'age_display_format' => array(xl('Age Display Format'),
646 array(
647 '0' => xl('Years or months'),
648 '1' => xl('Years, months and days')
650 '0',
651 xl('Format for age display')
653 'age_display_limit' => array(
654 xl('Age in Years for Display Format Change'),
655 'num',
656 '3',
657 xl('If YMD is selected for age display, switch to just Years when patients older than this value in years')
659 // Reference - https://en.wikipedia.org/wiki/Workweek_and_weekend#Around_the_world
660 'weekend_days' => array(
661 xl('Your weekend days'),
662 array(
663 '6,0' => xl('Saturday') . ' - ' . xl('Sunday'),
664 '0' => xl('Sunday'),
665 '5' => xl('Friday'),
666 '6' => xl('Saturday'),
667 '5,6' => xl('Friday') . ' - ' . xl('Saturday'),
669 '6,0'
670 , xl('which days are your weekend days?')
675 // Features Tab
677 'Features' => array(
679 'specific_application' => array(
680 xl('Specific Application'),
681 array(
682 '0' => xl('None'),
683 '2' => xl('IPPF'),
684 '3' => xl('Weight loss clinic'),
686 '0', // default
687 xl('Indicator for specialized usage')
690 'inhouse_pharmacy' => array(
691 xl('Drugs and Products'),
692 array(
693 '0' => xl('Do not inventory and sell any products'),
694 '1' => xl('Inventory and sell drugs only'),
695 '2' => xl('Inventory and sell both drugs and non-drug products'),
696 '3' => xl('Products but no prescription drugs and no templates'),
698 '0', // default
699 xl('Option to support inventory and sales of products')
702 'default_visit_category' => [
703 xl('Default Visit Category'),
704 'default_visit_category',
705 '_blank',
706 xl('Define a default visit category'),
709 'disable_chart_tracker' => array(
710 xl('Disable Chart Tracker'),
711 'bool', // data type
712 '0', // default = false
713 xl('Removes the Chart Tracker feature')
716 'disable_immunizations' => array(
717 xl('Disable Immunizations'),
718 'bool', // data type
719 '0', // default = false
720 xl('Removes support for immunizations')
723 'disable_prescriptions' => array(
724 xl('Disable Prescriptions'),
725 'bool', // data type
726 '0', // default = false
727 xl('Removes support for prescriptions')
730 'omit_employers' => array(
731 xl('Omit Employers'),
732 'bool', // data type
733 '0', // default = false
734 xl('Omit employer information in patient demographics')
737 'select_multi_providers' => array(
738 xl('Support Multi-Provider Events'),
739 'bool', // data type
740 '0', // default = false
741 xl('Support calendar events that apply to multiple providers')
744 'disable_non_default_groups' => array(
745 xl('Disable User Groups'),
746 'bool', // data type
747 '1', // default = true
748 xl('Normally this should be checked. Not related to access control.')
751 'ignore_pnotes_authorization' => array(
752 xl('Skip Authorization of Patient Notes'),
753 'bool', // data type
754 '1', // default = true
755 xl('Do not require patient notes to be authorized')
758 'support_encounter_claims' => array(
759 xl('Allow Encounter Claims'),
760 'bool', // data type
761 '0', // default = false
762 xl('Allow creation of claims containing diagnoses but not procedures or charges. Most clinics do not want this.')
765 'advance_directives_warning' => array(
766 xl('Advance Directives Warning'),
767 'bool', // data type
768 '0', // default = false
769 xl('Display advance directives in the demographics page.')
772 'configuration_import_export' => array(
773 xl('Configuration Export/Import'),
774 'bool', // data type
775 '0', // default = false
776 xl('Support export/import of configuration data via the Backup page.')
779 'restrict_user_facility' => array(
780 xl('Restrict Users to Facilities'),
781 'bool', // data type
782 '0', // default
783 xl('Restrict non-authorized users to the Schedule Facilities set in User admin.')
786 'set_facility_cookie' => array(
787 xl('Remember Selected Facility'),
788 'bool', // data type
789 '0', // default
790 xl('Set a facility cookie to remember the selected facility between logins.')
793 'receipts_by_provider' => array(
794 xl('Print Receipts by Provider'),
795 'bool',
796 '0', // default
797 xl('Causes Receipts to Print Encounter/Primary Provider Info')
800 'discount_by_money' => array(
801 xl('Discounts as Monetary Amounts'),
802 'bool', // data type
803 '1', // default = true
804 xl('Discounts at checkout time are entered as money amounts, as opposed to percentage.')
807 'gbl_visit_referral_source' => array(
808 xl('Referral Source for Encounters'),
809 'bool', // data type
810 '0', // default = false
811 xl('A referral source may be specified for each visit.')
814 'gbl_mask_patient_id' => array(
815 xl('Mask for Patient IDs'),
816 'text', // data type
817 '', // default
818 xl('Specifies formatting for the external patient ID. # = digit, @ = alpha, * = any character. Empty if not used.')
821 'gbl_mask_invoice_number' => array(
822 xl('Mask for Invoice Numbers'),
823 'text', // data type
824 '', // default
825 xl('Specifies formatting for invoice reference numbers. # = digit, @ = alpha, * = any character. Empty if not used.')
828 'gbl_mask_product_id' => array(
829 xl('Mask for Product IDs'),
830 'text', // data type
831 '', // default
832 xl('Specifies formatting for product NDC fields. # = digit, @ = alpha, * = any character. Empty if not used.')
835 'hide_billing_widget' => array(
836 xl('Hide Billing Widget'),
837 'bool', // data type
838 '0', // default = false
839 xl('This will hide the Billing Widget in the Patient Summary screen')
842 'force_billing_widget_open' => array(
843 xl('Force Billing Widget Open'),
844 'bool', // data type
845 '0', // default = false
846 xl('This will force the Billing Widget in the Patient Summary screen to always be open.')
849 'activate_ccr_ccd_report' => array(
850 xl('Activate CCR/CCD Reporting'),
851 'bool', // data type
852 '1', // default = true
853 xl('This will activate the CCR(Continuity of Care Record) and CCD(Continuity of Care Document) reporting.')
856 'hide_document_encryption' => array(
857 xl('Hide Encryption/Decryption Options In Document Management'),
858 'bool', // data type
859 '1', // default = true
860 xl('This will deactivate document the encryption and decryption features, and hide them in the UI.')
863 'use_custom_immun_list' => array(
864 xl('Use Custom Immunization List'),
865 'bool', // data type
866 '0', // default = true
867 xl('This will use the custom immunizations list rather than the standard CVX immunization list.')
870 'preprinted_cms_1500' => array(
871 xl('Prints the CMS 1500 on the Preprinted form'),
872 'bool', // data type
873 '0', // default = false
874 xl('Prints the CMS 1500 on the Preprinted form')
877 'cms_top_margin_default' => array(
878 xl('Default top print margin for CMS 1500'),
879 'num', // data type
880 '24', // default
881 xl('This is the default top print margin for CMS 1500. It will adjust the final printed output up or down.')
884 'cms_left_margin_default' => array(
885 xl('Default left print margin for CMS 1500'),
886 'num', // data type
887 '20', // default
888 xl('This is the default left print margin for CMS 1500. It will adjust the final printed output left or right.')
891 'cms_1500' => array(
892 xl('CMS 1500 Paper Form Format'),
893 array(
894 '0' => xl('08/05{{CMS 1500 format date revision setting in globals}}'),
895 '1' => xl('02/12{{CMS 1500 format date revision setting in globals}}'),
897 '1', // default
898 xl('This specifies which revision of the form the billing module should generate')
901 'cms_1500_box_31_format' => array(
902 xl('CMS 1500: Box 31 Format'),
903 array(
904 '0' => xl('Signature on File'),
905 '1' => xl('Firstname Lastname'),
906 '2' => xl('None'),
908 '0', // default
909 xl('This specifies whether to include date in Box 31.')
912 'cms_1500_box_31_date' => array(
913 xl('CMS 1500: Date in Box 31 (Signature)'),
914 array(
915 '0' => xl('None'),
916 '1' => xl('Date of Service'),
917 '2' => xl('Today'),
919 '0', // default
920 xl('This specifies whether to include date in Box 31.')
923 'amendments' => array(
924 xl('Amendments'),
925 'bool', // data type
926 '1', // default = true
927 xl('Enable amendments feature')
930 'allow_pat_delete' => array(
931 xl('Allow Administrators to Delete Patients'),
932 'bool', // data type
933 '0', // default = false
934 xl('Allow Administrators to Delete Patients')
938 'observation_results_immunization' => array(
939 xl('Immunization Observation Results'),
940 'bool', // data type
941 '1', // default
942 xl('Observation Results in Immunization')
946 // Report Tab
948 'Report' => array(
950 'use_custom_daysheet' => array(
951 xl('Use Custom End of Day Report'),
952 array(
953 '0' => xl('None'),
954 '1' => xl('Print End of Day Report 1'),
955 '2' => xl('Print End of Day Report 2'),
956 '3' => xl('Print End of Day Report 3'),
957 ), // data type
958 '1', // default = Print End of Day Report 1
959 xl('This will allow the use of the custom End of Day report and indicate which report to use.')
962 'daysheet_provider_totals' => array(
963 xl('End of Day by Provider or allow Totals Only'),
964 array(
965 '0' => xl('Provider'),
966 '1' => xl('Totals Only'),
968 '1', // default
969 xl('This specifies the Printing of the Custom End of Day Report grouped Provider or allow the Printing of Totals Only')
972 'ledger_begin_date' => array(
973 xl('Beginning Date for Ledger Report'),
974 array(
975 'Y1' => xl('One Year Ago'),
976 'Y2' => xl('Two Years Ago'),
977 'M6' => xl('Six Months Ago'),
978 'M3' => xl('Three Months Ago'),
979 'M1' => xl('One Month Ago'),
980 'D1' => xl('One Day Ago'),
982 'Y1', // default = One Year
983 xl('This is the Beginning date for the Ledger Report.')
986 'print_next_appointment_on_ledger' => array(
987 xl('Print the Next Appointment on the Bottom of the Ledger'),
988 'bool', // data type
989 '1', // default = true
990 xl('This Will Print the Next Appointment on the Bottom of the Patient Ledger')
993 'sales_report_invoice' => array(
994 xl('Display Invoice Number or Patient Name or Both in the Sales Report'),
995 array(
996 '0' => xl('Invoice Number'),
997 '1' => xl('Patient Name and ID'),
998 '2' => xl('Patient Name and Invoice'),
1000 '2', // default = 2
1001 xl('This will Display the Invoice Number in the Sales Report or the Patient Name and ID or Patient Name and Invoice Number.')
1004 'cash_receipts_report_invoice' => array(
1005 xl('Display Invoice Number or Patient Name in the Cash Receipt Report'),
1006 array(
1007 '0' => xl('Invoice Number'),
1008 '1' => xl('Patient Name'),
1010 '0', // default = 0
1011 xl('Display Invoice Number or Patient Name in the Cash Receipt Report')
1016 // Billing Tab
1018 'Billing' => array(
1020 'default_search_code_type' => array(
1021 xl('Default Search Code Type'),
1022 'all_code_types', // data type
1023 'ICD10', // default
1024 xl('The default code type to search for in the Fee Sheet.')
1027 'support_fee_sheet_line_item_provider' => array(
1028 xl('Support provider in line item in fee sheet'),
1029 'bool', // data type
1030 '0', // default = false
1031 xl('This Enables provider in line item in the fee sheet')
1034 'default_fee_sheet_line_item_provider' => array(
1035 xl('Default to a provider for line item in the fee sheet'),
1036 'bool', // data type
1037 '0', // default = false
1038 xl('Default to a provider for line item in the fee sheet.(only applicable if Support line item billing in option above)')
1041 'replicate_justification' => array(
1042 xl('Automatically replicate justification codes in Fee Sheet'),
1043 'bool', // data type
1044 '0', // default = false
1045 xl('Automatically replicate justification codes in Fee Sheet (basically fills in the blanks with the justification code above it).')
1048 'display_units_in_billing' => array(
1049 xl('Display the Units Column on the Billing Screen'),
1050 'bool', // data type
1051 '0', // default = false
1052 xl('Display the Units Column on the Billing Screen')
1055 'notes_to_display_in_Billing' => array(
1056 xl('Which notes are to be displayed in the Billing Screen'),
1057 array(
1058 '0' => xl('None'),
1059 '1' => xl('Encounter Billing Note'),
1060 '2' => xl('Patient Billing Note'),
1061 '3' => xl('All'),
1063 '3',
1064 xl('Display the Encounter Billing Note or Patient Billing Note or Both in the Billing Screen.')
1067 'set_pos_code_encounter' => array(
1068 xl('Set POS code in encounter'),
1069 'bool', // data type
1070 '0', // default = false
1071 xl('This feature will allow the default POS facility code to be overriden from the encounter.')
1074 'use_custom_statement' => array(
1075 xl('Use Custom Statement'),
1076 'bool', // data type
1077 '0', // default = false
1078 xl('This will use the custom Statment showing the description instead of the codes.')
1081 'statement_appearance' => array(
1082 xl('Statement Appearance'),
1083 array(
1084 '0' => xl('Plain Text'),
1085 '1' => xl('Modern/images')
1086 ), // data type
1087 '1', // default = true
1088 xl('Patient statements can be generated as plain text or with a modern graphical appearance.')
1091 'billing_phone_number' => array(
1092 xl('Custom Billing Phone Number'),
1093 'text', // data type
1095 xl('Phone number for billing inquiries')
1098 'show_aging_on_custom_statement' => array(
1099 xl('Show Aging on Custom Statement'),
1100 'bool', // data type
1101 '0', // default = false
1102 xl('This will Show Aging on the custom Statement.')
1105 'use_statement_print_exclusion' => array(
1106 xl('Allow Statement Exclusions from Printing'),
1107 'bool', // data type
1108 '0', // default = false
1109 xl('This will enable the Ability to Exclude Selected Patient Statements from Printing.')
1112 'minimum_amount_to_print' => array(
1113 xl('Total Minimum Amount of Statement to Allow Printing'),
1114 'num', // data type
1115 '1.00',
1116 xl('Total Minimum Dollar Amount of Statement to Allow Printing.(only applicable if Allow Statement Exclusions from Printing is enabled)')
1119 'statement_bill_note_print' => array(
1120 xl('Print Patient Billing Note'),
1121 'bool', // data type
1122 '0', // default = false
1123 xl('This will allow printing of the Patient Billing Note on the statements.')
1126 'number_appointments_on_statement' => array(
1127 xl('Number of Appointments on Statement'),
1128 'num', // data type
1129 '0', // default = 0
1130 xl('The Number of Future Appointments to Display on the Statement.')
1133 'statement_message_to_patient' => array(
1134 xl('Print Custom Message'),
1135 'bool', // data type
1136 '0', // default = false
1137 xl('This will allow printing of a custom Message on the statements.')
1140 'statement_msg_text' => array(
1141 xl('Custom Statement message'),
1142 'text', // data type
1144 xl('Text for Custom statement message.')
1147 'use_dunning_message' => array(
1148 xl('Use Custom Dunning Messages'),
1149 'bool', // data type
1150 '0', // default = false
1151 xl('This will allow use of the custom Dunning Messages on the statements.')
1154 'first_dun_msg_set' => array(
1155 xl('Number of days before showing first account message'),
1156 'num', // data type
1157 '30',
1158 xl('Number of days before showing first account message.')
1161 'first_dun_msg_text' => array(
1162 xl('First account message'),
1163 'text', // data type
1165 xl('Text for first account message.')
1168 'second_dun_msg_set' => array(
1169 xl('Number of days before showing second account message'),
1170 'num', // data type
1171 '60',
1172 xl('Number of days before showing second account message')
1175 'second_dun_msg_text' => array(
1176 xl('Second account message'),
1177 'text', // data type
1179 xl('Text for second account message.')
1182 'third_dun_msg_set' => array(
1183 xl('Number of days before showing third account message'),
1184 'num', // data type
1185 '90',
1186 xl('Number of days before showing third account message')
1189 'third_dun_msg_text' => array(
1190 xl('Third account message'),
1191 'text', // data type
1193 xl('Text for third account message.')
1196 'fourth_dun_msg_set' => array(
1197 xl('Number of days before showing fourth account message'),
1198 'num', // data type
1199 '120',
1200 xl('Number of days before showing fourth account message')
1203 'fourth_dun_msg_text' => array(
1204 xl('Fourth account message'),
1205 'text', // data type
1207 xl('Text for fourth account message.')
1210 'fifth_dun_msg_set' => array(
1211 xl('Number of days before showing fifth account message'),
1212 'num', // data type
1213 '150',
1214 xl('Number of days before showing fifth account message')
1217 'fifth_dun_msg_text' => array(
1218 xl('Fifth account message'),
1219 'text', // data type
1221 xl('Text for fifth account message.')
1223 'save_codes_history' => array(
1224 xl('Save codes history'),
1225 'bool', // data type
1226 '1', // default
1227 xl('Save codes history')
1231 // E-Sign Tab
1233 'E-Sign' => array(
1235 'esign_all' => array(
1236 xl('Allows E-Sign on the entire encounter'),
1237 'bool', // data type
1238 '0', // default = false
1239 xl('This will enable signing an entire encounter, rather than individual forms')
1242 'lock_esign_all' => array(
1243 xl('Lock e-signed encounters and their forms'),
1244 'bool', // data type
1245 '0', // default = false
1246 xl('This will disable the Edit button on all forms whose parent encounter is e-signed')
1249 'esign_individual' => array(
1250 xl('Allows E-Signing Individual Forms'),
1251 'bool', // data type
1252 '1', // default = false
1253 xl('This will enable signing individual forms separately')
1256 'lock_esign_individual' => array(
1257 xl('Lock an e-signed form individually'),
1258 'bool', // data type
1259 '1', // default = false
1260 xl('This will disable the Edit button on any form that is e-signed')
1263 'esign_lock_toggle' => array(
1264 xl('Enable lock toggle'),
1265 'bool', // data type
1266 '0', // default = false
1267 xl('This will give the user the option to lock (separate locking and signing)')
1270 'esign_report_hide_empty_sig' => array(
1271 xl('Hide Empty E-Sign Logs On Report'),
1272 'bool', // data type
1273 '1', // default = false
1274 xl('This will hide empty e-sign logs on the patient report')
1278 //Documents Tab
1279 'Documents' => array(
1281 'document_storage_method' => array(
1282 xl('Document Storage Method'),
1283 array(
1284 '0' => xl('Hard Disk'),
1285 '1' => xl('CouchDB')
1287 '0', // default
1288 xl('Option to save method of document storage.')
1291 'couchdb_host' => array(
1292 xl('CouchDB HostName'),
1293 'text',
1294 'localhost',
1295 xl('CouchDB host'),
1297 'couchdb_user' => array(
1298 xl('CouchDB UserName'),
1299 'text',
1301 xl('Username to connect to CouchDB'),
1303 'couchdb_pass' => array(
1304 xl('CouchDB Password'),
1305 'text',
1307 xl('Password to connect to CouchDB'),
1309 'couchdb_port' => array(
1310 xl('CouchDB Port'),
1311 'text',
1312 '5984',
1313 xl('CouchDB port'),
1315 'couchdb_dbase' => array(
1316 xl('CouchDB Database'),
1317 'text',
1319 xl('CouchDB database name'),
1321 'couchdb_log' => array(
1322 xl('CouchDB Log Enable'),
1323 'bool',
1324 '0',
1325 xl('Enable log for document uploads/downloads to CouchDB'),
1328 'expand_document_tree' => array(
1329 xl('Expand All Document Categories'),
1330 'bool', // data type
1331 '0', // default = false
1332 xl('Expand All Document Categories by Default')
1335 'patient_id_category_name' => array(
1336 xl('Patient ID Category Name'),
1337 'text', // data type
1338 'Patient ID card', // default
1339 xl('Optional category name for an ID Card image that can be viewed from the patient summary page.')
1342 'patient_photo_category_name' => array(
1343 xl('Patient Photo Category Name'),
1344 'text', // data type
1345 'Patient Photograph', // default
1346 xl('Optional category name for photo images that can be viewed from the patient summary page.')
1349 'lab_results_category_name' => array(
1350 xl('Lab Results Category Name'),
1351 'text', // data type
1352 'Lab Report', // default
1353 xl('Document category name for storage of electronically received lab results.')
1356 'gbl_mdm_category_name' => array(
1357 xl('MDM Document Category Name'),
1358 'text', // data type
1359 'Lab Report', // default
1360 xl('Document category name for storage of electronically received MDM documents.')
1362 'generate_doc_thumb' => array(
1363 xl('Generate thumbnail'),
1364 'bool',
1365 '0',
1366 xl('Generate thumbnail images'),
1368 'thumb_doc_max_size' => array(
1369 xl('Thumbnail size'),
1370 'text', // data type
1371 '100', // default
1372 xl('Maximum size of thumbnail file')
1376 // Calendar Tab
1378 'Calendar' => array(
1380 'disable_calendar' => array(
1381 xl('Disable Calendar'),
1382 'bool', // data type
1383 '0', // default
1384 xl('Do not display the calendar.')
1387 'schedule_start' => array(
1388 xl('Calendar Starting Hour'),
1389 'hour',
1390 '8', // default
1391 xl('Beginning hour of day for calendar events.')
1394 'schedule_end' => array(
1395 xl('Calendar Ending Hour'),
1396 'hour',
1397 '17', // default
1398 xl('Ending hour of day for calendar events.')
1401 'calendar_interval' => array(
1402 xl('Calendar Interval'),
1403 array(
1404 '5' => '5',
1405 '10' => '10',
1406 '15' => '15',
1407 '20' => '20',
1408 '30' => '30',
1409 '60' => '60',
1411 '15', // default
1412 xl('The time granularity of the calendar and the smallest interval in minutes for an appointment slot.')
1415 'calendar_view_type' => array(
1416 xl('Default Calendar View'),
1417 array(
1418 'day' => xl('Day'),
1419 'week' => xl('Week'),
1420 'month' => xl('Month'),
1422 'day', // default
1423 xl('This sets the Default Calendar View, Default is Day.')
1425 'first_day_week' => array(
1426 xl('First day in the week'),
1427 array(
1428 '1' => xl('Monday'),
1429 '0' => xl('Sunday'),
1430 '6' => xl('Saturday')
1432 '1',
1433 xl('Your first day of the week.')
1435 'calendar_appt_style' => array(
1436 xl('Appointment Display Style'),
1437 array(
1438 '1' => xl('Last name'),
1439 '2' => xl('Last name, first name'),
1440 '3' => xl('Last name, first name (title)'),
1441 '4' => xl('Last name, first name (title: comments)'),
1443 '2', // default
1444 xl('This determines how appointments display on the calendar.')
1447 'event_color' => array(
1448 xl('Appointment/Event Color'),
1449 array(
1450 '1' => xl('Category Color Schema'),
1451 '2' => xl('Facility Color Schema'),
1452 ), // data type
1453 '1', // default
1454 xl('This determines which color schema used for appointment')
1457 'number_of_appts_to_show' => array(
1458 xl('Appointments - Patient Summary - Number to Display'),
1459 'num',
1460 '10',
1461 xl('Number of Appointments to display in the Patient Summary')
1464 'number_of_group_appts_to_show' => array(
1465 xl('Appointments - Group Summary - Number to Display'),
1466 'num',
1467 '10',
1468 xl('Number of Appointments to display in the Group Summary')
1470 'number_of_ex_appts_to_show' => array(
1471 xl('Excluded Appointments - Tooltip - Number to Display'),
1472 'num',
1473 '15',
1474 xl('Number of Excluded Appointments to display in the Tooltip')
1478 'patient_portal_appt_display_num' => array(
1479 xl('Appointments - Onsite Patient Portal - Number to Display'),
1480 'num',
1481 '20',
1482 xl('Number of Appointments to display in the Onsite Patient Portal')
1485 'appt_display_sets_option' => array(
1486 xl('Appointment Display Sets - Ignore Display Limit (Last Set)'),
1487 'bool', // data type
1488 '1', // default
1489 xl('Override (if necessary) the appointment display limit to allow all appointments to be displayed for the last set')
1492 'appt_display_sets_color_1' => array(
1493 xl('Appointment Display Sets - Color 1'),
1494 'color_code',
1495 '#FFFFFF',
1496 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).')
1499 'appt_display_sets_color_2' => array(
1500 xl('Appointment Display Sets - Color 2'),
1501 'color_code',
1502 '#E6E6FF',
1503 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).')
1506 'appt_display_sets_color_3' => array(
1507 xl('Appointment Display Sets - Color 3'),
1508 'color_code',
1509 '#E6FFE6',
1510 xl('Color for the last set when all member appointments are displayed and at least one subsequent scheduled appointment exists (not displayed).')
1513 'appt_display_sets_color_4' => array(
1514 xl('Appointment Display Sets - Color 4'),
1515 'color_code',
1516 '#FFE6FF',
1517 xl('Color for the last set when not all member appointments are displayed.')
1520 'appt_recurrences_widget' => array(
1521 xl('Recurrent Appointment Display Widget'),
1522 'bool', // data type
1523 '1', // default
1524 xl('Display the recurrent appointment widget in the patient summary.')
1527 'num_past_appointments_to_show' => array(
1528 xl('Past Appointment Display Widget'),
1529 'num', // data type
1530 '0', // default = false
1531 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)')
1534 'docs_see_entire_calendar' => array(
1535 xl('Providers See Entire Calendar'),
1536 'bool', // data type
1537 '0', // default
1538 xl('Check this if you want providers to see all appointments by default and not just their own.')
1541 'auto_create_new_encounters' => array(
1542 xl('Auto-Create New Encounters'),
1543 'bool', // data type
1544 '1', // default
1545 xl('Automatically create a new encounter when an appointment check in status is selected.')
1547 'allow_early_check_in' => array(
1548 xl('Allow Early Check In'),
1549 'bool', // data type
1550 '1', // default
1551 xl("Allow Check In before the appointment's time.")
1553 'disable_pat_trkr' => array(
1554 xl('Disable Patient Flow Board'),
1555 'bool', // data type
1556 '0', // default
1557 xl('Do not display the patient flow board.')
1560 'ptkr_visit_reason' => array(
1561 xl('Show Visit Reason in Patient Flow Board'),
1562 'bool', // data type
1563 '0', // default = false
1564 xl('When Checked, Visit Reason Will Show in Patient Flow Board.')
1567 'ptkr_show_pid' => array(
1568 xl('Show Patient ID in Patient Flow Board'),
1569 'bool', // data type
1570 '1', // default = true
1571 xl('When Checked, Patient ID Will Show in Patient Flow Board.')
1574 'ptkr_show_encounter' => array(
1575 xl('Show Patient Encounter Number in Patient Flow Board'),
1576 'bool', // data type
1577 '1', // default = true
1578 xl('When Checked, Patient Encounter Number Will Show in Patient Flow Board.')
1581 'pat_trkr_timer' => array(
1582 xl('Patient Flow Board Timer Interval'),
1583 array(
1584 '0' => xl('No automatic refresh'),
1585 '0:10' => '10',
1586 '0:20' => '20',
1587 '0:30' => '30',
1588 '0:40' => '40',
1589 '0:50' => '50',
1590 '0:59' => '60',
1592 '0:20', // default
1593 xl('The screen refresh time in Seconds for the Patient Flow Board Screen.')
1596 'checkout_roll_off' => array(
1597 xl('Number of Minutes to display completed checkouts'),
1598 'num',
1599 '0', // default
1600 xl('Number of Minutes to display completed checkouts. Zero is continuous display')
1603 'drug_screen' => array(
1604 xl('Enable Random Drug Testing'),
1605 'bool', // data type
1606 '0', // default
1607 xl('Allow Patient Flow Board to Select Patients for Drug Testing.')
1610 'drug_testing_percentage' => array(
1611 xl('Percentage of Patients to Drug Test'),
1612 'num',
1613 '33', // default
1614 xl('Percentage of Patients to select for Random Drug Testing.')
1617 'maximum_drug_test_yearly' => array(
1618 xl('Maximum number of times a Patient can be tested in a year'),
1619 'num',
1620 '0', // default
1621 xl('Maximum number of times a Patient can be tested in a year. Zero is no limit.')
1624 'submit_changes_for_all_appts_at_once' => array(
1625 xl('Submit Changes For All Appts At Once'),
1626 'bool', // data type
1627 '1', // default
1628 xl('Enables to submit changes for all appointments of a recurrence at once.')
1634 // Security Tab
1636 'Security' => array(
1637 'sql_string_no_show_screen' => array(
1638 xl('Mode - Do Not Show SQL Queries'),
1639 'bool', // data type
1640 '0', // default
1641 xl('Do not allow SQL queries to be outputted to screen.')
1643 'timeout' => array(
1644 xl('Idle Session Timeout Seconds'),
1645 'num', // data type
1646 '7200', // default
1647 xl('Maximum idle time in seconds before logout. Default is 7200 (2 hours).')
1649 'secure_upload' => array(
1650 xl('Secure Upload Files with White List'),
1651 'bool', // data type
1652 '0', // default
1653 xl('Block all files types that are not found in the White List. Can find interface to edit the White List at Administration->Files.')
1655 'secure_password' => array(
1656 xl('Require Strong Passwords'),
1657 'bool', // data type
1658 '0', // default
1659 xl('Strong password means at least 8 characters, and at least three of: a number, a lowercase letter, an uppercase letter, a special character.')
1661 'password_history' => array(
1662 xl('Require Unique Passwords'),
1663 'bool', // data type
1664 '0', // default
1665 xl('Means none of last three passwords are allowed when changing a password.')
1667 'password_compatibility' => array(
1668 xl('Permit unsalted passwords'),
1669 'bool', // data type
1670 '1', // default
1671 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')
1674 'password_expiration_days' => array(
1675 xl('Default Password Expiration Days'),
1676 'num', // data type
1677 '0', // default
1678 xl('Default password expiration period in days. 0 means this feature is disabled.')
1681 'password_grace_time' => array(
1682 xl('Password Expiration Grace Period'),
1683 'num', // data type
1684 '0', // default
1685 xl('Period in days where a user may login with an expired password.')
1688 'is_client_ssl_enabled' => array(
1689 xl('Enable Client SSL'),
1690 'bool', // data type
1691 '0', // default
1692 xl('Enable client SSL certificate authentication.')
1695 'certificate_authority_crt' => array(
1696 xl('Path to CA Certificate File'),
1697 'text', // data type
1698 '', // default
1699 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
1702 'certificate_authority_key' => array(
1703 xl('Path to CA Key File'),
1704 'text', // data type
1705 '', // default
1706 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
1709 'client_certificate_valid_in_days' => array(
1710 xl('Client Certificate Expiration Days'),
1711 'num', // data type
1712 '365', // default
1713 xl('Number of days that the client certificate is valid.')
1716 'Emergency_Login_email_id' => array(
1717 xl('Emergency Login Email Address'),
1718 'text', // data type
1719 '', // default
1720 xl('Email address, if any, to receive emergency login user activation messages.')
1723 'new_validate' => array(
1724 xl('New form validation'),
1725 'bool',
1726 '1',
1727 xl('New form validation')
1730 'allow_multiple_databases' => array(
1731 xl('Allow multiple databases'),
1732 'bool',
1733 '0',
1734 xl('Allow to use with multiple database')
1737 'safe_key_database' => array(
1738 xl('Safe key database'),
1739 'text', // data type
1740 '', // default
1741 xl('Key for multiple database credentials encryption')
1744 'use_active_directory' => array(
1745 xl('Use Active Directory'),
1746 'bool',
1747 '0',
1748 xl('If enabled, uses the specified active directory for login and authentication.')
1751 'account_suffix' => array(
1752 xl('Active Directory - Suffix Of Account'),
1753 'text',
1755 xl('The suffix of the account.')
1758 'base_dn' => array(
1759 xl('Active Directory - Domains Base'),
1760 'text',
1762 xl('Users is the standard windows CN, replace the DC stuff with your domain.')
1765 'domain_controllers' => array(
1766 xl('Active Directory - Domains Controllers'),
1767 'text',
1769 xl('The IP address of your domain controller(s).')
1774 // Notifications Tab
1776 'Notifications' => array(
1778 'patient_reminder_sender_name' => array(
1779 xl('Patient Reminder Sender Name'),
1780 'text', // data type
1781 '', // default
1782 xl('Name of the sender for patient reminders.')
1785 'patient_reminder_sender_email' => array(
1786 xl('Patient Reminder Sender Email'),
1787 'text', // data type
1788 '', // default
1789 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.')
1792 'practice_return_email_path' => array(
1793 xl('Notification Email Address'),
1794 'text', // data type
1795 '', // default
1796 xl('Email address, if any, to receive administrative notifications.')
1799 'EMAIL_METHOD' => array(
1800 xl('Email Transport Method'),
1801 array(
1802 'PHPMAIL' => 'PHPMAIL',
1803 'SENDMAIL' => 'SENDMAIL',
1804 'SMTP' => 'SMTP',
1806 'SMTP', // default
1807 xl('Method for sending outgoing email.')
1810 'SMTP_HOST' => array(
1811 xl('SMTP Server Hostname'),
1812 'text', // data type
1813 'localhost', // default
1814 xl('If SMTP is used, the server`s hostname or IP address.')
1817 'SMTP_PORT' => array(
1818 xl('SMTP Server Port Number'),
1819 'num', // data type
1820 '25', // default
1821 xl('If SMTP is used, the server`s TCP port number (usually 25).')
1824 'SMTP_USER' => array(
1825 xl('SMTP User for Authentication'),
1826 'text', // data type
1827 '', // default
1828 xl('Must be empty if SMTP authentication is not used.')
1831 'SMTP_PASS' => array(
1832 xl('SMTP Password for Authentication'),
1833 'text', // data type
1834 '', // default
1835 xl('Must be empty if SMTP authentication is not used.')
1838 'SMTP_SECURE' => array(
1839 xl('SMTP Security Protocol'),
1840 array(
1841 '' => xl('None'),
1842 'ssl' => 'SSL',
1843 'tls' => 'TLS'
1846 xl('SMTP security protocol to connect with. Required by some servers such as gmail.')
1849 'EMAIL_NOTIFICATION_HOUR' => array(
1850 xl('Email Notification Hours'),
1851 'num', // data type
1852 '50', // default
1853 xl('Number of hours in advance to send email notifications.')
1856 'SMS_NOTIFICATION_HOUR' => array(
1857 xl('SMS Notification Hours'),
1858 'num', // data type
1859 '50', // default
1860 xl('Number of hours in advance to send SMS notifications.')
1863 'SMS_GATEWAY_USENAME' => array(
1864 xl('SMS Gateway Username'),
1865 'text', // data type
1866 '', // default
1867 xl('Username for SMS Gateway.')
1870 'SMS_GATEWAY_PASSWORD' => array(
1871 xl('SMS Gateway Password'),
1872 'text', // data type
1873 '', // default
1874 xl('Password for SMS Gateway.')
1877 'SMS_GATEWAY_APIKEY' => array(
1878 xl('SMS Gateway API Key'),
1879 'text', // data type
1880 '', // default
1881 xl('API key for SMS Gateway.')
1884 'phone_notification_hour' => array(
1885 xl('Phone Notification Hour'),
1886 'num', // data type
1887 '50', // default
1888 xl('Number of hours in advance to send Phone notification.')
1891 'phone_gateway_username' => array(
1892 xl('Phone Gateway Username'),
1893 'text', // data type
1894 '', // default
1895 xl('Username for Phone Gateway.')
1898 'phone_gateway_password' => array(
1899 xl('Phone Gateway Password'),
1900 'text', // data type
1901 '', // default
1902 xl('Password for Phone Gateway.')
1905 'phone_gateway_url' => array(
1906 xl('Phone Gateway URL'),
1907 'text', // data type
1908 '', // default
1909 xl('URL for Phone Gateway.')
1914 // CDR (Clinical Decision Rules)
1916 'CDR' => array(
1918 'enable_cdr' => array(
1919 xl('Enable Clinical Decisions Rules (CDR)'),
1920 'bool', // data type
1921 '1', // default
1922 xl('Enable Clinical Decisions Rules (CDR)')
1925 'enable_allergy_check' => array(
1926 xl('Enable Allergy Check'),
1927 'bool', // data type
1928 '1', // default
1929 xl('Enable Allergy Check Against Medications and Prescriptions')
1932 'enable_alert_log' => array(
1933 xl('Enable Alert Log'),
1934 'bool', // data type
1935 '1', // default
1936 xl('Enable Alert Logging')
1939 'enable_cdr_new_crp' => array(
1940 xl('Enable Clinical Passive New Reminder(s) Popup'),
1941 'bool', // data type
1942 '1', // default
1943 xl('Enable Clinical Passive New Reminder(s) Popup')
1946 'enable_cdr_crw' => array(
1947 xl('Enable Clinical Passive Reminder Widget'),
1948 'bool', // data type
1949 '1', // default
1950 xl('Enable Clinical Passive Reminder Widget')
1953 'enable_cdr_crp' => array(
1954 xl('Enable Clinical Active Reminder Popup'),
1955 'bool', // data type
1956 '1', // default
1957 xl('Enable Clinical Active Reminder Popup')
1960 'enable_cdr_prw' => array(
1961 xl('Enable Patient Reminder Widget'),
1962 'bool', // data type
1963 '1', // default
1964 xl('Enable Patient Reminder Widget')
1967 'enable_cqm' => array(
1968 xl('Enable CQM Reporting'),
1969 'bool', // data type
1970 '1', // default
1971 xl('Enable Clinical Quality Measure (CQM) Reporting')
1974 'pqri_registry_name' => array(
1975 xl('PQRI Registry Name'),
1976 'text', // data type
1977 'Model Registry', // default
1978 xl('PQRI Registry Name')
1981 'pqri_registry_id' => array(
1982 xl('PQRI Registry ID'),
1983 'text', // data type
1984 '125789123', // default
1985 xl('PQRI Registry ID')
1988 'enable_amc' => array(
1989 xl('Enable AMC Reporting'),
1990 'bool', // data type
1991 '1', // default
1992 xl('Enable Automated Measure Calculations (AMC) Reporting')
1995 'enable_amc_prompting' => array(
1996 xl('Enable AMC Prompting'),
1997 'bool', // data type
1998 '1', // default
1999 xl('Enable Prompting For Automated Measure Calculations (AMC) Required Data')
2002 'enable_amc_tracking' => array(
2003 xl('Enable AMC Tracking'),
2004 'bool', // data type
2005 '1', // default
2006 xl('Enable Reporting of Tracking Date For Automated Measure Calculations (AMC)')
2009 'cdr_report_nice' => array(
2010 xl('CDR Reports Processing Priority'),
2011 array(
2012 '' => xl('Default Priority'),
2013 '5' => xl('Moderate Priority'),
2014 '10' => xl('Moderate/Low Priority'),
2015 '15' => xl('Low Priority'),
2016 '20' => xl('Lowest Priority')
2018 '', // default
2019 xl('Set processing priority for CDR engine based reports.')
2022 'pat_rem_clin_nice' => array(
2023 xl('Patient Reminder Creation Processing Priority'),
2024 array(
2025 '' => xl('Default Priority'),
2026 '5' => xl('Moderate Priority'),
2027 '10' => xl('Moderate/Low Priority'),
2028 '15' => xl('Low Priority'),
2029 '20' => xl('Lowest Priority')
2031 '', // default
2032 xl('Set processing priority for creation of Patient Reminders (in full clinic mode).')
2035 'report_itemizing_standard' => array(
2036 xl('Enable Standard Report Itemization'),
2037 'bool', // data type
2038 '1', // default
2039 xl('Enable Itemization of Standard Clinical Rules Reports')
2042 'report_itemizing_cqm' => array(
2043 xl('Enable CQM Report Itemization'),
2044 'bool', // data type
2045 '1', // default
2046 xl('Enable Itemization of CQM Reports')
2049 'report_itemizing_amc' => array(
2050 xl('Enable AMC Report Itemization'),
2051 'bool', // data type
2052 '1', // default
2053 xl('Enable Itemization of AMC Reports')
2055 'dated_reminders_max_alerts_to_show' => array(
2056 xl('Dated reminders maximum alerts to show'),
2057 'num', // data type
2058 '5', // default
2059 xl('Dated reminders maximum alerts to show')
2061 'patient_birthday_alert' => array(
2062 xl('Alert on patient birthday'),
2063 array(
2064 '0' => xl('No alert'),
2065 '1' => xl('Alert only on birthday'),
2066 '2' => xl('Alert on and after birthday')
2068 '1', // default
2069 xl('Alert on patient birthday')
2071 'patient_birthday_alert_manual_off' => array(
2072 xl('Patient birthday alert requires turning off'),
2073 'bool', // data type
2074 '0', // default
2075 xl('Patient birthday alert requires turning off')
2079 // Logging
2081 'Logging' => array(
2083 'enable_auditlog' => array(
2084 xl('Enable Audit Logging'),
2085 'bool', // data type
2086 '1', // default
2087 xl('Enable Audit Logging')
2090 'audit_events_patient-record' => array(
2091 xl('Audit Logging Patient Record'),
2092 'bool', // data type
2093 '1', // default
2094 xl('Enable logging of patient record modifications.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2097 'audit_events_scheduling' => array(
2098 xl('Audit Logging Scheduling'),
2099 'bool', // data type
2100 '1', // default
2101 xl('Enable logging of scheduling activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2104 'audit_events_order' => array(
2105 xl('Audit Logging Order'),
2106 'bool', // data type
2107 '1', // default
2108 xl('Enable logging of ordering activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2111 'audit_events_security-administration' => array(
2112 xl('Audit Logging Security Administration'),
2113 'bool', // data type
2114 '1', // default
2115 xl('Enable logging of security and administration activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2118 'audit_events_backup' => array(
2119 xl('Audit Logging Backups'),
2120 'bool', // data type
2121 '1', // default
2122 xl('Enable logging of backup related activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2125 'audit_events_other' => array(
2126 xl('Audit Logging Miscellaneous'),
2127 'bool', // data type
2128 '1', // default
2129 xl('Enable logging of miscellaneous activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2132 'audit_events_query' => array(
2133 xl('Audit Logging SELECT Query'),
2134 'bool', // data type
2135 '0', // default
2136 xl('Enable logging of all SQL SELECT queries.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2139 'audit_events_cdr' => array(
2140 xl('Audit CDR Engine Queries'),
2141 'bool', // data type
2142 '0', // default
2143 xl('Enable logging of CDR Engine Queries.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2146 'enable_atna_audit' => array(
2147 xl('Enable ATNA Auditing'),
2148 'bool', // data type
2149 '0', // default
2150 xl('Enable Audit Trail and Node Authentication (ATNA).')
2153 'atna_audit_host' => array(
2154 xl('ATNA audit host'),
2155 'text', // data type
2156 '', // default
2157 xl('The hostname of the ATNA audit repository machine.')
2160 'atna_audit_port' => array(
2161 xl('ATNA audit port'),
2162 'text', // data type
2163 '6514', // default
2164 xl('Listening port of the RFC 5425 TLS syslog server.')
2167 'atna_audit_localcert' => array(
2168 xl('ATNA audit local certificate'),
2169 'text', // data type
2170 '', // default
2171 xl('Certificate to send to RFC 5425 TLS syslog server.')
2174 'atna_audit_cacert' => array(
2175 xl('ATNA audit CA certificate'),
2176 'text', // data type
2177 '', // default
2178 xl('CA Certificate for verifying the RFC 5425 TLS syslog server.')
2181 //July 1, 2014: Ensoftek: Flag to enable/disable audit log encryption
2182 'enable_auditlog_encryption' => array(
2183 xl('Enable Audit Log Encryption'),
2184 'bool', // data type
2185 '0', // default
2186 xl('Enable Audit Log Encryption')
2189 'billing_log_option' => array(
2190 xl('Billing Log Option'),
2191 array(
2192 '1' => xl('Billing Log Append'),
2193 '2' => xl('Billing Log Overwrite')
2195 '1', // default
2196 xl('Billing log setting to append or overwrite the log file.')
2199 'gbl_print_log_option' => array(
2200 xl('Printing Log Option'),
2201 array(
2202 '0' => xl('No logging'),
2203 '1' => xl('Hide print feature'),
2204 '2' => xl('Log entire document'),
2206 '0', // default
2207 xl('Individual pages can override 2nd and 3rd options by implementing a log message.')
2212 // Miscellaneous Tab
2214 'Miscellaneous' => array(
2216 'mysql_bin_dir' => array(
2217 xl('Path to MySQL Binaries'),
2218 'text', // data type
2219 $mysql_bin_dir, // default
2220 xl('Full path to directory containing MySQL executables.')
2223 'perl_bin_dir' => array(
2224 xl('Path to Perl Binaries'),
2225 'text', // data type
2226 $perl_bin_dir, // default
2227 xl('Full path to directory containing Perl executables.')
2230 'temporary_files_dir' => array(
2231 xl('Path to Temporary Files'),
2232 'text', // data type
2233 $temporary_files_dir, // default
2234 xl('Full path to directory used for temporary files.')
2237 'backup_log_dir' => array(
2238 xl('Path for Event Log Backup'),
2239 'text', // data type
2240 $backup_log_dir, // default
2241 xl('Full path to directory for event log backup.')
2244 'state_data_type' => array(
2245 xl('State Data Type'),
2246 array(
2247 '2' => xl('Text field'),
2248 '1' => xl('Single-selection list'),
2249 '26' => xl('Single-selection list with ability to add to the list'),
2251 '26', // default
2252 xl('Field type to use for employer or subscriber state in demographics.')
2255 'state_list' => array(
2256 xl('State list'),
2257 'text', // data type
2258 'state', // default
2259 xl('List used by above State Data Type option.')
2262 'state_custom_addlist_widget' => array(
2263 xl('State List Widget Custom Fields'),
2264 'bool', // data type
2265 '1', // default
2266 xl('Show the custom state form for the add list widget (will ask for title and abbreviation).')
2269 'country_data_type' => array(
2270 xl('Country Data Type'),
2271 array(
2272 '2' => xl('Text field'),
2273 '1' => xl('Single-selection list'),
2274 '26' => xl('Single-selection list with ability to add to the list'),
2276 '26', // default
2277 xl('Field type to use for employer or subscriber country in demographics.')
2280 'country_list' => array(
2281 xl('Country list'),
2282 'text', // data type
2283 'country', // default
2284 xl('List used by above Country Data Type option.')
2287 'print_command' => array(
2288 xl('Print Command'),
2289 'text', // data type
2290 'lpr -P HPLaserjet6P -o cpi=10 -o lpi=6 -o page-left=72 -o page-top=72',
2291 xl('Shell command for printing from the server.')
2294 'default_chief_complaint' => array(
2295 xl('Default Reason for Visit'),
2296 'text', // data type
2298 xl('You may put text here as the default complaint in the New Patient Encounter form.')
2301 'default_new_encounter_form' => array(
2302 xl('Default Encounter Form ID'),
2303 'text', // data type
2305 xl('To automatically open the specified form. Some sports teams use football_injury_audit here.')
2308 'MedicareReferrerIsRenderer' => array(
2309 xl('Medicare Referrer Is Renderer'),
2310 'bool', // data type
2311 '0', // default = true
2312 xl('For Medicare only, forces the referring provider to be the same as the rendering provider.')
2315 'post_to_date_benchmark' => array(
2316 xl('Financial Close Date (yyyy-mm-dd)'),
2317 'text', // data type
2318 date('Y-m-d', time() - (10 * 24 * 60 * 60)), // default
2319 xl('The payments posted cannot go below this date.This ensures that after taking the final report nobody post for previous dates.')
2322 'enable_hylafax' => array(
2323 xl('Enable Hylafax Support'),
2324 'bool', // data type
2325 '0', // default
2326 xl('Enable Hylafax Support')
2329 'hylafax_server' => array(
2330 xl('Hylafax Server'),
2331 'text', // data type
2332 'localhost', // default
2333 xl('Hylafax server hostname.')
2336 'hylafax_basedir' => array(
2337 xl('Hylafax Directory'),
2338 'text', // data type
2339 '/var/spool/hylafax', // default
2340 xl('Location where Hylafax stores faxes.')
2343 'hylafax_enscript' => array(
2344 xl('Hylafax Enscript Command'),
2345 'text', // data type
2346 'enscript -M Letter -B -e^ --margins=36:36:36:36', // default
2347 xl('Enscript command used by Hylafax.')
2350 'enable_scanner' => array(
2351 xl('Enable Scanner Support'),
2352 'bool', // data type
2353 '0', // default
2354 xl('Enable Scanner Support')
2357 'scanner_output_directory' => array(
2358 xl('Scanner Directory'),
2359 'text', // data type
2360 '/mnt/scan_docs', // default
2361 xl('Location where scans are stored.')
2365 // Portal Tab
2367 'Portal' => array(
2369 'portal_onsite_two_enable' => array(
2370 xl('Enable Version 2 Onsite Patient Portal'),
2371 'bool', // data type
2372 '0',
2373 xl('Enable Version 2 Onsite Patient Portal.')
2376 'portal_onsite_two_address' => array(
2377 xl('Version 2 Onsite Patient Portal Site Address'),
2378 'text', // data type
2379 'https://your_web_site.com/openemr/portal',
2380 xl('Website link for the Version 2 Onsite Patient Portal.')
2383 'portal_onsite_enable' => array(
2384 xl('Enable Version 1 Onsite Patient Portal'),
2385 'bool', // data type
2386 '0',
2387 xl('Enable Version 1 Onsite Patient Portal.')
2390 'portal_onsite_address' => array(
2391 xl('Version 1 Onsite Patient Portal Site Address'),
2392 'text', // data type
2393 'https://your_web_site.com/openemr/patients',
2394 xl('Website link for the Version 1 Onsite Patient Portal.')
2397 'portal_onsite_document_download' => array(
2398 xl('Enable Onsite Patient Portal Document Download'),
2399 'bool', // data type
2400 '1',
2401 xl('Enables the ability to download documents in the Onsite Patient Portal by the user.')
2404 'portal_offsite_enable' => array(
2405 xl('Enable Offsite Patient Portal'),
2406 'bool', // data type
2407 '0',
2408 xl('Enable Offsite Patient Portal.')
2410 'portal_offsite_providerid' => array(
2411 xl('Offsite Patient Portal Provider ID'),
2412 'text', // data type
2414 xl('Offsite Patient Portal Provider ID(Put Blank If not Registered).')
2417 'portal_offsite_username' => array(
2418 xl('Offsite Patient Portal Username'),
2419 'text', // data type
2421 xl('Offsite Patient Portal Username(Put Blank If not Registered).')
2424 'portal_offsite_password' => array(
2425 xl('Offsite Patient Portal Password'),
2426 'pwd', // data type
2428 xl('Offsite Patient Portal Password(Put Blank If not Registered).')
2431 'portal_offsite_address' => array(
2432 xl('Offsite Patient Portal Site Address'),
2433 'text', // data type
2434 'https://ssh.mydocsportal.com/provider.php',
2435 xl('Offsite Https link for the Patient Portal.')
2438 'portal_offsite_address_patient_link' => array(
2439 xl('Offsite Patient Portal Site Address (Patient Link)'),
2440 'text', // data type
2441 'https://ssh.mydocsportal.com',
2442 xl('Offsite Https link for the Patient Portal.(Patient Link)')
2445 // Currently the "CMS Portal" supports WordPress. Other Content Management
2446 // Systems may be supported in the future.
2448 'gbl_portal_cms_enable' => array(
2449 xl('Enable CMS Portal'),
2450 'bool', // data type
2451 '0',
2452 xl('Enable support for the open source WordPress Portal by Sunset Systems')
2455 'gbl_portal_cms_address' => array(
2456 xl('CMS Portal Site Address'),
2457 'text', // data type
2458 'https://your_cms_site.com/',
2459 xl('URL for the WordPress site that supports the portal')
2462 'gbl_portal_cms_username' => array(
2463 xl('CMS Portal Username'),
2464 'text', // data type
2466 xl('Login name of WordPress user for portal access')
2469 'gbl_portal_cms_password' => array(
2470 xl('CMS Portal Password'),
2471 'text', // data type
2473 xl('Password for the above user')
2478 // Connectors Tab
2480 'Connectors' => array(
2482 'erx_enable' => array(
2483 xl('Enable NewCrop eRx Service'),
2484 'bool',
2485 '0',
2486 xl('Enable NewCrop eRx Service.') + ' ' +
2487 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.')
2490 'erx_newcrop_path' => array(
2491 xl('NewCrop eRx Site Address'),
2492 'text',
2493 'https://secure.newcropaccounts.com/InterfaceV7/RxEntry.aspx',
2494 xl('URL for NewCrop eRx Site Address.')
2497 'erx_newcrop_path_soap' => array(
2498 xl('NewCrop eRx Web Service Address'),
2499 'text',
2500 'https://secure.newcropaccounts.com/v7/WebServices/Update1.asmx?WSDL;https://secure.newcropaccounts.com/v7/WebServices/Patient.asmx?WSDL',
2501 xl('URLs for NewCrop eRx Service Address, separated by a semi-colon.')
2504 'erx_soap_ttl_allergies' => array(
2505 xl('NewCrop eRx SOAP Request Time-To-Live for Allergies'),
2506 'num',
2507 '21600',
2508 xl('Time-To-Live for NewCrop eRx Allergies SOAP Request in seconds.')
2511 'erx_soap_ttl_medications' => array(
2512 xl('NewCrop eRx SOAP Request Time-To-Live for Medications'),
2513 'num',
2514 '21600',
2515 xl('Time-To-Live for NewCrop eRx Medications SOAP Request in seconds.')
2518 'erx_account_partner_name' => array(
2519 xl('NewCrop eRx Partner Name'),
2520 'text',
2522 xl('Partner Name issued for NewCrop eRx service.')
2525 'erx_account_name' => array(
2526 xl('NewCrop eRx Name'),
2527 'text',
2529 xl('Account Name issued for NewCrop eRx service.')
2532 'erx_account_password' => array(
2533 xl('NewCrop eRx Password'),
2534 'pass',
2536 xl('Account Password issued for NewCrop eRx service.')
2539 'erx_account_id' => array(
2540 xl('NewCrop eRx Account Id'),
2541 'text',
2542 '1',
2543 xl('Account Id issued for NewCrop eRx service, used to separate multi-facility accounts.')
2546 'erx_upload_active' => array(
2547 xl('Only upload active prescriptions'),
2548 'bool',
2549 '0',
2550 xl('Only upload active prescriptions to NewCrop eRx.')
2553 'erx_import_status_message' => array(
2554 xl('Enable NewCrop eRx import status message'),
2555 'bool',
2556 '0',
2557 xl('Enable import status message after visiting NewCrop eRx.')
2560 'erx_medication_display' => array(
2561 xl('Do not display NewCrop eRx Medications uploaded'),
2562 'bool',
2563 '0',
2564 xl('Do not display Medications uploaded after visiting NewCrop eRx.')
2567 'erx_allergy_display' => array(
2568 xl('Do not display NewCrop eRx Allergy uploaded'),
2569 'bool',
2570 '0',
2571 xl('Do not display Allergies uploaded after visiting NewCrop eRx.')
2574 'erx_default_patient_country' => array(
2575 xl('NewCrop eRx Default Patient Country'),
2576 array(
2577 '' => '',
2578 'US' => xl('USA'),
2579 'CA' => xl('Canada'),
2580 'MX' => xl('Mexico'),
2583 xl('Default Patient Country sent to NewCrop eRx, only if patient country is not set.'),
2586 'erx_debug_setting' => array(
2587 xl('NewCrop eRx Debug Setting'),
2588 array(
2589 0 => xl('None'),
2590 1 => xl('Request Only'),
2591 2 => xl('Response Only'),
2592 3 => xl('Request & Response'),
2594 '0',
2595 xl('Log all NewCrop eRx Requests and / or Responses.'),
2598 'ccda_alt_service_enable' => array(
2599 xl('Enable C-CDA Alternate Service'),
2600 array(
2601 0 => xl('Off'),
2602 1 => xl('Care Coordination Only'),
2603 2 => xl('Portal Only'),
2604 3 => xl('Both'),
2606 '0',
2607 xl('Enable C-CDA Alternate Service')
2610 'phimail_enable' => array(
2611 xl('Enable phiMail Direct Messaging Service'),
2612 'bool', // data type
2613 '0',
2614 xl('Enable phiMail Direct Messaging Service')
2617 'phimail_server_address' => array(
2618 xl('phiMail Server Address'),
2619 'text', // data type
2620 'https://phimail.example.com:32541',
2621 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2624 'phimail_username' => array(
2625 xl('phiMail Username'),
2626 'text', // data type
2628 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2631 'phimail_password' => array(
2632 xl('phiMail Password'),
2633 'pass', // data type
2635 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2638 'phimail_notify' => array(
2639 xl('phiMail notification user'),
2640 'text', // data type
2641 'admin',
2642 xl('This user will receive notification of new incoming Direct messages')
2645 'phimail_interval' => array(
2646 xl('phiMail Message Check Interval (minutes)'),
2647 'num', // data type
2648 '5',
2649 xl('Interval between message checks (set to zero for manual checks only)')
2652 'phimail_ccd_enable' => array(
2653 xl('phiMail Allow CCD Send'),
2654 'bool', // data type
2655 '0',
2656 xl('phiMail Allow CCD Send')
2659 'phimail_ccr_enable' => array(
2660 xl('phiMail Allow CCR Send'),
2661 'bool', // data type
2662 '0',
2663 xl('phiMail Allow CCR Send')
2667 'Rx' => array(
2668 'rx_enable_DEA' => array(
2669 xl('Rx Enable DEA #'),
2670 'bool', // data type
2671 '1',
2672 xl('Rx Enable DEA #')
2674 'rx_show_DEA' => array(
2675 xl('Rx Show DEA #'),
2676 'bool', // data type
2677 '0',
2678 xl('Rx Show DEA #')
2680 'rx_enable_NPI' => array(
2681 xl('Rx Enable NPI'),
2682 'bool', // data type
2683 '0',
2684 xl('Rx Enable NPI')
2686 'rx_show_NPI' => array(
2687 xl('Rx Show NPI'),
2688 'bool', // data type
2689 '0',
2690 xl('Rx Show NPI')
2692 'rx_enable_SLN' => array(
2693 xl('Rx Enable State Lic. #'),
2694 'bool', // data type
2695 '0',
2696 xl('Rx Enable State Lic. #')
2698 'rx_show_SLN' => array(
2699 xl('Rx Show State Lic. #'),
2700 'bool', // data type
2701 '0',
2702 xl('Rx Show State Lic. #')
2704 'rx_show_drug-drug' => array(
2705 xl('Rx NLM Drug-Drug'),
2706 'bool', // data type
2707 '0',
2708 xl('Rx NLM Drug-Drug')
2710 'rx_paper_size' => array(
2711 xl('Rx Paper Size'), // descriptive name
2712 array(
2713 'LETTER' => xl('Letter Paper Size'),
2714 'LEGAL' => xl('Legal Paper Size'),
2715 'FOLIO' => xl('Folio Paper Size'),
2716 'EXECUTIVE' => xl('Executive Paper Size'),
2717 '4A0' => ('4A0' . " " . xl('Paper Size')),
2718 '2A0' => ('2A0' . " " . xl('Paper Size')),
2719 'A0' => ('A0' . " " . xl('Paper Size')),
2720 'A1' => ('A1' . " " . xl('Paper Size')),
2721 'A2' => ('A2' . " " . xl('Paper Size')),
2722 'A3' => ('A3' . " " . xl('Paper Size')),
2723 'A4' => ('A4' . " " . xl('Paper Size')),
2724 'A5' => ('A5' . " " . xl('Paper Size')),
2725 'A6' => ('A6' . " " . xl('Paper Size')),
2726 'A7' => ('A7' . " " . xl('Paper Size')),
2727 'A8' => ('A8' . " " . xl('Paper Size')),
2728 'A9' => ('A9' . " " . xl('Paper Size')),
2729 'A10' => ('A10' . " " . xl('Paper Size')),
2730 'B0' => ('B0' . " " . xl('Paper Size')),
2731 'B1' => ('B1' . " " . xl('Paper Size')),
2732 'B2' => ('B2' . " " . xl('Paper Size')),
2733 'B3' => ('B3' . " " . xl('Paper Size')),
2734 'B4' => ('B4' . " " . xl('Paper Size')),
2735 'B5' => ('B5' . " " . xl('Paper Size')),
2736 'B6' => ('B6' . " " . xl('Paper Size')),
2737 'B7' => ('B7' . " " . xl('Paper Size')),
2738 'B8' => ('B8' . " " . xl('Paper Size')),
2739 'B9' => ('B9' . " " . xl('Paper Size')),
2740 'B10' => ('B10' . " " . xl('Paper Size')),
2741 'C0' => ('C0' . " " . xl('Paper Size')),
2742 'C1' => ('C1' . " " . xl('Paper Size')),
2743 'C2' => ('C2' . " " . xl('Paper Size')),
2744 'C3' => ('C3' . " " . xl('Paper Size')),
2745 'C4' => ('C4' . " " . xl('Paper Size')),
2746 'C5' => ('C5' . " " . xl('Paper Size')),
2747 'C6' => ('C6' . " " . xl('Paper Size')),
2748 'C7' => ('C7' . " " . xl('Paper Size')),
2749 'C8' => ('C8' . " " . xl('Paper Size')),
2750 'C9' => ('C9' . " " . xl('Paper Size')),
2751 'C10' => ('C10' . " " . xl('Paper Size')),
2752 'RA0' => ('RA0' . " " . xl('Paper Size')),
2753 'RA1' => ('RA1' . " " . xl('Paper Size')),
2754 'RA2' => ('RA2' . " " . xl('Paper Size')),
2755 'RA3' => ('RA3' . " " . xl('Paper Size')),
2756 'RA4' => ('RA4' . " " . xl('Paper Size')),
2757 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
2758 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
2759 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
2760 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
2761 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
2763 'LETTER', // default = tree menu
2764 xl('Rx Paper Size')
2766 'rx_left_margin' => array(
2767 xl('Rx Left Margin (px)'),
2768 'num',
2769 '30',
2770 xl('Rx Left Margin (px)')
2772 'rx_right_margin' => array(
2773 xl('Rx Right Margin (px)'),
2774 'num',
2775 '30',
2776 xl('Rx Right Margin (px)')
2778 'rx_top_margin' => array(
2779 xl('Rx Top Margin (px)'),
2780 'num',
2781 '72',
2782 xl('Rx Top Margin (px)')
2784 'rx_bottom_margin' => array(
2785 xl('Rx Bottom Margin (px)'),
2786 'num',
2787 '30',
2788 xl('Rx Bottom Margin (px)')
2792 'PDF' => array(
2793 'pdf_layout' => array(
2794 xl('Layout'),
2795 array(
2796 'P' => xl('Portrait'),
2797 'L' => xl('Landscape')
2799 'P', //defaut
2800 xl("Choose Layout Direction"),
2802 'pdf_language' => array(
2803 xl('PDF Language'),
2804 array(
2805 'aa' => xl('Afar'),
2806 'af' => xl('Afrikaans'),
2807 'ak' => xl('Akan'),
2808 'sq' => xl('Albanian'),
2809 'am' => xl('Amharic'),
2810 'ar' => xl('Arabic'),
2811 'an' => xl('Aragonese'),
2812 'hy' => xl('Armenian'),
2813 'as' => xl('Assamese'),
2814 'av' => xl('Avaric'),
2815 'ae' => xl('Avestan'),
2816 'ay' => xl('Aymara'),
2817 'az' => xl('Azerbaijani'),
2818 'bm' => xl('Bambara'),
2819 'ba' => xl('Bashkir'),
2820 'eu' => xl('Basque'),
2821 'be' => xl('Belarusian'),
2822 'bn' => xl('Bengali- Bangla'),
2823 'bh' => xl('Bihari'),
2824 'bi' => xl('Bislama'),
2825 'bs' => xl('Bosnian'),
2826 'br' => xl('Breton'),
2827 'bg' => xl('Bulgarian'),
2828 'my' => xl('Burmese'),
2829 'ca' => xl('Catalan- Valencian'),
2830 'ch' => xl('Chamorro'),
2831 'ce' => xl('Chechen'),
2832 'ny' => xl('Chichewa- Chewa- Nyanja'),
2833 'zh' => xl('Chinese'),
2834 'cv' => xl('Chuvash'),
2835 'kw' => xl('Cornish'),
2836 'co' => xl('Corsican'),
2837 'cr' => xl('Cree'),
2838 'hr' => xl('Croatian'),
2839 'cs' => xl('Czech'),
2840 'da' => xl('Danish'),
2841 'dv' => xl('Divehi- Dhivehi- Maldivian-'),
2842 'nl' => xl('Dutch'),
2843 'dz' => xl('Dzongkha'),
2844 'en' => xl('English'),
2845 'eo' => xl('Esperanto'),
2846 'et' => xl('Estonian'),
2847 'ee' => xl('Ewe'),
2848 'fo' => xl('Faroese'),
2849 'fj' => xl('Fijian'),
2850 'fi' => xl('Finnish'),
2851 'fr' => xl('French'),
2852 'ff' => xl('Fula- Fulah- Pulaar- Pular'),
2853 'gl' => xl('Galician'),
2854 'ka' => xl('Georgian'),
2855 'de' => xl('German'),
2856 'el' => xl('Greek, Modern'),
2857 'gn' => xl('Guarani'),
2858 'gu' => xl('Gujarati'),
2859 'ht' => xl('Haitian- Haitian Creole'),
2860 'ha' => xl('Hausa'),
2861 'he' => xl('Hebrew (modern)'),
2862 'hz' => xl('Herero'),
2863 'hi' => xl('Hindi'),
2864 'ho' => xl('Hiri Motu'),
2865 'hu' => xl('Hungarian'),
2866 'ia' => xl('Interlingua'),
2867 'id' => xl('Indonesian'),
2868 'ie' => xl('Interlingue'),
2869 'ga' => xl('Irish'),
2870 'ig' => xl('Igbo'),
2871 'ik' => xl('Inupiaq'),
2872 'io' => xl('Ido'),
2873 'is' => xl('Icelandic'),
2874 'it' => xl('Italian'),
2875 'iu' => xl('Inuktitut'),
2876 'ja' => xl('Japanese'),
2877 'jv' => xl('Javanese'),
2878 'kl' => xl('Kalaallisut, Greenlandic'),
2879 'kn' => xl('Kannada'),
2880 'kr' => xl('Kanuri'),
2881 'ks' => xl('Kashmiri'),
2882 'kk' => xl('Kazakh'),
2883 'km' => xl('Khmer'),
2884 'ki' => xl('Kikuyu, Gikuyu'),
2885 'rw' => xl('Kinyarwanda'),
2886 'ky' => xl('Kyrgyz'),
2887 'kv' => xl('Komi'),
2888 'kg' => xl('Kongo'),
2889 'ko' => xl('Korean'),
2890 'ku' => xl('Kurdish'),
2891 'kj' => xl('Kwanyama, Kuanyama'),
2892 'la' => xl('Latin'),
2893 'lb' => xl('Luxembourgish, Letzeburgesch'),
2894 'lg' => xl('Ganda'),
2895 'li' => xl('Limburgish, Limburgan, Limburger'),
2896 'ln' => xl('Lingala'),
2897 'lo' => xl('Lao'),
2898 'lt' => xl('Lithuanian'),
2899 'lu' => xl('Luba-Katanga'),
2900 'lv' => xl('Latvian'),
2901 'gv' => xl('Manx'),
2902 'mk' => xl('Macedonian'),
2903 'mg' => xl('Malagasy'),
2904 'ms' => xl('Malay'),
2905 'ml' => xl('Malayalam'),
2906 'mt' => xl('Maltese'),
2907 'mi' => xl('Maori'),
2908 'mr' => xl('Marathi (Marathi)'),
2909 'mh' => xl('Marshallese'),
2910 'mn' => xl('Mongolian'),
2911 'na' => xl('Nauru'),
2912 'nv' => xl('Navajo, Navaho'),
2913 'nb' => xl('Norwegian Bokmal'),
2914 'nd' => xl('North Ndebele'),
2915 'ne' => xl('Nepali'),
2916 'ng' => xl('Ndonga'),
2917 'nn' => xl('Norwegian Nynorsk'),
2918 'no' => xl('Norwegian'),
2919 'ii' => xl('Nuosu'),
2920 'nr' => xl('South Ndebele'),
2921 'oc' => xl('Occitan'),
2922 'oj' => xl('Ojibwe, Ojibwa'),
2923 'cu' => xl('Old Church Slavonic, Church Slavonic, Old Bulgarian'),
2924 'om' => xl('Oromo'),
2925 'or' => xl('Oriya'),
2926 'os' => xl('Ossetian, Ossetic'),
2927 'pa' => xl('Panjabi, Punjabi'),
2928 'pi' => xl('Pali'),
2929 'fa' => xl('Persian (Farsi)'),
2930 'pl' => xl('Polish'),
2931 'ps' => xl('Pashto, Pushto'),
2932 'pt' => xl('Portuguese'),
2933 'qu' => xl('Quechua'),
2934 'rm' => xl('Romansh'),
2935 'rn' => xl('Kirundi'),
2936 'ro' => xl('Romanian'),
2937 'ru' => xl('Russian'),
2938 'sa' => xl('Sanskrit (Samskrta)'),
2939 'sc' => xl('Sardinian'),
2940 'sd' => xl('Sindhi'),
2941 'se' => xl('Northern Sami'),
2942 'sm' => xl('Samoan'),
2943 'sg' => xl('Sango'),
2944 'sr' => xl('Serbian'),
2945 'gd' => xl('Scottish Gaelic- Gaelic'),
2946 'sn' => xl('Shona'),
2947 'si' => xl('Sinhala, Sinhalese'),
2948 'sk' => xl('Slovak'),
2949 'sl' => xl('Slovene'),
2950 'so' => xl('Somali'),
2951 'st' => xl('Southern Sotho'),
2952 'es' => xl('Spanish- Castilian'),
2953 'su' => xl('Sundanese'),
2954 'sw' => xl('Swahili'),
2955 'ss' => xl('Swati'),
2956 'sv' => xl('Swedish'),
2957 'ta' => xl('Tamil'),
2958 'te' => xl('Telugu'),
2959 'tg' => xl('Tajik'),
2960 'th' => xl('Thai'),
2961 'ti' => xl('Tigrinya'),
2962 'bo' => xl('Tibetan Standard, Tibetan, Central'),
2963 'tk' => xl('Turkmen'),
2964 'tl' => xl('Tagalog'),
2965 'tn' => xl('Tswana'),
2966 'to' => xl('Tonga (Tonga Islands)'),
2967 'tr' => xl('Turkish'),
2968 'ts' => xl('Tsonga'),
2969 'tt' => xl('Tatar'),
2970 'tw' => xl('Twi'),
2971 'ty' => xl('Tahitian'),
2972 'ug' => xl('Uyghur, Uighur'),
2973 'uk' => xl('Ukrainian'),
2974 'ur' => xl('Urdu'),
2975 'uz' => xl('Uzbek'),
2976 've' => xl('Venda'),
2977 'vi' => xl('Vietnamese'),
2978 'vo' => xl('Volapuk'),
2979 'wa' => xl('Walloon'),
2980 'cy' => xl('Welsh'),
2981 'wo' => xl('Wolof'),
2982 'fy' => xl('Western Frisian'),
2983 'xh' => xl('Xhosa'),
2984 'yi' => xl('Yiddish'),
2985 'yo' => xl('Yoruba'),
2986 'za' => xl('Zhuang, Chuang'),
2987 'zu' => xl('Zulu'),
2989 'en', // default English
2990 xl('Choose PDF languange Preference'),
2992 'pdf_size' => array(
2993 xl('Paper Size'), // Descriptive Name
2994 array(
2995 'LETTER' => xl('Letter Paper Size'),
2996 'LEGAL' => xl('Legal Paper Size'),
2997 'FOLIO' => xl('Folio Paper Size'),
2998 'EXECUTIVE' => xl('Executive Paper Size'),
2999 '4A0' => ('4A0' . " " . xl('Paper Size')),
3000 '2A0' => ('2A0' . " " . xl('Paper Size')),
3001 'A0' => ('A0' . " " . xl('Paper Size')),
3002 'A1' => ('A1' . " " . xl('Paper Size')),
3003 'A2' => ('A2' . " " . xl('Paper Size')),
3004 'A3' => ('A3' . " " . xl('Paper Size')),
3005 'A4' => ('A4' . " " . xl('Paper Size')),
3006 'A5' => ('A5' . " " . xl('Paper Size')),
3007 'A6' => ('A6' . " " . xl('Paper Size')),
3008 'A7' => ('A7' . " " . xl('Paper Size')),
3009 'A8' => ('A8' . " " . xl('Paper Size')),
3010 'A9' => ('A9' . " " . xl('Paper Size')),
3011 'A10' => ('A10' . " " . xl('Paper Size')),
3012 'B0' => ('B0' . " " . xl('Paper Size')),
3013 'B1' => ('B1' . " " . xl('Paper Size')),
3014 'B2' => ('B2' . " " . xl('Paper Size')),
3015 'B3' => ('B3' . " " . xl('Paper Size')),
3016 'B4' => ('B4' . " " . xl('Paper Size')),
3017 'B5' => ('B5' . " " . xl('Paper Size')),
3018 'B6' => ('B6' . " " . xl('Paper Size')),
3019 'B7' => ('B7' . " " . xl('Paper Size')),
3020 'B8' => ('B8' . " " . xl('Paper Size')),
3021 'B9' => ('B9' . " " . xl('Paper Size')),
3022 'B10' => ('B10' . " " . xl('Paper Size')),
3023 'C0' => ('C0' . " " . xl('Paper Size')),
3024 'C1' => ('C1' . " " . xl('Paper Size')),
3025 'C2' => ('C2' . " " . xl('Paper Size')),
3026 'C3' => ('C3' . " " . xl('Paper Size')),
3027 'C4' => ('C4' . " " . xl('Paper Size')),
3028 'C5' => ('C5' . " " . xl('Paper Size')),
3029 'C6' => ('C6' . " " . xl('Paper Size')),
3030 'C7' => ('C7' . " " . xl('Paper Size')),
3031 'C8' => ('C8' . " " . xl('Paper Size')),
3032 'C9' => ('C9' . " " . xl('Paper Size')),
3033 'C10' => ('C10' . " " . xl('Paper Size')),
3034 'RA0' => ('RA0' . " " . xl('Paper Size')),
3035 'RA1' => ('RA1' . " " . xl('Paper Size')),
3036 'RA2' => ('RA2' . " " . xl('Paper Size')),
3037 'RA3' => ('RA3' . " " . xl('Paper Size')),
3038 'RA4' => ('RA4' . " " . xl('Paper Size')),
3039 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
3040 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
3041 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
3042 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
3043 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
3045 'LETTER',
3046 xl('Choose Paper Size')
3048 'pdf_left_margin' => array(
3049 xl('Left Margin (mm)'),
3050 'num',
3051 '5',
3052 xl('Left Margin (mm)')
3054 'pdf_right_margin' => array(
3055 xl('Right Margin (mm)'),
3056 'num',
3057 '5',
3058 xl('Right Margin (mm)')
3060 'pdf_top_margin' => array(
3061 xl('Top Margin (mm)'),
3062 'num',
3063 '5',
3064 xl('Top Margin (mm)')
3066 'pdf_bottom_margin' => array(
3067 xl('Bottom Margin (px)'),
3068 'num',
3069 '8',
3070 xl('Bottom Margin (px)')
3072 'pdf_output' => array(
3073 xl('Output Type'),
3074 array(
3075 'D' => xl('Download'),
3076 'I' => xl('Inline')
3078 'D', //defaut
3079 xl("Choose Download or Display Inline"),
3082 'chart_label_type' => array(
3083 xl('Patient Label Type'),
3084 array(
3085 '0' => xl('None'),
3086 '1' => '5160',
3087 '2' => '5161',
3088 '3' => '5162'
3090 '1', // default
3091 xl('Avery Label type for printing patient labels from popups in left nav screen'),
3094 'barcode_label_type' => array(
3095 xl('Barcode Label Type'),
3096 array(
3097 '0' => xl('None'),
3098 '1' => 'std25',
3099 '2' => 'int25',
3100 '3' => 'ean8',
3101 '4' => 'ean13',
3102 '5' => 'upc',
3103 '6' => 'code11',
3104 '7' => 'code39',
3105 '8' => 'code93',
3106 '9' => 'code128',
3107 '10' => 'codabar',
3108 '11' => 'msi',
3109 '12' => 'datamatrix'
3111 '9', // default = None
3112 xl('Barcode type for printing barcode labels from popups in left nav screen.')
3115 'addr_label_type' => array(
3116 xl('Print Patient Address Label'),
3117 'bool', // data type
3118 '1', // default = false
3119 xl('Select to print patient address labels from popups in left nav screen.')
3122 'env_x_width' => array(
3123 xl('Envelope Width in mm'),
3124 'num', // data type
3125 '104.775',
3126 xl('In Portrait mode, determines the width of the envelope along the x-axis in mm')
3129 'env_y_height' => array(
3130 xl('Envelope Height in mm'),
3131 'num', // data type
3132 '241.3',
3133 xl('In Portrait mode, determines the height of the envelope along the y-axis in mm')
3136 'env_font_size' => array(
3137 xl('Font Size in Pt'),
3138 'num', // data type
3139 '14',
3140 xl('Sets the font of the address text on the envelope in mm')
3143 'env_x_dist' => array(
3144 xl('Envelope x-axis starting pt'),
3145 'num', // data type
3146 '65',
3147 xl('Distance from the \'top\' of the envelope in mm')
3150 'env_y_dist' => array(
3151 xl('Envelope y-axis starting pt'),
3152 'num', // data type
3153 '220',
3154 xl(' Distance from the right most edge of the envelope in portrait position in mm')