simple fix for hylafax
[openemr.git] / library / globals.inc.php
blob2ec9734c29fc5c71b87dce8036cfa528b51d0a29
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 'Connectors');
101 $USER_SPECIFIC_GLOBALS = array('default_top_pane',
102 'new_tabs_layout',
103 'theme_tabs_layout',
104 'css_header',
105 'menu_styling_vertical',
106 'gbl_pt_list_page_size',
107 'gbl_pt_list_new_window',
108 'units_of_measurement',
109 'us_weight_format',
110 'date_display_format',
111 'time_display_format',
112 'ledger_begin_date',
113 'print_next_appointment_on_ledger',
114 'calendar_view_type',
115 'event_color',
116 'pat_trkr_timer',
117 'ptkr_visit_reason',
118 'checkout_roll_off',
119 'erx_import_status_message');
121 // Gets array of time zones supported by PHP.
123 function gblTimeZones()
125 $zones = timezone_identifiers_list();
126 $arr = array('' => xl('Unassigned'));
127 foreach ($zones as $zone) {
128 $arr[$zone] = str_replace('_', ' ', $zone);
130 return $arr;
133 $GLOBALS_METADATA = array(
135 // Appearance Tab
137 'Appearance' => array(
139 'default_top_pane' => array(
140 xl('Main Top Pane Screen'), // descriptive name
141 array(
142 'main_info.php' => xl('Calendar Screen'),
143 '../new/new.php' => xl('Patient Search/Add Screen'),
144 '../../interface/main/finder/dynamic_finder.php' => xl('Patient Finder Screen'),
145 '../../interface/patient_tracker/patient_tracker.php?skip_timeout_reset=1' => xl('Patient Flow Board'),
147 'main_info.php', // default = calendar
148 xl('Type of screen layout')
151 'new_tabs_layout' => array(
152 xl('Layout (need to logout/login after change this setting)'),
153 array(
154 '0' => xl('Frame'),
155 '1' => xl('Tabs'),
157 '1',
158 xl('Choose the layout (need to logout and then login to see this new setting).')
161 'theme_tabs_layout' => array(
162 xl('Tabs Layout Theme (need to logout/login after change this setting)'),
163 'tabs_css',
164 'tabs_style_full.css',
165 xl('Theme of the tabs layout (need to logout and then login to see this new setting).')
168 'css_header' => array(
169 xl('General Theme (need to logout/login after change this setting)'),
170 'css',
171 'style_light.css',
172 xl('Pick a general theme (need to logout/login after change this setting).')
175 'font-family' => [
176 xl('Default font (need to logout/login after change this setting)'),
178 '__default__' => 'Use Theme Font',
179 'Arial, Helvetica, sans-serif' => "Arial",
180 '"Arial Black", Gadget, sans-serif' => "Arial Black",
181 'Impact, Charcoal, sans-serif' => "Impact",
182 '"Lucida Sans Unicode", "Lucida Grande", sans-serif' => "Lucida Sans",
183 'Tahoma, Geneva, sans-serif' => "Tahoma",
184 '"Trebuchet MS", Helvetica, sans-serif' => "Trebuchet MS",
185 'Verdana, Geneva, sans-serif' => "Verdana",
186 'lato' => "Lato",
188 '__default__',
189 xl('Select the default font'),
192 'font-size' => [
193 xl('Default font size (need to logout/login after change this setting)'),
195 '__default__' => 'Use Theme Font Size',
196 '10px' => '10px',
197 '12px' => '12px',
198 '14px' => '14px',
199 '16px' => '16px',
200 '18px' => '18px',
202 '__default__',
203 xl("Select the default font size"),
206 'menu_styling_vertical' => array(
207 xl('Vertical Menu Style'),
208 array(
209 '0' => xl('Tree'),
210 '1' => xl('Sliding'),
212 '1',
213 xl('Vertical Menu Style')
216 'default_encounter_view' => array(
217 xl('Default Encounter View'), // descriptive name
218 array(
219 '0' => xl('Clinical View'),
220 '1' => xl('Billing View'),
222 '0', // default = tree menu
223 xl('Choose your default encounter view')
226 'gbl_nav_area_width' => array(
227 xl('Navigation Area Width'),
228 'num',
229 '150',
230 xl('Width in pixels of the left navigation frame.')
233 'openemr_name' => array(
234 xl('Application Title'),
235 'text',
236 'OpenEMR',
237 xl('Application name for login page and main window title.')
240 'enable_group_therapy' => array(
241 xl('Enable Group Therapy'),
242 'bool', // data type
243 '0', // default = false
244 xl('Enables groups module in system.')
247 'full_new_patient_form' => array(
248 xl('New Patient Form'),
250 array(
251 '0' => xl('Old-style static form without search or duplication check'),
252 '1' => xl('All demographics fields, with search and duplication check'),
253 '2' => xl('Mandatory or specified fields only, search and dup check'),
254 '3' => xl('Mandatory or specified fields only, dup check, no search'),
255 '4' => xl('Mandatory or specified fields only, use patient validation Zend module'),
257 '1', // default
258 xl('Style of form used for adding new patients')
261 'gbl_edit_patient_form' => array(
262 xl('Modify Patient Form'),
264 array(
265 '0' => xl('Standard check'),
266 '1' => xl('Zend Module check in addition to standard check')
268 '0', // default
269 xl('Validation mechanism for when modifying patient demographics.')
272 'patient_search_results_style' => array(
273 xl('Patient Search Results Style'),
274 array(
275 '0' => xl('Encounter statistics'),
276 '1' => xl('Mandatory and specified fields'),
278 '0', // default
279 xl('Type of columns displayed for patient search results')
282 'gbl_tall_nav_area' => array(
283 xl('Tall Navigation Area'),
284 'bool', // data type
285 '0', // default = false
286 xl('Navigation area uses full height of frameset')
289 'gbl_nav_visit_forms' => array(
290 xl('Navigation Area Visit Forms'),
291 'bool', // data type
292 '1', // default = true
293 xl('Navigation area includes encounter forms')
296 'simplified_demographics' => array(
297 xl('Simplified Demographics'),
298 'bool', // data type
299 '0', // default = false
300 xl('Omit insurance and some other things from the demographics form')
303 'simplified_prescriptions' => array(
304 xl('Simplified Prescriptions'),
305 'bool', // data type
306 '0', // default = false
307 xl('Omit form, route and interval which then become part of dosage')
310 'simplified_copay' => array(
311 xl('Simplified Co-Pay'),
312 'bool', // data type
313 '0', // default = false
314 xl('Omit method of payment from the co-pay panel')
317 'use_charges_panel' => array(
318 xl('Use Charges Panel'),
319 'bool', // data type
320 '0', // default = false
321 xl('Enables the old Charges panel for entering billing codes and payments. Not recommended, use the Fee Sheet instead.')
324 // TajEmo Work BY CB 2012/06/21 10:42:31 AM added option to Hide Fees
325 'enable_fees_in_left_menu' => array(
326 xl('Enable Fees Submenu'),
327 'bool', // data type
328 '1', // default = true
329 xl('Enable Fees Submenu')
331 'enable_batch_payment' => array(
332 xl('Enable Batch Payment'),
333 'bool', // data type
334 '1', // default = true
335 xl('Enable Batch Payment')
337 'enable_posting' => array(
338 xl('Enable Posting'),
339 'bool', // data type
340 '1', // default = true
341 xl('Enable Posting')
343 // EDI history 2012-09-13
344 'enable_edihistory_in_left_menu' => array(
345 xl('Enable EDI History'),
346 'bool', // data type
347 '1', // default = true
348 xl('EDI History (under Fees) for storing and interpreting EDI claim response files')
351 'online_support_link' => array(
352 xl('Online Support Link'),
353 'text', // data type
354 'http://open-emr.org/',
355 xl('URL for OpenEMR support.')
358 'support_phone_number' => array(
359 xl('Support Phone Number'),
360 'text',
362 xl('Phone Number for Vendor Support that Appears on the About Page.')
365 'encounter_page_size' => array(
366 xl('Encounter Page Size'),
367 array(
368 '0' => xl('Show All'),
369 '5' => '5',
370 '10' => '10',
371 '15' => '15',
372 '20' => '20',
373 '25' => '25',
374 '50' => '50',
376 '20',
377 xl('Number of encounters to display per page.')
380 'gbl_pt_list_page_size' => array(
381 xl('Patient List Page Size'),
382 array(
383 '10' => '10',
384 '25' => '25',
385 '50' => '50',
386 '100' => '100',
388 '10',
389 xl('Number of patients to display per page in the patient list.')
392 'gbl_pt_list_new_window' => array(
393 xl('Patient List New Window'),
394 'bool', // data type
395 '0', // default = false
396 xl('Default state of New Window checkbox in the patient list.')
399 'gbl_vitals_options' => array(
400 xl('Vitals Form Options'),
401 array(
402 '0' => xl('Standard'),
403 '1' => xl('Omit circumferences'),
405 '0', // default
406 xl('Special treatment for the Vitals form')
409 'insurance_information' => array(
410 xl('Show Additional Insurance Information'), // descriptive name
411 array(
412 '0' => xl('None'),
413 '1' => xl('Address Only'),
414 '2' => xl('Address and Postal Code'),
415 '3' => xl('Address and State'),
416 '4' => xl('Address, State and Postal Code'),
417 '5' => xl('Address, City, State and Postal Code'),
418 '6' => xl('Postal Code and Box Number')
420 '5', // default
421 xl('Show Insurance Address Information in the Insurance Panel of Demographics.')
424 'gb_how_sort_list' => array(
425 xl('How to sort a drop-lists'),
426 array(
427 '0' => 'Sort by seq',
428 '1' => 'Sort alphabetically'
430 '0',
431 xl('What kind of sorting will be in the drop lists.')
434 'show_label_login' => array(
435 xl('Show Title on Login'),
436 'bool', // data type
437 '0', // default = false
438 xl('Show Title on Login')
441 'extra_logo_login' => array(
442 xl('Show Extra Logo on Login'),
443 'bool', // data type
444 '0', // default = false
445 xl('Show Extra Logo on Login')
448 'tiny_logo_1' => array(
449 xl('Show Mini Logo 1'),
450 'bool', // data type
451 '0', // default = false
452 xl('Show Mini Logo 1')
455 'tiny_logo_2' => array(
456 xl('Show Mini Logo 2'),
457 'bool', // data type
458 '0', // default = false
459 xl('Show Mini Logo 2')
464 // Locale Tab
466 'Locale' => array(
468 'language_default' => array(
469 xl('Default Language'),
470 'lang', // data type
471 'English (Standard)', // default = english
472 xl('Default language if no other is allowed or chosen.')
475 'language_menu_showall' => array(
476 xl('All Languages Allowed'),
477 'bool', // data type
478 '1', // default = true
479 xl('Allow all available languages as choices on menu at login.')
482 'language_menu_other' => array(
483 xl('Allowed Languages'),
484 'm_lang', // data type
485 '', // default = none
486 xl('Select which languages, if any, may be chosen at login. (only pertinent if above All Languages Allowed is turned off)')
489 'allow_debug_language' => array(
490 xl('Allow Debugging Language'),
491 'bool', // data type
492 '1', // default = true during development and false for production releases
493 xl('This will allow selection of the debugging (\'dummy\') language.')
496 'translate_no_safe_apostrophe' => array(
497 xl('Do Not Use Safe Apostrophe'),
498 'bool', // data type
499 '0', // default = false
500 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)')
503 'translate_layout' => array(
504 xl('Translate Layouts'),
505 'bool', // data type
506 '1', // default = true
507 xl('Is text from form layouts to be translated?')
510 'translate_lists' => array(
511 xl('Translate Lists'),
512 'bool', // data type
513 '1', // default = true
514 xl('Is text from lists to be translated?')
517 'translate_gacl_groups' => array(
518 xl('Translate Access Control Groups'),
519 'bool', // data type
520 '1', // default = true
521 xl('Are access control group names to be translated?')
524 'translate_form_titles' => array(
525 xl('Translate Patient Note Titles'),
526 'bool', // data type
527 '1', // default = true
528 xl('Are patient note titles to be translated?')
531 'translate_document_categories' => array(
532 xl('Translate Document Categories'),
533 'bool', // data type
534 '1', // default = true
535 xl('Are document category names to be translated?')
538 'translate_appt_categories' => array(
539 xl('Translate Appointment Categories'),
540 'bool', // data type
541 '1', // default = true
542 xl('Are appointment category names to be translated?')
545 'units_of_measurement' => array(
546 xl('Units for Visit Forms'),
547 array(
548 '1' => xl('Show both US and metric (main unit is US)'),
549 '2' => xl('Show both US and metric (main unit is metric)'),
550 '3' => xl('Show US only'),
551 '4' => xl('Show metric only'),
553 '1', // default = Both/US
554 xl('Applies to the Vitals form and Growth Chart')
557 'us_weight_format' => array(
558 xl('Display Format for US Weights'),
559 array(
560 '1' => xl('Show pounds as decimal value'),
561 '2' => xl('Show pounds and ounces')
563 '1',
564 xl('Applies to Vitals form')
567 'phone_country_code' => array(
568 xl('Telephone Country Code'),
569 'num',
570 '1', // default = North America
571 xl('1 = North America. See http://www.wtng.info/ for a list of other country codes.')
574 'date_display_format' => array(
575 xl('Date Display Format'),
576 array(
577 '0' => xl('YYYY-MM-DD'),
578 '1' => xl('MM/DD/YYYY'),
579 '2' => xl('DD/MM/YYYY'),
581 '0',
582 xl('Format used to display most dates.')
585 'time_display_format' => array(
586 xl('Time Display Format'),
587 array(
588 '0' => xl('24 hr'),
589 '1' => xl('12 hr'),
591 '0',
592 xl('Format used to display most times.')
595 'gbl_time_zone' => array(
596 xl('Time Zone'),
597 gblTimeZones(),
599 xl('If unassigned will default to php.ini setting for date.timezone.')
602 'currency_decimals' => array(
603 xl('Currency Decimal Places'),
604 array(
605 '0' => xl('0'),
606 '1' => xl('1'),
607 '2' => xl('2'),
609 '2',
610 xl('Number of digits after decimal point for currency, usually 0 or 2.')
613 'currency_dec_point' => array(
614 xl('Currency Decimal Point Symbol'),
615 array(
616 '.' => xl('Period'),
617 ',' => xl('Comma'),
619 '.',
620 xl('Symbol used as the decimal point for currency. Not used if Decimal Places is 0.')
623 'currency_thousands_sep' => array(
624 xl('Currency Thousands Separator'),
625 array(
626 ',' => xl('Comma'),
627 '.' => xl('Period'),
628 ' ' => xl('Space'),
629 '' => xl('None'),
631 ',',
632 xl('Symbol used to separate thousands for currency.')
635 'gbl_currency_symbol' => array(
636 xl('Currency Designator'),
637 'text', // data type
638 '$', // default
639 xl('Code or symbol to indicate currency')
641 'age_display_format' => array(xl('Age Display Format'),
642 array(
643 '0' => xl('Years or months'),
644 '1' => xl('Years, months and days')
646 '0',
647 xl('Format for age display')
649 'age_display_limit' => array(
650 xl('Age in Years for Display Format Change'),
651 'num',
652 '3',
653 xl('If YMD is selected for age display, switch to just Years when patients older than this value in years')
655 // Reference - https://en.wikipedia.org/wiki/Workweek_and_weekend#Around_the_world
656 'weekend_days' => array(
657 xl('Your weekend days'),
658 array(
659 '6,0' => xl('Saturday') . ' - ' . xl('Sunday'),
660 '0' => xl('Sunday'),
661 '5' => xl('Friday'),
662 '6' => xl('Saturday'),
663 '5,6' => xl('Friday') . ' - ' . xl('Saturday'),
665 '6,0'
666 , xl('which days are your weekend days?')
671 // Features Tab
673 'Features' => array(
675 'specific_application' => array(
676 xl('Specific Application'),
677 array(
678 '0' => xl('None'),
679 '2' => xl('IPPF'),
680 '3' => xl('Weight loss clinic'),
682 '0', // default
683 xl('Indicator for specialized usage')
686 'inhouse_pharmacy' => array(
687 xl('Drugs and Products'),
688 array(
689 '0' => xl('Do not inventory and sell any products'),
690 '1' => xl('Inventory and sell drugs only'),
691 '2' => xl('Inventory and sell both drugs and non-drug products'),
692 '3' => xl('Products but no prescription drugs and no templates'),
694 '0', // default
695 xl('Option to support inventory and sales of products')
698 'disable_chart_tracker' => array(
699 xl('Disable Chart Tracker'),
700 'bool', // data type
701 '0', // default = false
702 xl('Removes the Chart Tracker feature')
705 'disable_immunizations' => array(
706 xl('Disable Immunizations'),
707 'bool', // data type
708 '0', // default = false
709 xl('Removes support for immunizations')
712 'disable_prescriptions' => array(
713 xl('Disable Prescriptions'),
714 'bool', // data type
715 '0', // default = false
716 xl('Removes support for prescriptions')
719 'omit_employers' => array(
720 xl('Omit Employers'),
721 'bool', // data type
722 '0', // default = false
723 xl('Omit employer information in patient demographics')
726 'select_multi_providers' => array(
727 xl('Support Multi-Provider Events'),
728 'bool', // data type
729 '0', // default = false
730 xl('Support calendar events that apply to multiple providers')
733 'disable_non_default_groups' => array(
734 xl('Disable User Groups'),
735 'bool', // data type
736 '1', // default = true
737 xl('Normally this should be checked. Not related to access control.')
740 'ignore_pnotes_authorization' => array(
741 xl('Skip Authorization of Patient Notes'),
742 'bool', // data type
743 '1', // default = true
744 xl('Do not require patient notes to be authorized')
747 'support_encounter_claims' => array(
748 xl('Allow Encounter Claims'),
749 'bool', // data type
750 '0', // default = false
751 xl('Allow creation of claims containing diagnoses but not procedures or charges. Most clinics do not want this.')
754 'advance_directives_warning' => array(
755 xl('Advance Directives Warning'),
756 'bool', // data type
757 '0', // default = false
758 xl('Display advance directives in the demographics page.')
761 'configuration_import_export' => array(
762 xl('Configuration Export/Import'),
763 'bool', // data type
764 '0', // default = false
765 xl('Support export/import of configuration data via the Backup page.')
768 'restrict_user_facility' => array(
769 xl('Restrict Users to Facilities'),
770 'bool', // data type
771 '0', // default
772 xl('Restrict non-authorized users to the Schedule Facilities set in User admin.')
775 'set_facility_cookie' => array(
776 xl('Remember Selected Facility'),
777 'bool', // data type
778 '0', // default
779 xl('Set a facility cookie to remember the selected facility between logins.')
782 'receipts_by_provider' => array(
783 xl('Print Receipts by Provider'),
784 'bool',
785 '0', // default
786 xl('Causes Receipts to Print Encounter/Primary Provider Info')
789 'discount_by_money' => array(
790 xl('Discounts as Monetary Amounts'),
791 'bool', // data type
792 '1', // default = true
793 xl('Discounts at checkout time are entered as money amounts, as opposed to percentage.')
796 'gbl_visit_referral_source' => array(
797 xl('Referral Source for Encounters'),
798 'bool', // data type
799 '0', // default = false
800 xl('A referral source may be specified for each visit.')
803 'gbl_mask_patient_id' => array(
804 xl('Mask for Patient IDs'),
805 'text', // data type
806 '', // default
807 xl('Specifies formatting for the external patient ID. # = digit, @ = alpha, * = any character. Empty if not used.')
810 'gbl_mask_invoice_number' => array(
811 xl('Mask for Invoice Numbers'),
812 'text', // data type
813 '', // default
814 xl('Specifies formatting for invoice reference numbers. # = digit, @ = alpha, * = any character. Empty if not used.')
817 'gbl_mask_product_id' => array(
818 xl('Mask for Product IDs'),
819 'text', // data type
820 '', // default
821 xl('Specifies formatting for product NDC fields. # = digit, @ = alpha, * = any character. Empty if not used.')
824 'hide_billing_widget' => array(
825 xl('Hide Billing Widget'),
826 'bool', // data type
827 '0', // default = false
828 xl('This will hide the Billing Widget in the Patient Summary screen')
831 'force_billing_widget_open' => array(
832 xl('Force Billing Widget Open'),
833 'bool', // data type
834 '0', // default = false
835 xl('This will force the Billing Widget in the Patient Summary screen to always be open.')
838 'activate_ccr_ccd_report' => array(
839 xl('Activate CCR/CCD Reporting'),
840 'bool', // data type
841 '1', // default = true
842 xl('This will activate the CCR(Continuity of Care Record) and CCD(Continuity of Care Document) reporting.')
845 'hide_document_encryption' => array(
846 xl('Hide Encryption/Decryption Options In Document Management'),
847 'bool', // data type
848 '1', // default = true
849 xl('This will deactivate document the encryption and decryption features, and hide them in the UI.')
852 'use_custom_immun_list' => array(
853 xl('Use Custom Immunization List'),
854 'bool', // data type
855 '0', // default = true
856 xl('This will use the custom immunizations list rather than the standard CVX immunization list.')
859 'preprinted_cms_1500' => array(
860 xl('Prints the CMS 1500 on the Preprinted form'),
861 'bool', // data type
862 '0', // default = false
863 xl('Prints the CMS 1500 on the Preprinted form')
866 'cms_top_margin_default' => array(
867 xl('Default top print margin for CMS 1500'),
868 'num', // data type
869 '24', // default
870 xl('This is the default top print margin for CMS 1500. It will adjust the final printed output up or down.')
873 'cms_left_margin_default' => array(
874 xl('Default left print margin for CMS 1500'),
875 'num', // data type
876 '20', // default
877 xl('This is the default left print margin for CMS 1500. It will adjust the final printed output left or right.')
880 'cms_1500' => array(
881 xl('CMS 1500 Paper Form Format'),
882 array(
883 '0' => xl('08/05{{CMS 1500 format date revision setting in globals}}'),
884 '1' => xl('02/12{{CMS 1500 format date revision setting in globals}}'),
886 '1', // default
887 xl('This specifies which revision of the form the billing module should generate')
890 'cms_1500_box_31_format' => array(
891 xl('CMS 1500: Box 31 Format'),
892 array(
893 '0' => xl('Signature on File'),
894 '1' => xl('Firstname Lastname'),
895 '2' => xl('None'),
897 '0', // default
898 xl('This specifies whether to include date in Box 31.')
901 'cms_1500_box_31_date' => array(
902 xl('CMS 1500: Date in Box 31 (Signature)'),
903 array(
904 '0' => xl('None'),
905 '1' => xl('Date of Service'),
906 '2' => xl('Today'),
908 '0', // default
909 xl('This specifies whether to include date in Box 31.')
912 'amendments' => array(
913 xl('Amendments'),
914 'bool', // data type
915 '1', // default = true
916 xl('Enable amendments feature')
919 'allow_pat_delete' => array(
920 xl('Allow Administrators to Delete Patients'),
921 'bool', // data type
922 '0', // default = false
923 xl('Allow Administrators to Delete Patients')
927 'observation_results_immunization' => array(
928 xl('Immunization Observation Results'),
929 'bool', // data type
930 '1', // default
931 xl('Observation Results in Immunization')
935 // Report Tab
937 'Report' => array(
939 'use_custom_daysheet' => array(
940 xl('Use Custom End of Day Report'),
941 array(
942 '0' => xl('None'),
943 '1' => xl('Print End of Day Report 1'),
944 '2' => xl('Print End of Day Report 2'),
945 '3' => xl('Print End of Day Report 3'),
946 ), // data type
947 '1', // default = Print End of Day Report 1
948 xl('This will allow the use of the custom End of Day report and indicate which report to use.')
951 'daysheet_provider_totals' => array(
952 xl('End of Day by Provider or allow Totals Only'),
953 array(
954 '0' => xl('Provider'),
955 '1' => xl('Totals Only'),
957 '1', // default
958 xl('This specifies the Printing of the Custom End of Day Report grouped Provider or allow the Printing of Totals Only')
961 'ledger_begin_date' => array(
962 xl('Beginning Date for Ledger Report'),
963 array(
964 'Y1' => xl('One Year Ago'),
965 'Y2' => xl('Two Years Ago'),
966 'M6' => xl('Six Months Ago'),
967 'M3' => xl('Three Months Ago'),
968 'M1' => xl('One Month Ago'),
969 'D1' => xl('One Day Ago'),
971 'Y1', // default = One Year
972 xl('This is the Beginning date for the Ledger Report.')
975 'print_next_appointment_on_ledger' => array(
976 xl('Print the Next Appointment on the Bottom of the Ledger'),
977 'bool', // data type
978 '1', // default = true
979 xl('This Will Print the Next Appointment on the Bottom of the Patient Ledger')
982 'sales_report_invoice' => array(
983 xl('Display Invoice Number or Patient Name or Both in the Sales Report'),
984 array(
985 '0' => xl('Invoice Number'),
986 '1' => xl('Patient Name and ID'),
987 '2' => xl('Patient Name and Invoice'),
989 '2', // default = 2
990 xl('This will Display the Invoice Number in the Sales Report or the Patient Name and ID or Patient Name and Invoice Number.')
993 'cash_receipts_report_invoice' => array(
994 xl('Display Invoice Number or Patient Name in the Cash Receipt Report'),
995 array(
996 '0' => xl('Invoice Number'),
997 '1' => xl('Patient Name'),
999 '0', // default = 0
1000 xl('Display Invoice Number or Patient Name in the Cash Receipt Report')
1005 // Billing Tab
1007 'Billing' => array(
1009 'default_search_code_type' => array(
1010 xl('Default Search Code Type'),
1011 'all_code_types', // data type
1012 'ICD10', // default
1013 xl('The default code type to search for in the Fee Sheet.')
1016 'support_fee_sheet_line_item_provider' => array(
1017 xl('Support provider in line item in fee sheet'),
1018 'bool', // data type
1019 '0', // default = false
1020 xl('This Enables provider in line item in the fee sheet')
1023 'default_fee_sheet_line_item_provider' => array(
1024 xl('Default to a provider for line item in the fee sheet'),
1025 'bool', // data type
1026 '0', // default = false
1027 xl('Default to a provider for line item in the fee sheet.(only applicable if Support line item billing in option above)')
1030 'replicate_justification' => array(
1031 xl('Automatically replicate justification codes in Fee Sheet'),
1032 'bool', // data type
1033 '0', // default = false
1034 xl('Automatically replicate justification codes in Fee Sheet (basically fills in the blanks with the justification code above it).')
1037 'display_units_in_billing' => array(
1038 xl('Display the Units Column on the Billing Screen'),
1039 'bool', // data type
1040 '0', // default = false
1041 xl('Display the Units Column on the Billing Screen')
1044 'notes_to_display_in_Billing' => array(
1045 xl('Which notes are to be displayed in the Billing Screen'),
1046 array(
1047 '0' => xl('None'),
1048 '1' => xl('Encounter Billing Note'),
1049 '2' => xl('Patient Billing Note'),
1050 '3' => xl('All'),
1052 '3',
1053 xl('Display the Encounter Billing Note or Patient Billing Note or Both in the Billing Screen.')
1056 'set_pos_code_encounter' => array(
1057 xl('Set POS code in encounter'),
1058 'bool', // data type
1059 '0', // default = false
1060 xl('This feature will allow the default POS facility code to be overriden from the encounter.')
1063 'use_custom_statement' => array(
1064 xl('Use Custom Statement'),
1065 'bool', // data type
1066 '0', // default = false
1067 xl('This will use the custom Statment showing the description instead of the codes.')
1070 'statement_appearance' => array(
1071 xl('Statement Appearance'),
1072 array(
1073 '0' => xl('Plain Text'),
1074 '1' => xl('Modern/images')
1075 ), // data type
1076 '1', // default = true
1077 xl('Patient statements can be generated as plain text or with a modern graphical appearance.')
1080 'billing_phone_number' => array(
1081 xl('Custom Billing Phone Number'),
1082 'text', // data type
1084 xl('Phone number for billing inquiries')
1087 'show_aging_on_custom_statement' => array(
1088 xl('Show Aging on Custom Statement'),
1089 'bool', // data type
1090 '0', // default = false
1091 xl('This will Show Aging on the custom Statement.')
1094 'use_statement_print_exclusion' => array(
1095 xl('Allow Statement Exclusions from Printing'),
1096 'bool', // data type
1097 '0', // default = false
1098 xl('This will enable the Ability to Exclude Selected Patient Statements from Printing.')
1101 'minimum_amount_to_print' => array(
1102 xl('Total Minimum Amount of Statement to Allow Printing'),
1103 'num', // data type
1104 '1.00',
1105 xl('Total Minimum Dollar Amount of Statement to Allow Printing.(only applicable if Allow Statement Exclusions from Printing is enabled)')
1108 'statement_bill_note_print' => array(
1109 xl('Print Patient Billing Note'),
1110 'bool', // data type
1111 '0', // default = false
1112 xl('This will allow printing of the Patient Billing Note on the statements.')
1115 'number_appointments_on_statement' => array(
1116 xl('Number of Appointments on Statement'),
1117 'num', // data type
1118 '0', // default = 0
1119 xl('The Number of Future Appointments to Display on the Statement.')
1122 'statement_message_to_patient' => array(
1123 xl('Print Custom Message'),
1124 'bool', // data type
1125 '0', // default = false
1126 xl('This will allow printing of a custom Message on the statements.')
1129 'statement_msg_text' => array(
1130 xl('Custom Statement message'),
1131 'text', // data type
1133 xl('Text for Custom statement message.')
1136 'use_dunning_message' => array(
1137 xl('Use Custom Dunning Messages'),
1138 'bool', // data type
1139 '0', // default = false
1140 xl('This will allow use of the custom Dunning Messages on the statements.')
1143 'first_dun_msg_set' => array(
1144 xl('Number of days before showing first account message'),
1145 'num', // data type
1146 '30',
1147 xl('Number of days before showing first account message.')
1150 'first_dun_msg_text' => array(
1151 xl('First account message'),
1152 'text', // data type
1154 xl('Text for first account message.')
1157 'second_dun_msg_set' => array(
1158 xl('Number of days before showing second account message'),
1159 'num', // data type
1160 '60',
1161 xl('Number of days before showing second account message')
1164 'second_dun_msg_text' => array(
1165 xl('Second account message'),
1166 'text', // data type
1168 xl('Text for second account message.')
1171 'third_dun_msg_set' => array(
1172 xl('Number of days before showing third account message'),
1173 'num', // data type
1174 '90',
1175 xl('Number of days before showing third account message')
1178 'third_dun_msg_text' => array(
1179 xl('Third account message'),
1180 'text', // data type
1182 xl('Text for third account message.')
1185 'fourth_dun_msg_set' => array(
1186 xl('Number of days before showing fourth account message'),
1187 'num', // data type
1188 '120',
1189 xl('Number of days before showing fourth account message')
1192 'fourth_dun_msg_text' => array(
1193 xl('Fourth account message'),
1194 'text', // data type
1196 xl('Text for fourth account message.')
1199 'fifth_dun_msg_set' => array(
1200 xl('Number of days before showing fifth account message'),
1201 'num', // data type
1202 '150',
1203 xl('Number of days before showing fifth account message')
1206 'fifth_dun_msg_text' => array(
1207 xl('Fifth account message'),
1208 'text', // data type
1210 xl('Text for fifth account message.')
1212 'save_codes_history' => array(
1213 xl('Save codes history'),
1214 'bool', // data type
1215 '1', // default
1216 xl('Save codes history')
1220 // E-Sign Tab
1222 'E-Sign' => array(
1224 'esign_all' => array(
1225 xl('Allows E-Sign on the entire encounter'),
1226 'bool', // data type
1227 '0', // default = false
1228 xl('This will enable signing an entire encounter, rather than individual forms')
1231 'lock_esign_all' => array(
1232 xl('Lock e-signed encounters and their forms'),
1233 'bool', // data type
1234 '0', // default = false
1235 xl('This will disable the Edit button on all forms whose parent encounter is e-signed')
1238 'esign_individual' => array(
1239 xl('Allows E-Signing Individual Forms'),
1240 'bool', // data type
1241 '1', // default = false
1242 xl('This will enable signing individual forms separately')
1245 'lock_esign_individual' => array(
1246 xl('Lock an e-signed form individually'),
1247 'bool', // data type
1248 '1', // default = false
1249 xl('This will disable the Edit button on any form that is e-signed')
1252 'esign_lock_toggle' => array(
1253 xl('Enable lock toggle'),
1254 'bool', // data type
1255 '0', // default = false
1256 xl('This will give the user the option to lock (separate locking and signing)')
1259 'esign_report_hide_empty_sig' => array(
1260 xl('Hide Empty E-Sign Logs On Report'),
1261 'bool', // data type
1262 '1', // default = false
1263 xl('This will hide empty e-sign logs on the patient report')
1267 //Documents Tab
1268 'Documents' => array(
1270 'document_storage_method' => array(
1271 xl('Document Storage Method'),
1272 array(
1273 '0' => xl('Hard Disk'),
1274 '1' => xl('CouchDB')
1276 '0', // default
1277 xl('Option to save method of document storage.')
1280 'couchdb_host' => array(
1281 xl('CouchDB HostName'),
1282 'text',
1283 'localhost',
1284 xl('CouchDB host'),
1286 'couchdb_user' => array(
1287 xl('CouchDB UserName'),
1288 'text',
1290 xl('Username to connect to CouchDB'),
1292 'couchdb_pass' => array(
1293 xl('CouchDB Password'),
1294 'text',
1296 xl('Password to connect to CouchDB'),
1298 'couchdb_port' => array(
1299 xl('CouchDB Port'),
1300 'text',
1301 '5984',
1302 xl('CouchDB port'),
1304 'couchdb_dbase' => array(
1305 xl('CouchDB Database'),
1306 'text',
1308 xl('CouchDB database name'),
1310 'couchdb_log' => array(
1311 xl('CouchDB Log Enable'),
1312 'bool',
1313 '0',
1314 xl('Enable log for document uploads/downloads to CouchDB'),
1317 'expand_document_tree' => array(
1318 xl('Expand All Document Categories'),
1319 'bool', // data type
1320 '0', // default = false
1321 xl('Expand All Document Categories by Default')
1324 'patient_id_category_name' => array(
1325 xl('Patient ID Category Name'),
1326 'text', // data type
1327 'Patient ID card', // default
1328 xl('Optional category name for an ID Card image that can be viewed from the patient summary page.')
1331 'patient_photo_category_name' => array(
1332 xl('Patient Photo Category Name'),
1333 'text', // data type
1334 'Patient Photograph', // default
1335 xl('Optional category name for photo images that can be viewed from the patient summary page.')
1338 'lab_results_category_name' => array(
1339 xl('Lab Results Category Name'),
1340 'text', // data type
1341 'Lab Report', // default
1342 xl('Document category name for storage of electronically received lab results.')
1345 'gbl_mdm_category_name' => array(
1346 xl('MDM Document Category Name'),
1347 'text', // data type
1348 'Lab Report', // default
1349 xl('Document category name for storage of electronically received MDM documents.')
1351 'generate_doc_thumb' => array(
1352 xl('Generate thumbnail'),
1353 'bool',
1354 '0',
1355 xl('Generate thumbnail images'),
1357 'thumb_doc_max_size' => array(
1358 xl('Thumbnail size'),
1359 'text', // data type
1360 '100', // default
1361 xl('Maximum size of thumbnail file')
1365 // Calendar Tab
1367 'Calendar' => array(
1369 'disable_calendar' => array(
1370 xl('Disable Calendar'),
1371 'bool', // data type
1372 '0', // default
1373 xl('Do not display the calendar.')
1376 'schedule_start' => array(
1377 xl('Calendar Starting Hour'),
1378 'hour',
1379 '8', // default
1380 xl('Beginning hour of day for calendar events.')
1383 'schedule_end' => array(
1384 xl('Calendar Ending Hour'),
1385 'hour',
1386 '17', // default
1387 xl('Ending hour of day for calendar events.')
1390 'calendar_interval' => array(
1391 xl('Calendar Interval'),
1392 array(
1393 '5' => '5',
1394 '10' => '10',
1395 '15' => '15',
1396 '20' => '20',
1397 '30' => '30',
1398 '60' => '60',
1400 '15', // default
1401 xl('The time granularity of the calendar and the smallest interval in minutes for an appointment slot.')
1404 'calendar_view_type' => array(
1405 xl('Default Calendar View'),
1406 array(
1407 'day' => xl('Day'),
1408 'week' => xl('Week'),
1409 'month' => xl('Month'),
1411 'day', // default
1412 xl('This sets the Default Calendar View, Default is Day.')
1414 'first_day_week' => array(
1415 xl('First day in the week'),
1416 array(
1417 '1' => xl('Monday'),
1418 '0' => xl('Sunday'),
1419 '6' => xl('Saturday')
1421 '1',
1422 xl('Your first day of the week.')
1424 'calendar_appt_style' => array(
1425 xl('Appointment Display Style'),
1426 array(
1427 '1' => 'Last name',
1428 '2' => 'Last name, first name',
1429 '3' => 'Last name, first name (title)',
1430 '4' => 'Last name, first name (title: comments)',
1432 '2', // default
1433 xl('This determines how appointments display on the calendar.')
1436 'event_color' => array(
1437 xl('Appointment/Event Color'),
1438 array(
1439 '1' => 'Category Color Schema',
1440 '2' => 'Facility Color Schema',
1441 ), // data type
1442 '1', // default
1443 xl('This determines which color schema used for appointment')
1446 'number_of_appts_to_show' => array(
1447 xl('Appointments - Patient Summary - Number to Display'),
1448 'num',
1449 '10',
1450 xl('Number of Appointments to display in the Patient Summary')
1453 'number_of_group_appts_to_show' => array(
1454 xl('Appointments - Group Summary - Number to Display'),
1455 'num',
1456 '10',
1457 xl('Number of Appointments to display in the Group Summary')
1459 'number_of_ex_appts_to_show' => array(
1460 xl('Excluded Appointments - Tooltip - Number to Display'),
1461 'num',
1462 '15',
1463 xl('Number of Excluded Appointments to display in the Tooltip')
1467 'patient_portal_appt_display_num' => array(
1468 xl('Appointments - Onsite Patient Portal - Number to Display'),
1469 'num',
1470 '20',
1471 xl('Number of Appointments to display in the Onsite Patient Portal')
1474 'appt_display_sets_option' => array(
1475 xl('Appointment Display Sets - Ignore Display Limit (Last Set)'),
1476 'bool', // data type
1477 '1', // default
1478 xl('Override (if necessary) the appointment display limit to allow all appointments to be displayed for the last set')
1481 'appt_display_sets_color_1' => array(
1482 xl('Appointment Display Sets - Color 1'),
1483 'color_code',
1484 '#FFFFFF',
1485 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).')
1488 'appt_display_sets_color_2' => array(
1489 xl('Appointment Display Sets - Color 2'),
1490 'color_code',
1491 '#E6E6FF',
1492 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).')
1495 'appt_display_sets_color_3' => array(
1496 xl('Appointment Display Sets - Color 3'),
1497 'color_code',
1498 '#E6FFE6',
1499 xl('Color for the last set when all member appointments are displayed and at least one subsequent scheduled appointment exists (not displayed).')
1502 'appt_display_sets_color_4' => array(
1503 xl('Appointment Display Sets - Color 4'),
1504 'color_code',
1505 '#FFE6FF',
1506 xl('Color for the last set when not all member appointments are displayed.')
1509 'appt_recurrences_widget' => array(
1510 xl('Recurrent Appointment Display Widget'),
1511 'bool', // data type
1512 '1', // default
1513 xl('Display the recurrent appointment widget in the patient summary.')
1516 'num_past_appointments_to_show' => array(
1517 xl('Past Appointment Display Widget'),
1518 'num', // data type
1519 '0', // default = false
1520 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)')
1523 'docs_see_entire_calendar' => array(
1524 xl('Providers See Entire Calendar'),
1525 'bool', // data type
1526 '0', // default
1527 xl('Check this if you want providers to see all appointments by default and not just their own.')
1530 'auto_create_new_encounters' => array(
1531 xl('Auto-Create New Encounters'),
1532 'bool', // data type
1533 '1', // default
1534 xl('Automatically create a new encounter when an appointment check in status is selected.')
1536 'allow_early_check_in' => array(
1537 xl('Allow Early Check In'),
1538 'bool', // data type
1539 '1', // default
1540 xl("Allow Check In before the appointment's time.")
1542 'disable_pat_trkr' => array(
1543 xl('Disable Patient Flow Board'),
1544 'bool', // data type
1545 '0', // default
1546 xl('Do not display the patient flow board.')
1549 'ptkr_visit_reason' => array(
1550 xl('Show Visit Reason in Patient Flow Board'),
1551 'bool', // data type
1552 '0', // default = false
1553 xl('When Checked, Visit Reason Will Show in Patient Flow Board.')
1556 'ptkr_show_pid' => array(
1557 xl('Show Patient ID in Patient Flow Board'),
1558 'bool', // data type
1559 '1', // default = true
1560 xl('When Checked, Patient ID Will Show in Patient Flow Board.')
1563 'ptkr_show_encounter' => array(
1564 xl('Show Patient Encounter Number in Patient Flow Board'),
1565 'bool', // data type
1566 '1', // default = true
1567 xl('When Checked, Patient Encounter Number Will Show in Patient Flow Board.')
1570 'pat_trkr_timer' => array(
1571 xl('Patient Flow Board Timer Interval'),
1572 array(
1573 '0' => 'No automatic refresh',
1574 '0:10' => '10',
1575 '0:20' => '20',
1576 '0:30' => '30',
1577 '0:40' => '40',
1578 '0:50' => '50',
1579 '0:59' => '60',
1581 '0:20', // default
1582 xl('The screen refresh time in Seconds for the Patient Flow Board Screen.')
1585 'checkout_roll_off' => array(
1586 xl('Number of Minutes to display completed checkouts'),
1587 'num',
1588 '0', // default
1589 xl('Number of Minutes to display completed checkouts. Zero is continuous display')
1592 'drug_screen' => array(
1593 xl('Enable Random Drug Testing'),
1594 'bool', // data type
1595 '0', // default
1596 xl('Allow Patient Flow Board to Select Patients for Drug Testing.')
1599 'drug_testing_percentage' => array(
1600 xl('Percentage of Patients to Drug Test'),
1601 'num',
1602 '33', // default
1603 xl('Percentage of Patients to select for Random Drug Testing.')
1606 'maximum_drug_test_yearly' => array(
1607 xl('Maximum number of times a Patient can be tested in a year'),
1608 'num',
1609 '0', // default
1610 xl('Maximum number of times a Patient can be tested in a year. Zero is no limit.')
1613 'submit_changes_for_all_appts_at_once' => array(
1614 xl('Submit Changes For All Appts At Once'),
1615 'bool', // data type
1616 '1', // default
1617 xl('Enables to submit changes for all appointments of a recurrence at once.')
1623 // Security Tab
1625 'Security' => array(
1626 'sql_string_no_show_screen' => array(
1627 xl('Mode - Do Not Show SQL Queries'),
1628 'bool', // data type
1629 '0', // default
1630 xl('Do not allow SQL queries to be outputted to screen.')
1632 'timeout' => array(
1633 xl('Idle Session Timeout Seconds'),
1634 'num', // data type
1635 '7200', // default
1636 xl('Maximum idle time in seconds before logout. Default is 7200 (2 hours).')
1638 'secure_upload' => array(
1639 xl('Secure Upload Files with White List'),
1640 'bool', // data type
1641 '0', // default
1642 xl('Block all files types that are not found in the White List. Can find interface to edit the White List at Administration->Files.')
1644 'secure_password' => array(
1645 xl('Require Strong Passwords'),
1646 'bool', // data type
1647 '0', // default
1648 xl('Strong password means at least 8 characters, and at least three of: a number, a lowercase letter, an uppercase letter, a special character.')
1650 'password_history' => array(
1651 xl('Require Unique Passwords'),
1652 'bool', // data type
1653 '0', // default
1654 xl('Means none of last three passwords are allowed when changing a password.')
1656 'password_compatibility' => array(
1657 xl('Permit unsalted passwords'),
1658 'bool', // data type
1659 '1', // default
1660 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')
1663 'password_expiration_days' => array(
1664 xl('Default Password Expiration Days'),
1665 'num', // data type
1666 '0', // default
1667 xl('Default password expiration period in days. 0 means this feature is disabled.')
1670 'password_grace_time' => array(
1671 xl('Password Expiration Grace Period'),
1672 'num', // data type
1673 '0', // default
1674 xl('Period in days where a user may login with an expired password.')
1677 'is_client_ssl_enabled' => array(
1678 xl('Enable Client SSL'),
1679 'bool', // data type
1680 '0', // default
1681 xl('Enable client SSL certificate authentication.')
1684 'certificate_authority_crt' => array(
1685 xl('Path to CA Certificate File'),
1686 'text', // data type
1687 '', // default
1688 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
1691 'certificate_authority_key' => array(
1692 xl('Path to CA Key File'),
1693 'text', // data type
1694 '', // default
1695 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
1698 'client_certificate_valid_in_days' => array(
1699 xl('Client Certificate Expiration Days'),
1700 'num', // data type
1701 '365', // default
1702 xl('Number of days that the client certificate is valid.')
1705 'Emergency_Login_email_id' => array(
1706 xl('Emergency Login Email Address'),
1707 'text', // data type
1708 '', // default
1709 xl('Email address, if any, to receive emergency login user activation messages.')
1712 'new_validate' => array(
1713 xl('New form validation'),
1714 'bool',
1715 '1',
1716 xl('New form validation')
1719 'allow_multiple_databases' => array(
1720 xl('Allow multiple databases'),
1721 'bool',
1722 '0',
1723 xl('Allow to use with multiple database')
1726 'safe_key_database' => array(
1727 xl('Safe key database'),
1728 'text', // data type
1729 '', // default
1730 xl('Key for multiple database credentials encryption')
1733 'use_active_directory' => array(
1734 xl('Use Active Directory'),
1735 'bool',
1736 '0',
1737 xl('If enabled, uses the specified active directory for login and authentication.')
1740 'account_suffix' => array(
1741 xl('Active Directory - Suffix Of Account'),
1742 'text',
1744 xl('The suffix of the account.')
1747 'base_dn' => array(
1748 xl('Active Directory - Domains Base'),
1749 'text',
1751 xl('Users is the standard windows CN, replace the DC stuff with your domain.')
1754 'domain_controllers' => array(
1755 xl('Active Directory - Domains Controllers'),
1756 'text',
1758 xl('The IP address of your domain controller(s).')
1763 // Notifications Tab
1765 'Notifications' => array(
1767 'patient_reminder_sender_name' => array(
1768 xl('Patient Reminder Sender Name'),
1769 'text', // data type
1770 '', // default
1771 xl('Name of the sender for patient reminders.')
1774 'patient_reminder_sender_email' => array(
1775 xl('Patient Reminder Sender Email'),
1776 'text', // data type
1777 '', // default
1778 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.')
1781 'practice_return_email_path' => array(
1782 xl('Notification Email Address'),
1783 'text', // data type
1784 '', // default
1785 xl('Email address, if any, to receive administrative notifications.')
1788 'EMAIL_METHOD' => array(
1789 xl('Email Transport Method'),
1790 array(
1791 'PHPMAIL' => 'PHPMAIL',
1792 'SENDMAIL' => 'SENDMAIL',
1793 'SMTP' => 'SMTP',
1795 'SMTP', // default
1796 xl('Method for sending outgoing email.')
1799 'SMTP_HOST' => array(
1800 xl('SMTP Server Hostname'),
1801 'text', // data type
1802 'localhost', // default
1803 xl('If SMTP is used, the server`s hostname or IP address.')
1806 'SMTP_PORT' => array(
1807 xl('SMTP Server Port Number'),
1808 'num', // data type
1809 '25', // default
1810 xl('If SMTP is used, the server`s TCP port number (usually 25).')
1813 'SMTP_USER' => array(
1814 xl('SMTP User for Authentication'),
1815 'text', // data type
1816 '', // default
1817 xl('Must be empty if SMTP authentication is not used.')
1820 'SMTP_PASS' => array(
1821 xl('SMTP Password for Authentication'),
1822 'text', // data type
1823 '', // default
1824 xl('Must be empty if SMTP authentication is not used.')
1827 'SMTP_SECURE' => array(
1828 xl('SMTP Security Protocol'),
1829 array(
1830 '' => xl('None'),
1831 'ssl' => 'SSL',
1832 'tls' => 'TLS'
1835 xl('SMTP security protocol to connect with. Required by some servers such as gmail.')
1838 'EMAIL_NOTIFICATION_HOUR' => array(
1839 xl('Email Notification Hours'),
1840 'num', // data type
1841 '50', // default
1842 xl('Number of hours in advance to send email notifications.')
1845 'SMS_NOTIFICATION_HOUR' => array(
1846 xl('SMS Notification Hours'),
1847 'num', // data type
1848 '50', // default
1849 xl('Number of hours in advance to send SMS notifications.')
1852 'SMS_GATEWAY_USENAME' => array(
1853 xl('SMS Gateway Username'),
1854 'text', // data type
1855 '', // default
1856 xl('Username for SMS Gateway.')
1859 'SMS_GATEWAY_PASSWORD' => array(
1860 xl('SMS Gateway Password'),
1861 'text', // data type
1862 '', // default
1863 xl('Password for SMS Gateway.')
1866 'SMS_GATEWAY_APIKEY' => array(
1867 xl('SMS Gateway API Key'),
1868 'text', // data type
1869 '', // default
1870 xl('API key for SMS Gateway.')
1873 'phone_notification_hour' => array(
1874 xl('Phone Notification Hour'),
1875 'num', // data type
1876 '50', // default
1877 xl('Number of hours in advance to send Phone notification.')
1880 'phone_gateway_username' => array(
1881 xl('Phone Gateway Username'),
1882 'text', // data type
1883 '', // default
1884 xl('Username for Phone Gateway.')
1887 'phone_gateway_password' => array(
1888 xl('Phone Gateway Password'),
1889 'text', // data type
1890 '', // default
1891 xl('Password for Phone Gateway.')
1894 'phone_gateway_url' => array(
1895 xl('Phone Gateway URL'),
1896 'text', // data type
1897 '', // default
1898 xl('URL for Phone Gateway.')
1903 // CDR (Clinical Decision Rules)
1905 'CDR' => array(
1907 'enable_cdr' => array(
1908 xl('Enable Clinical Decisions Rules (CDR)'),
1909 'bool', // data type
1910 '1', // default
1911 xl('Enable Clinical Decisions Rules (CDR)')
1914 'enable_allergy_check' => array(
1915 xl('Enable Allergy Check'),
1916 'bool', // data type
1917 '1', // default
1918 xl('Enable Allergy Check Against Medications and Prescriptions')
1921 'enable_alert_log' => array(
1922 xl('Enable Alert Log'),
1923 'bool', // data type
1924 '1', // default
1925 xl('Enable Alert Logging')
1928 'enable_cdr_new_crp' => array(
1929 xl('Enable Clinical Passive New Reminder(s) Popup'),
1930 'bool', // data type
1931 '1', // default
1932 xl('Enable Clinical Passive New Reminder(s) Popup')
1935 'enable_cdr_crw' => array(
1936 xl('Enable Clinical Passive Reminder Widget'),
1937 'bool', // data type
1938 '1', // default
1939 xl('Enable Clinical Passive Reminder Widget')
1942 'enable_cdr_crp' => array(
1943 xl('Enable Clinical Active Reminder Popup'),
1944 'bool', // data type
1945 '1', // default
1946 xl('Enable Clinical Active Reminder Popup')
1949 'enable_cdr_prw' => array(
1950 xl('Enable Patient Reminder Widget'),
1951 'bool', // data type
1952 '1', // default
1953 xl('Enable Patient Reminder Widget')
1956 'enable_cqm' => array(
1957 xl('Enable CQM Reporting'),
1958 'bool', // data type
1959 '1', // default
1960 xl('Enable Clinical Quality Measure (CQM) Reporting')
1963 'pqri_registry_name' => array(
1964 xl('PQRI Registry Name'),
1965 'text', // data type
1966 'Model Registry', // default
1967 xl('PQRI Registry Name')
1970 'pqri_registry_id' => array(
1971 xl('PQRI Registry ID'),
1972 'text', // data type
1973 '125789123', // default
1974 xl('PQRI Registry ID')
1977 'enable_amc' => array(
1978 xl('Enable AMC Reporting'),
1979 'bool', // data type
1980 '1', // default
1981 xl('Enable Automated Measure Calculations (AMC) Reporting')
1984 'enable_amc_prompting' => array(
1985 xl('Enable AMC Prompting'),
1986 'bool', // data type
1987 '1', // default
1988 xl('Enable Prompting For Automated Measure Calculations (AMC) Required Data')
1991 'enable_amc_tracking' => array(
1992 xl('Enable AMC Tracking'),
1993 'bool', // data type
1994 '1', // default
1995 xl('Enable Reporting of Tracking Date For Automated Measure Calculations (AMC)')
1998 'cdr_report_nice' => array(
1999 xl('CDR Reports Processing Priority'),
2000 array(
2001 '' => xl('Default Priority'),
2002 '5' => xl('Moderate Priority'),
2003 '10' => xl('Moderate/Low Priority'),
2004 '15' => xl('Low Priority'),
2005 '20' => xl('Lowest Priority')
2007 '', // default
2008 xl('Set processing priority for CDR engine based reports.')
2011 'pat_rem_clin_nice' => array(
2012 xl('Patient Reminder Creation Processing Priority'),
2013 array(
2014 '' => xl('Default Priority'),
2015 '5' => xl('Moderate Priority'),
2016 '10' => xl('Moderate/Low Priority'),
2017 '15' => xl('Low Priority'),
2018 '20' => xl('Lowest Priority')
2020 '', // default
2021 xl('Set processing priority for creation of Patient Reminders (in full clinic mode).')
2024 'report_itemizing_standard' => array(
2025 xl('Enable Standard Report Itemization'),
2026 'bool', // data type
2027 '1', // default
2028 xl('Enable Itemization of Standard Clinical Rules Reports')
2031 'report_itemizing_cqm' => array(
2032 xl('Enable CQM Report Itemization'),
2033 'bool', // data type
2034 '1', // default
2035 xl('Enable Itemization of CQM Reports')
2038 'report_itemizing_amc' => array(
2039 xl('Enable AMC Report Itemization'),
2040 'bool', // data type
2041 '1', // default
2042 xl('Enable Itemization of AMC Reports')
2044 'dated_reminders_max_alerts_to_show' => array(
2045 xl('Dated reminders maximum alerts to show'),
2046 'num', // data type
2047 '5', // default
2048 xl('Dated reminders maximum alerts to show')
2052 // Logging
2054 'Logging' => array(
2056 'enable_auditlog' => array(
2057 xl('Enable Audit Logging'),
2058 'bool', // data type
2059 '1', // default
2060 xl('Enable Audit Logging')
2063 'audit_events_patient-record' => array(
2064 xl('Audit Logging Patient Record'),
2065 'bool', // data type
2066 '1', // default
2067 xl('Enable logging of patient record modifications.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2070 'audit_events_scheduling' => array(
2071 xl('Audit Logging Scheduling'),
2072 'bool', // data type
2073 '1', // default
2074 xl('Enable logging of scheduling activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2077 'audit_events_order' => array(
2078 xl('Audit Logging Order'),
2079 'bool', // data type
2080 '1', // default
2081 xl('Enable logging of ordering activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2084 'audit_events_security-administration' => array(
2085 xl('Audit Logging Security Administration'),
2086 'bool', // data type
2087 '1', // default
2088 xl('Enable logging of security and administration activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2091 'audit_events_backup' => array(
2092 xl('Audit Logging Backups'),
2093 'bool', // data type
2094 '1', // default
2095 xl('Enable logging of backup related activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2098 'audit_events_other' => array(
2099 xl('Audit Logging Miscellaneous'),
2100 'bool', // data type
2101 '1', // default
2102 xl('Enable logging of miscellaneous activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2105 'audit_events_query' => array(
2106 xl('Audit Logging SELECT Query'),
2107 'bool', // data type
2108 '0', // default
2109 xl('Enable logging of all SQL SELECT queries.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2112 'audit_events_cdr' => array(
2113 xl('Audit CDR Engine Queries'),
2114 'bool', // data type
2115 '0', // default
2116 xl('Enable logging of CDR Engine Queries.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2119 'enable_atna_audit' => array(
2120 xl('Enable ATNA Auditing'),
2121 'bool', // data type
2122 '0', // default
2123 xl('Enable Audit Trail and Node Authentication (ATNA).')
2126 'atna_audit_host' => array(
2127 xl('ATNA audit host'),
2128 'text', // data type
2129 '', // default
2130 xl('The hostname of the ATNA audit repository machine.')
2133 'atna_audit_port' => array(
2134 xl('ATNA audit port'),
2135 'text', // data type
2136 '6514', // default
2137 xl('Listening port of the RFC 5425 TLS syslog server.')
2140 'atna_audit_localcert' => array(
2141 xl('ATNA audit local certificate'),
2142 'text', // data type
2143 '', // default
2144 xl('Certificate to send to RFC 5425 TLS syslog server.')
2147 'atna_audit_cacert' => array(
2148 xl('ATNA audit CA certificate'),
2149 'text', // data type
2150 '', // default
2151 xl('CA Certificate for verifying the RFC 5425 TLS syslog server.')
2154 //July 1, 2014: Ensoftek: Flag to enable/disable audit log encryption
2155 'enable_auditlog_encryption' => array(
2156 xl('Enable Audit Log Encryption'),
2157 'bool', // data type
2158 '0', // default
2159 xl('Enable Audit Log Encryption')
2162 'billing_log_option' => array(
2163 xl('Billing Log Option'),
2164 array(
2165 '1' => xl('Billing Log Append'),
2166 '2' => xl('Billing Log Overwrite')
2168 '1', // default
2169 xl('Billing log setting to append or overwrite the log file.')
2172 'gbl_print_log_option' => array(
2173 xl('Printing Log Option'),
2174 array(
2175 '0' => xl('No logging'),
2176 '1' => xl('Hide print feature'),
2177 '2' => xl('Log entire document'),
2179 '0', // default
2180 xl('Individual pages can override 2nd and 3rd options by implementing a log message.')
2185 // Miscellaneous Tab
2187 'Miscellaneous' => array(
2189 'mysql_bin_dir' => array(
2190 xl('Path to MySQL Binaries'),
2191 'text', // data type
2192 $mysql_bin_dir, // default
2193 xl('Full path to directory containing MySQL executables.')
2196 'perl_bin_dir' => array(
2197 xl('Path to Perl Binaries'),
2198 'text', // data type
2199 $perl_bin_dir, // default
2200 xl('Full path to directory containing Perl executables.')
2203 'temporary_files_dir' => array(
2204 xl('Path to Temporary Files'),
2205 'text', // data type
2206 $temporary_files_dir, // default
2207 xl('Full path to directory used for temporary files.')
2210 'backup_log_dir' => array(
2211 xl('Path for Event Log Backup'),
2212 'text', // data type
2213 $backup_log_dir, // default
2214 xl('Full path to directory for event log backup.')
2217 'state_data_type' => array(
2218 xl('State Data Type'),
2219 array(
2220 '2' => xl('Text field'),
2221 '1' => xl('Single-selection list'),
2222 '26' => xl('Single-selection list with ability to add to the list'),
2224 '26', // default
2225 xl('Field type to use for employer or subscriber state in demographics.')
2228 'state_list' => array(
2229 xl('State list'),
2230 'text', // data type
2231 'state', // default
2232 xl('List used by above State Data Type option.')
2235 'state_custom_addlist_widget' => array(
2236 xl('State List Widget Custom Fields'),
2237 'bool', // data type
2238 '1', // default
2239 xl('Show the custom state form for the add list widget (will ask for title and abbreviation).')
2242 'country_data_type' => array(
2243 xl('Country Data Type'),
2244 array(
2245 '2' => xl('Text field'),
2246 '1' => xl('Single-selection list'),
2247 '26' => xl('Single-selection list with ability to add to the list'),
2249 '26', // default
2250 xl('Field type to use for employer or subscriber country in demographics.')
2253 'country_list' => array(
2254 xl('Country list'),
2255 'text', // data type
2256 'country', // default
2257 xl('List used by above Country Data Type option.')
2260 'print_command' => array(
2261 xl('Print Command'),
2262 'text', // data type
2263 'lpr -P HPLaserjet6P -o cpi=10 -o lpi=6 -o page-left=72 -o page-top=72',
2264 xl('Shell command for printing from the server.')
2267 'default_chief_complaint' => array(
2268 xl('Default Reason for Visit'),
2269 'text', // data type
2271 xl('You may put text here as the default complaint in the New Patient Encounter form.')
2274 'default_new_encounter_form' => array(
2275 xl('Default Encounter Form ID'),
2276 'text', // data type
2278 xl('To automatically open the specified form. Some sports teams use football_injury_audit here.')
2281 'MedicareReferrerIsRenderer' => array(
2282 xl('Medicare Referrer Is Renderer'),
2283 'bool', // data type
2284 '0', // default = true
2285 xl('For Medicare only, forces the referring provider to be the same as the rendering provider.')
2288 'post_to_date_benchmark' => array(
2289 xl('Financial Close Date (yyyy-mm-dd)'),
2290 'text', // data type
2291 date('Y-m-d', time() - (10 * 24 * 60 * 60)), // default
2292 xl('The payments posted cannot go below this date.This ensures that after taking the final report nobody post for previous dates.')
2295 'enable_hylafax' => array(
2296 xl('Enable Hylafax Support'),
2297 'bool', // data type
2298 '0', // default
2299 xl('Enable Hylafax Support')
2302 'hylafax_server' => array(
2303 xl('Hylafax Server'),
2304 'text', // data type
2305 'localhost', // default
2306 xl('Hylafax server hostname.')
2309 'hylafax_basedir' => array(
2310 xl('Hylafax Directory'),
2311 'text', // data type
2312 '/var/spool/hylafax', // default
2313 xl('Location where Hylafax stores faxes.')
2316 'hylafax_enscript' => array(
2317 xl('Hylafax Enscript Command'),
2318 'text', // data type
2319 'enscript -M Letter -B -e^ --margins=36:36:36:36', // default
2320 xl('Enscript command used by Hylafax.')
2323 'enable_scanner' => array(
2324 xl('Enable Scanner Support'),
2325 'bool', // data type
2326 '0', // default
2327 xl('Enable Scanner Support')
2330 'scanner_output_directory' => array(
2331 xl('Scanner Directory'),
2332 'text', // data type
2333 '/mnt/scan_docs', // default
2334 xl('Location where scans are stored.')
2338 // Portal Tab
2340 'Portal' => array(
2342 'portal_onsite_two_enable' => array(
2343 xl('Enable Version 2 Onsite Patient Portal'),
2344 'bool', // data type
2345 '0',
2346 xl('Enable Version 2 Onsite Patient Portal.')
2349 'portal_onsite_two_address' => array(
2350 xl('Version 2 Onsite Patient Portal Site Address'),
2351 'text', // data type
2352 'https://your_web_site.com/openemr/portal',
2353 xl('Website link for the Version 2 Onsite Patient Portal.')
2356 'portal_onsite_enable' => array(
2357 xl('Enable Version 1 Onsite Patient Portal'),
2358 'bool', // data type
2359 '0',
2360 xl('Enable Version 1 Onsite Patient Portal.')
2363 'portal_onsite_address' => array(
2364 xl('Version 1 Onsite Patient Portal Site Address'),
2365 'text', // data type
2366 'https://your_web_site.com/openemr/patients',
2367 xl('Website link for the Version 1 Onsite Patient Portal.')
2370 'portal_onsite_document_download' => array(
2371 xl('Enable Onsite Patient Portal Document Download'),
2372 'bool', // data type
2373 '1',
2374 xl('Enables the ability to download documents in the Onsite Patient Portal by the user.')
2377 'portal_offsite_enable' => array(
2378 xl('Enable Offsite Patient Portal'),
2379 'bool', // data type
2380 '0',
2381 xl('Enable Offsite Patient Portal.')
2383 'portal_offsite_providerid' => array(
2384 xl('Offsite Patient Portal Provider ID'),
2385 'text', // data type
2387 xl('Offsite Patient Portal Provider ID(Put Blank If not Registered).')
2390 'portal_offsite_username' => array(
2391 xl('Offsite Patient Portal Username'),
2392 'text', // data type
2394 xl('Offsite Patient Portal Username(Put Blank If not Registered).')
2397 'portal_offsite_password' => array(
2398 xl('Offsite Patient Portal Password'),
2399 'pwd', // data type
2401 xl('Offsite Patient Portal Password(Put Blank If not Registered).')
2404 'portal_offsite_address' => array(
2405 xl('Offsite Patient Portal Site Address'),
2406 'text', // data type
2407 'https://ssh.mydocsportal.com/provider.php',
2408 xl('Offsite Https link for the Patient Portal.')
2411 'portal_offsite_address_patient_link' => array(
2412 xl('Offsite Patient Portal Site Address (Patient Link)'),
2413 'text', // data type
2414 'https://ssh.mydocsportal.com',
2415 xl('Offsite Https link for the Patient Portal.(Patient Link)')
2418 // Currently the "CMS Portal" supports WordPress. Other Content Management
2419 // Systems may be supported in the future.
2421 'gbl_portal_cms_enable' => array(
2422 xl('Enable CMS Portal'),
2423 'bool', // data type
2424 '0',
2425 xl('Enable support for the open source WordPress Portal by Sunset Systems')
2428 'gbl_portal_cms_address' => array(
2429 xl('CMS Portal Site Address'),
2430 'text', // data type
2431 'https://your_cms_site.com/',
2432 xl('URL for the WordPress site that supports the portal')
2435 'gbl_portal_cms_username' => array(
2436 xl('CMS Portal Username'),
2437 'text', // data type
2439 xl('Login name of WordPress user for portal access')
2442 'gbl_portal_cms_password' => array(
2443 xl('CMS Portal Password'),
2444 'text', // data type
2446 xl('Password for the above user')
2451 // Connectors Tab
2453 'Connectors' => array(
2455 'erx_enable' => array(
2456 xl('Enable NewCrop eRx Service'),
2457 'bool',
2458 '0',
2459 xl('Enable NewCrop eRx Service.') + ' ' +
2460 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.')
2463 'erx_newcrop_path' => array(
2464 xl('NewCrop eRx Site Address'),
2465 'text',
2466 'https://secure.newcropaccounts.com/InterfaceV7/RxEntry.aspx',
2467 xl('URL for NewCrop eRx Site Address.')
2470 'erx_newcrop_path_soap' => array(
2471 xl('NewCrop eRx Web Service Address'),
2472 'text',
2473 'https://secure.newcropaccounts.com/v7/WebServices/Update1.asmx?WSDL;https://secure.newcropaccounts.com/v7/WebServices/Patient.asmx?WSDL',
2474 xl('URLs for NewCrop eRx Service Address, separated by a semi-colon.')
2477 'erx_soap_ttl_allergies' => array(
2478 xl('NewCrop eRx SOAP Request Time-To-Live for Allergies'),
2479 'num',
2480 '21600',
2481 xl('Time-To-Live for NewCrop eRx Allergies SOAP Request in seconds.')
2484 'erx_soap_ttl_medications' => array(
2485 xl('NewCrop eRx SOAP Request Time-To-Live for Medications'),
2486 'num',
2487 '21600',
2488 xl('Time-To-Live for NewCrop eRx Medications SOAP Request in seconds.')
2491 'erx_account_partner_name' => array(
2492 xl('NewCrop eRx Partner Name'),
2493 'text',
2495 xl('Partner Name issued for NewCrop eRx service.')
2498 'erx_account_name' => array(
2499 xl('NewCrop eRx Name'),
2500 'text',
2502 xl('Account Name issued for NewCrop eRx service.')
2505 'erx_account_password' => array(
2506 xl('NewCrop eRx Password'),
2507 'pass',
2509 xl('Account Password issued for NewCrop eRx service.')
2512 'erx_account_id' => array(
2513 xl('NewCrop eRx Account Id'),
2514 'text',
2515 '1',
2516 xl('Account Id issued for NewCrop eRx service, used to separate multi-facility accounts.')
2519 'erx_upload_active' => array(
2520 xl('Only upload active prescriptions'),
2521 'bool',
2522 '0',
2523 xl('Only upload active prescriptions to NewCrop eRx.')
2526 'erx_import_status_message' => array(
2527 xl('Enable NewCrop eRx import status message'),
2528 'bool',
2529 '0',
2530 xl('Enable import status message after visiting NewCrop eRx.')
2533 'erx_medication_display' => array(
2534 xl('Do not display NewCrop eRx Medications uploaded'),
2535 'bool',
2536 '0',
2537 xl('Do not display Medications uploaded after visiting NewCrop eRx.')
2540 'erx_allergy_display' => array(
2541 xl('Do not display NewCrop eRx Allergy uploaded'),
2542 'bool',
2543 '0',
2544 xl('Do not display Allergies uploaded after visiting NewCrop eRx.')
2547 'erx_default_patient_country' => array(
2548 xl('NewCrop eRx Default Patient Country'),
2549 array(
2550 '' => '',
2551 'US' => xl('USA'),
2552 'CA' => xl('Canada'),
2553 'MX' => xl('Mexico'),
2556 xl('Default Patient Country sent to NewCrop eRx, only if patient country is not set.'),
2559 'erx_debug_setting' => array(
2560 xl('NewCrop eRx Debug Setting'),
2561 array(
2562 0 => xl('None'),
2563 1 => xl('Request Only'),
2564 2 => xl('Response Only'),
2565 3 => xl('Request & Response'),
2567 '0',
2568 xl('Log all NewCrop eRx Requests and / or Responses.'),
2571 'ccda_alt_service_enable' => array(
2572 xl('Enable C-CDA Alternate Service'),
2573 array(
2574 0 => xl('Off'),
2575 1 => xl('Care Coordination Only'),
2576 2 => xl('Portal Only'),
2577 3 => xl('Both'),
2579 '0',
2580 xl('Enable C-CDA Alternate Service')
2583 'phimail_enable' => array(
2584 xl('Enable phiMail Direct Messaging Service'),
2585 'bool', // data type
2586 '0',
2587 xl('Enable phiMail Direct Messaging Service')
2590 'phimail_server_address' => array(
2591 xl('phiMail Server Address'),
2592 'text', // data type
2593 'https://phimail.example.com:32541',
2594 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2597 'phimail_username' => array(
2598 xl('phiMail Username'),
2599 'text', // data type
2601 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2604 'phimail_password' => array(
2605 xl('phiMail Password'),
2606 'pass', // data type
2608 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2611 'phimail_notify' => array(
2612 xl('phiMail notification user'),
2613 'text', // data type
2614 'admin',
2615 xl('This user will receive notification of new incoming Direct messages')
2618 'phimail_interval' => array(
2619 xl('phiMail Message Check Interval (minutes)'),
2620 'num', // data type
2621 '5',
2622 xl('Interval between message checks (set to zero for manual checks only)')
2625 'phimail_ccd_enable' => array(
2626 xl('phiMail Allow CCD Send'),
2627 'bool', // data type
2628 '0',
2629 xl('phiMail Allow CCD Send')
2632 'phimail_ccr_enable' => array(
2633 xl('phiMail Allow CCR Send'),
2634 'bool', // data type
2635 '0',
2636 xl('phiMail Allow CCR Send')
2640 'Rx' => array(
2641 'rx_enable_DEA' => array(
2642 xl('Rx Enable DEA #'),
2643 'bool', // data type
2644 '1',
2645 xl('Rx Enable DEA #')
2647 'rx_show_DEA' => array(
2648 xl('Rx Show DEA #'),
2649 'bool', // data type
2650 '0',
2651 xl('Rx Show DEA #')
2653 'rx_enable_NPI' => array(
2654 xl('Rx Enable NPI'),
2655 'bool', // data type
2656 '0',
2657 xl('Rx Enable NPI')
2659 'rx_show_NPI' => array(
2660 xl('Rx Show NPI'),
2661 'bool', // data type
2662 '0',
2663 xl('Rx Show NPI')
2665 'rx_enable_SLN' => array(
2666 xl('Rx Enable State Lic. #'),
2667 'bool', // data type
2668 '0',
2669 xl('Rx Enable State Lic. #')
2671 'rx_show_SLN' => array(
2672 xl('Rx Show State Lic. #'),
2673 'bool', // data type
2674 '0',
2675 xl('Rx Show State Lic. #')
2677 'rx_show_drug-drug' => array(
2678 xl('Rx NLM Drug-Drug'),
2679 'bool', // data type
2680 '0',
2681 xl('Rx NLM Drug-Drug')
2683 'rx_paper_size' => array(
2684 xl('Rx Paper Size'), // descriptive name
2685 array(
2686 'LETTER' => xl('Letter Paper Size'),
2687 'LEGAL' => xl('Legal Paper Size'),
2688 'FOLIO' => xl('Folio Paper Size'),
2689 'EXECUTIVE' => xl('Executive Paper Size'),
2690 '4A0' => ('4A0' . " " . xl('Paper Size')),
2691 '2A0' => ('2A0' . " " . xl('Paper Size')),
2692 'A0' => ('A0' . " " . xl('Paper Size')),
2693 'A1' => ('A1' . " " . xl('Paper Size')),
2694 'A2' => ('A2' . " " . xl('Paper Size')),
2695 'A3' => ('A3' . " " . xl('Paper Size')),
2696 'A4' => ('A4' . " " . xl('Paper Size')),
2697 'A5' => ('A5' . " " . xl('Paper Size')),
2698 'A6' => ('A6' . " " . xl('Paper Size')),
2699 'A7' => ('A7' . " " . xl('Paper Size')),
2700 'A8' => ('A8' . " " . xl('Paper Size')),
2701 'A9' => ('A9' . " " . xl('Paper Size')),
2702 'A10' => ('A10' . " " . xl('Paper Size')),
2703 'B0' => ('B0' . " " . xl('Paper Size')),
2704 'B1' => ('B1' . " " . xl('Paper Size')),
2705 'B2' => ('B2' . " " . xl('Paper Size')),
2706 'B3' => ('B3' . " " . xl('Paper Size')),
2707 'B4' => ('B4' . " " . xl('Paper Size')),
2708 'B5' => ('B5' . " " . xl('Paper Size')),
2709 'B6' => ('B6' . " " . xl('Paper Size')),
2710 'B7' => ('B7' . " " . xl('Paper Size')),
2711 'B8' => ('B8' . " " . xl('Paper Size')),
2712 'B9' => ('B9' . " " . xl('Paper Size')),
2713 'B10' => ('B10' . " " . xl('Paper Size')),
2714 'C0' => ('C0' . " " . xl('Paper Size')),
2715 'C1' => ('C1' . " " . xl('Paper Size')),
2716 'C2' => ('C2' . " " . xl('Paper Size')),
2717 'C3' => ('C3' . " " . xl('Paper Size')),
2718 'C4' => ('C4' . " " . xl('Paper Size')),
2719 'C5' => ('C5' . " " . xl('Paper Size')),
2720 'C6' => ('C6' . " " . xl('Paper Size')),
2721 'C7' => ('C7' . " " . xl('Paper Size')),
2722 'C8' => ('C8' . " " . xl('Paper Size')),
2723 'C9' => ('C9' . " " . xl('Paper Size')),
2724 'C10' => ('C10' . " " . xl('Paper Size')),
2725 'RA0' => ('RA0' . " " . xl('Paper Size')),
2726 'RA1' => ('RA1' . " " . xl('Paper Size')),
2727 'RA2' => ('RA2' . " " . xl('Paper Size')),
2728 'RA3' => ('RA3' . " " . xl('Paper Size')),
2729 'RA4' => ('RA4' . " " . xl('Paper Size')),
2730 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
2731 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
2732 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
2733 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
2734 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
2736 'LETTER', // default = tree menu
2737 xl('Rx Paper Size')
2739 'rx_left_margin' => array(
2740 xl('Rx Left Margin (px)'),
2741 'num',
2742 '30',
2743 xl('Rx Left Margin (px)')
2745 'rx_right_margin' => array(
2746 xl('Rx Right Margin (px)'),
2747 'num',
2748 '30',
2749 xl('Rx Right Margin (px)')
2751 'rx_top_margin' => array(
2752 xl('Rx Top Margin (px)'),
2753 'num',
2754 '72',
2755 xl('Rx Top Margin (px)')
2757 'rx_bottom_margin' => array(
2758 xl('Rx Bottom Margin (px)'),
2759 'num',
2760 '30',
2761 xl('Rx Bottom Margin (px)')
2765 'PDF' => array(
2766 'pdf_layout' => array(
2767 xl('Layout'),
2768 array(
2769 'P' => xl('Portrait'),
2770 'L' => xl('Landscape')
2772 'P', //defaut
2773 xl("Choose Layout Direction"),
2775 'pdf_language' => array(
2776 xl('PDF Language'),
2777 array(
2778 'aa' => xl('Afar'),
2779 'af' => xl('Afrikaans'),
2780 'ak' => xl('Akan'),
2781 'sq' => xl('Albanian'),
2782 'am' => xl('Amharic'),
2783 'ar' => xl('Arabic'),
2784 'an' => xl('Aragonese'),
2785 'hy' => xl('Armenian'),
2786 'as' => xl('Assamese'),
2787 'av' => xl('Avaric'),
2788 'ae' => xl('Avestan'),
2789 'ay' => xl('Aymara'),
2790 'az' => xl('Azerbaijani'),
2791 'bm' => xl('Bambara'),
2792 'ba' => xl('Bashkir'),
2793 'eu' => xl('Basque'),
2794 'be' => xl('Belarusian'),
2795 'bn' => xl('Bengali- Bangla'),
2796 'bh' => xl('Bihari'),
2797 'bi' => xl('Bislama'),
2798 'bs' => xl('Bosnian'),
2799 'br' => xl('Breton'),
2800 'bg' => xl('Bulgarian'),
2801 'my' => xl('Burmese'),
2802 'ca' => xl('Catalan- Valencian'),
2803 'ch' => xl('Chamorro'),
2804 'ce' => xl('Chechen'),
2805 'ny' => xl('Chichewa- Chewa- Nyanja'),
2806 'zh' => xl('Chinese'),
2807 'cv' => xl('Chuvash'),
2808 'kw' => xl('Cornish'),
2809 'co' => xl('Corsican'),
2810 'cr' => xl('Cree'),
2811 'hr' => xl('Croatian'),
2812 'cs' => xl('Czech'),
2813 'da' => xl('Danish'),
2814 'dv' => xl('Divehi- Dhivehi- Maldivian-'),
2815 'nl' => xl('Dutch'),
2816 'dz' => xl('Dzongkha'),
2817 'en' => xl('English'),
2818 'eo' => xl('Esperanto'),
2819 'et' => xl('Estonian'),
2820 'ee' => xl('Ewe'),
2821 'fo' => xl('Faroese'),
2822 'fj' => xl('Fijian'),
2823 'fi' => xl('Finnish'),
2824 'fr' => xl('French'),
2825 'ff' => xl('Fula- Fulah- Pulaar- Pular'),
2826 'gl' => xl('Galician'),
2827 'ka' => xl('Georgian'),
2828 'de' => xl('German'),
2829 'el' => xl('Greek, Modern'),
2830 'gn' => xl('Guarani'),
2831 'gu' => xl('Gujarati'),
2832 'ht' => xl('Haitian- Haitian Creole'),
2833 'ha' => xl('Hausa'),
2834 'he' => xl('Hebrew (modern)'),
2835 'hz' => xl('Herero'),
2836 'hi' => xl('Hindi'),
2837 'ho' => xl('Hiri Motu'),
2838 'hu' => xl('Hungarian'),
2839 'ia' => xl('Interlingua'),
2840 'id' => xl('Indonesian'),
2841 'ie' => xl('Interlingue'),
2842 'ga' => xl('Irish'),
2843 'ig' => xl('Igbo'),
2844 'ik' => xl('Inupiaq'),
2845 'io' => xl('Ido'),
2846 'is' => xl('Icelandic'),
2847 'it' => xl('Italian'),
2848 'iu' => xl('Inuktitut'),
2849 'ja' => xl('Japanese'),
2850 'jv' => xl('Javanese'),
2851 'kl' => xl('Kalaallisut, Greenlandic'),
2852 'kn' => xl('Kannada'),
2853 'kr' => xl('Kanuri'),
2854 'ks' => xl('Kashmiri'),
2855 'kk' => xl('Kazakh'),
2856 'km' => xl('Khmer'),
2857 'ki' => xl('Kikuyu, Gikuyu'),
2858 'rw' => xl('Kinyarwanda'),
2859 'ky' => xl('Kyrgyz'),
2860 'kv' => xl('Komi'),
2861 'kg' => xl('Kongo'),
2862 'ko' => xl('Korean'),
2863 'ku' => xl('Kurdish'),
2864 'kj' => xl('Kwanyama, Kuanyama'),
2865 'la' => xl('Latin'),
2866 'lb' => xl('Luxembourgish, Letzeburgesch'),
2867 'lg' => xl('Ganda'),
2868 'li' => xl('Limburgish, Limburgan, Limburger'),
2869 'ln' => xl('Lingala'),
2870 'lo' => xl('Lao'),
2871 'lt' => xl('Lithuanian'),
2872 'lu' => xl('Luba-Katanga'),
2873 'lv' => xl('Latvian'),
2874 'gv' => xl('Manx'),
2875 'mk' => xl('Macedonian'),
2876 'mg' => xl('Malagasy'),
2877 'ms' => xl('Malay'),
2878 'ml' => xl('Malayalam'),
2879 'mt' => xl('Maltese'),
2880 'mi' => xl('Maori'),
2881 'mr' => xl('Marathi (Marathi)'),
2882 'mh' => xl('Marshallese'),
2883 'mn' => xl('Mongolian'),
2884 'na' => xl('Nauru'),
2885 'nv' => xl('Navajo, Navaho'),
2886 'nb' => xl('Norwegian Bokmal'),
2887 'nd' => xl('North Ndebele'),
2888 'ne' => xl('Nepali'),
2889 'ng' => xl('Ndonga'),
2890 'nn' => xl('Norwegian Nynorsk'),
2891 'no' => xl('Norwegian'),
2892 'ii' => xl('Nuosu'),
2893 'nr' => xl('South Ndebele'),
2894 'oc' => xl('Occitan'),
2895 'oj' => xl('Ojibwe, Ojibwa'),
2896 'cu' => xl('Old Church Slavonic, Church Slavonic, Old Bulgarian'),
2897 'om' => xl('Oromo'),
2898 'or' => xl('Oriya'),
2899 'os' => xl('Ossetian, Ossetic'),
2900 'pa' => xl('Panjabi, Punjabi'),
2901 'pi' => xl('Pali'),
2902 'fa' => xl('Persian (Farsi)'),
2903 'pl' => xl('Polish'),
2904 'ps' => xl('Pashto, Pushto'),
2905 'pt' => xl('Portuguese'),
2906 'qu' => xl('Quechua'),
2907 'rm' => xl('Romansh'),
2908 'rn' => xl('Kirundi'),
2909 'ro' => xl('Romanian'),
2910 'ru' => xl('Russian'),
2911 'sa' => xl('Sanskrit (Samskrta)'),
2912 'sc' => xl('Sardinian'),
2913 'sd' => xl('Sindhi'),
2914 'se' => xl('Northern Sami'),
2915 'sm' => xl('Samoan'),
2916 'sg' => xl('Sango'),
2917 'sr' => xl('Serbian'),
2918 'gd' => xl('Scottish Gaelic- Gaelic'),
2919 'sn' => xl('Shona'),
2920 'si' => xl('Sinhala, Sinhalese'),
2921 'sk' => xl('Slovak'),
2922 'sl' => xl('Slovene'),
2923 'so' => xl('Somali'),
2924 'st' => xl('Southern Sotho'),
2925 'es' => xl('Spanish- Castilian'),
2926 'su' => xl('Sundanese'),
2927 'sw' => xl('Swahili'),
2928 'ss' => xl('Swati'),
2929 'sv' => xl('Swedish'),
2930 'ta' => xl('Tamil'),
2931 'te' => xl('Telugu'),
2932 'tg' => xl('Tajik'),
2933 'th' => xl('Thai'),
2934 'ti' => xl('Tigrinya'),
2935 'bo' => xl('Tibetan Standard, Tibetan, Central'),
2936 'tk' => xl('Turkmen'),
2937 'tl' => xl('Tagalog'),
2938 'tn' => xl('Tswana'),
2939 'to' => xl('Tonga (Tonga Islands)'),
2940 'tr' => xl('Turkish'),
2941 'ts' => xl('Tsonga'),
2942 'tt' => xl('Tatar'),
2943 'tw' => xl('Twi'),
2944 'ty' => xl('Tahitian'),
2945 'ug' => xl('Uyghur, Uighur'),
2946 'uk' => xl('Ukrainian'),
2947 'ur' => xl('Urdu'),
2948 'uz' => xl('Uzbek'),
2949 've' => xl('Venda'),
2950 'vi' => xl('Vietnamese'),
2951 'vo' => xl('Volapuk'),
2952 'wa' => xl('Walloon'),
2953 'cy' => xl('Welsh'),
2954 'wo' => xl('Wolof'),
2955 'fy' => xl('Western Frisian'),
2956 'xh' => xl('Xhosa'),
2957 'yi' => xl('Yiddish'),
2958 'yo' => xl('Yoruba'),
2959 'za' => xl('Zhuang, Chuang'),
2960 'zu' => xl('Zulu'),
2962 'en', // default English
2963 xl('Choose PDF languange Preference'),
2965 'pdf_size' => array(
2966 xl('Paper Size'), // Descriptive Name
2967 array(
2968 'LETTER' => xl('Letter Paper Size'),
2969 'LEGAL' => xl('Legal Paper Size'),
2970 'FOLIO' => xl('Folio Paper Size'),
2971 'EXECUTIVE' => xl('Executive Paper Size'),
2972 '4A0' => ('4A0' . " " . xl('Paper Size')),
2973 '2A0' => ('2A0' . " " . xl('Paper Size')),
2974 'A0' => ('A0' . " " . xl('Paper Size')),
2975 'A1' => ('A1' . " " . xl('Paper Size')),
2976 'A2' => ('A2' . " " . xl('Paper Size')),
2977 'A3' => ('A3' . " " . xl('Paper Size')),
2978 'A4' => ('A4' . " " . xl('Paper Size')),
2979 'A5' => ('A5' . " " . xl('Paper Size')),
2980 'A6' => ('A6' . " " . xl('Paper Size')),
2981 'A7' => ('A7' . " " . xl('Paper Size')),
2982 'A8' => ('A8' . " " . xl('Paper Size')),
2983 'A9' => ('A9' . " " . xl('Paper Size')),
2984 'A10' => ('A10' . " " . xl('Paper Size')),
2985 'B0' => ('B0' . " " . xl('Paper Size')),
2986 'B1' => ('B1' . " " . xl('Paper Size')),
2987 'B2' => ('B2' . " " . xl('Paper Size')),
2988 'B3' => ('B3' . " " . xl('Paper Size')),
2989 'B4' => ('B4' . " " . xl('Paper Size')),
2990 'B5' => ('B5' . " " . xl('Paper Size')),
2991 'B6' => ('B6' . " " . xl('Paper Size')),
2992 'B7' => ('B7' . " " . xl('Paper Size')),
2993 'B8' => ('B8' . " " . xl('Paper Size')),
2994 'B9' => ('B9' . " " . xl('Paper Size')),
2995 'B10' => ('B10' . " " . xl('Paper Size')),
2996 'C0' => ('C0' . " " . xl('Paper Size')),
2997 'C1' => ('C1' . " " . xl('Paper Size')),
2998 'C2' => ('C2' . " " . xl('Paper Size')),
2999 'C3' => ('C3' . " " . xl('Paper Size')),
3000 'C4' => ('C4' . " " . xl('Paper Size')),
3001 'C5' => ('C5' . " " . xl('Paper Size')),
3002 'C6' => ('C6' . " " . xl('Paper Size')),
3003 'C7' => ('C7' . " " . xl('Paper Size')),
3004 'C8' => ('C8' . " " . xl('Paper Size')),
3005 'C9' => ('C9' . " " . xl('Paper Size')),
3006 'C10' => ('C10' . " " . xl('Paper Size')),
3007 'RA0' => ('RA0' . " " . xl('Paper Size')),
3008 'RA1' => ('RA1' . " " . xl('Paper Size')),
3009 'RA2' => ('RA2' . " " . xl('Paper Size')),
3010 'RA3' => ('RA3' . " " . xl('Paper Size')),
3011 'RA4' => ('RA4' . " " . xl('Paper Size')),
3012 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
3013 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
3014 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
3015 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
3016 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
3018 'LETTER',
3019 xl('Choose Paper Size')
3021 'pdf_left_margin' => array(
3022 xl('Left Margin (mm)'),
3023 'num',
3024 '5',
3025 xl('Left Margin (mm)')
3027 'pdf_right_margin' => array(
3028 xl('Right Margin (mm)'),
3029 'num',
3030 '5',
3031 xl('Right Margin (mm)')
3033 'pdf_top_margin' => array(
3034 xl('Top Margin (mm)'),
3035 'num',
3036 '5',
3037 xl('Top Margin (mm)')
3039 'pdf_bottom_margin' => array(
3040 xl('Bottom Margin (px)'),
3041 'num',
3042 '8',
3043 xl('Bottom Margin (px)')
3045 'pdf_output' => array(
3046 xl('Output Type'),
3047 array(
3048 'D' => xl('Download'),
3049 'I' => xl('Inline')
3051 'D', //defaut
3052 xl("Choose Download or Display Inline"),
3055 'chart_label_type' => array(
3056 xl('Patient Label Type'),
3057 array(
3058 '0' => xl('None'),
3059 '1' => '5160',
3060 '2' => '5161',
3061 '3' => '5162'
3063 '1', // default
3064 xl('Avery Label type for printing patient labels from popups in left nav screen'),
3067 'barcode_label_type' => array(
3068 xl('Barcode Label Type'),
3069 array(
3070 '0' => xl('None'),
3071 '1' => 'std25',
3072 '2' => 'int25',
3073 '3' => 'ean8',
3074 '4' => 'ean13',
3075 '5' => 'upc',
3076 '6' => 'code11',
3077 '7' => 'code39',
3078 '8' => 'code93',
3079 '9' => 'code128',
3080 '10' => 'codabar',
3081 '11' => 'msi',
3082 '12' => 'datamatrix'
3084 '9', // default = None
3085 xl('Barcode type for printing barcode labels from popups in left nav screen.')
3088 'addr_label_type' => array(
3089 xl('Print Patient Address Label'),
3090 'bool', // data type
3091 '1', // default = false
3092 xl('Select to print patient address labels from popups in left nav screen.')