Added access controls for encounter categories
[openemr.git] / library / globals.inc.php
blob92502cbcbfb0bd8c29a81bd0a8fad296482c7ff5
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' => xl('Sort by seq'),
428 '1' => xl('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 'default_visit_category' => [
699 xl('Default Visit Category'),
700 'default_visit_category',
701 '_blank',
702 xl('Define a default visit category'),
705 'disable_chart_tracker' => array(
706 xl('Disable Chart Tracker'),
707 'bool', // data type
708 '0', // default = false
709 xl('Removes the Chart Tracker feature')
712 'disable_immunizations' => array(
713 xl('Disable Immunizations'),
714 'bool', // data type
715 '0', // default = false
716 xl('Removes support for immunizations')
719 'disable_prescriptions' => array(
720 xl('Disable Prescriptions'),
721 'bool', // data type
722 '0', // default = false
723 xl('Removes support for prescriptions')
726 'omit_employers' => array(
727 xl('Omit Employers'),
728 'bool', // data type
729 '0', // default = false
730 xl('Omit employer information in patient demographics')
733 'select_multi_providers' => array(
734 xl('Support Multi-Provider Events'),
735 'bool', // data type
736 '0', // default = false
737 xl('Support calendar events that apply to multiple providers')
740 'disable_non_default_groups' => array(
741 xl('Disable User Groups'),
742 'bool', // data type
743 '1', // default = true
744 xl('Normally this should be checked. Not related to access control.')
747 'ignore_pnotes_authorization' => array(
748 xl('Skip Authorization of Patient Notes'),
749 'bool', // data type
750 '1', // default = true
751 xl('Do not require patient notes to be authorized')
754 'support_encounter_claims' => array(
755 xl('Allow Encounter Claims'),
756 'bool', // data type
757 '0', // default = false
758 xl('Allow creation of claims containing diagnoses but not procedures or charges. Most clinics do not want this.')
761 'advance_directives_warning' => array(
762 xl('Advance Directives Warning'),
763 'bool', // data type
764 '0', // default = false
765 xl('Display advance directives in the demographics page.')
768 'configuration_import_export' => array(
769 xl('Configuration Export/Import'),
770 'bool', // data type
771 '0', // default = false
772 xl('Support export/import of configuration data via the Backup page.')
775 'restrict_user_facility' => array(
776 xl('Restrict Users to Facilities'),
777 'bool', // data type
778 '0', // default
779 xl('Restrict non-authorized users to the Schedule Facilities set in User admin.')
782 'set_facility_cookie' => array(
783 xl('Remember Selected Facility'),
784 'bool', // data type
785 '0', // default
786 xl('Set a facility cookie to remember the selected facility between logins.')
789 'receipts_by_provider' => array(
790 xl('Print Receipts by Provider'),
791 'bool',
792 '0', // default
793 xl('Causes Receipts to Print Encounter/Primary Provider Info')
796 'discount_by_money' => array(
797 xl('Discounts as Monetary Amounts'),
798 'bool', // data type
799 '1', // default = true
800 xl('Discounts at checkout time are entered as money amounts, as opposed to percentage.')
803 'gbl_visit_referral_source' => array(
804 xl('Referral Source for Encounters'),
805 'bool', // data type
806 '0', // default = false
807 xl('A referral source may be specified for each visit.')
810 'gbl_mask_patient_id' => array(
811 xl('Mask for Patient IDs'),
812 'text', // data type
813 '', // default
814 xl('Specifies formatting for the external patient ID. # = digit, @ = alpha, * = any character. Empty if not used.')
817 'gbl_mask_invoice_number' => array(
818 xl('Mask for Invoice Numbers'),
819 'text', // data type
820 '', // default
821 xl('Specifies formatting for invoice reference numbers. # = digit, @ = alpha, * = any character. Empty if not used.')
824 'gbl_mask_product_id' => array(
825 xl('Mask for Product IDs'),
826 'text', // data type
827 '', // default
828 xl('Specifies formatting for product NDC fields. # = digit, @ = alpha, * = any character. Empty if not used.')
831 'hide_billing_widget' => array(
832 xl('Hide Billing Widget'),
833 'bool', // data type
834 '0', // default = false
835 xl('This will hide the Billing Widget in the Patient Summary screen')
838 'force_billing_widget_open' => array(
839 xl('Force Billing Widget Open'),
840 'bool', // data type
841 '0', // default = false
842 xl('This will force the Billing Widget in the Patient Summary screen to always be open.')
845 'activate_ccr_ccd_report' => array(
846 xl('Activate CCR/CCD Reporting'),
847 'bool', // data type
848 '1', // default = true
849 xl('This will activate the CCR(Continuity of Care Record) and CCD(Continuity of Care Document) reporting.')
852 'hide_document_encryption' => array(
853 xl('Hide Encryption/Decryption Options In Document Management'),
854 'bool', // data type
855 '1', // default = true
856 xl('This will deactivate document the encryption and decryption features, and hide them in the UI.')
859 'use_custom_immun_list' => array(
860 xl('Use Custom Immunization List'),
861 'bool', // data type
862 '0', // default = true
863 xl('This will use the custom immunizations list rather than the standard CVX immunization list.')
866 'preprinted_cms_1500' => array(
867 xl('Prints the CMS 1500 on the Preprinted form'),
868 'bool', // data type
869 '0', // default = false
870 xl('Prints the CMS 1500 on the Preprinted form')
873 'cms_top_margin_default' => array(
874 xl('Default top print margin for CMS 1500'),
875 'num', // data type
876 '24', // default
877 xl('This is the default top print margin for CMS 1500. It will adjust the final printed output up or down.')
880 'cms_left_margin_default' => array(
881 xl('Default left print margin for CMS 1500'),
882 'num', // data type
883 '20', // default
884 xl('This is the default left print margin for CMS 1500. It will adjust the final printed output left or right.')
887 'cms_1500' => array(
888 xl('CMS 1500 Paper Form Format'),
889 array(
890 '0' => xl('08/05{{CMS 1500 format date revision setting in globals}}'),
891 '1' => xl('02/12{{CMS 1500 format date revision setting in globals}}'),
893 '1', // default
894 xl('This specifies which revision of the form the billing module should generate')
897 'cms_1500_box_31_format' => array(
898 xl('CMS 1500: Box 31 Format'),
899 array(
900 '0' => xl('Signature on File'),
901 '1' => xl('Firstname Lastname'),
902 '2' => xl('None'),
904 '0', // default
905 xl('This specifies whether to include date in Box 31.')
908 'cms_1500_box_31_date' => array(
909 xl('CMS 1500: Date in Box 31 (Signature)'),
910 array(
911 '0' => xl('None'),
912 '1' => xl('Date of Service'),
913 '2' => xl('Today'),
915 '0', // default
916 xl('This specifies whether to include date in Box 31.')
919 'amendments' => array(
920 xl('Amendments'),
921 'bool', // data type
922 '1', // default = true
923 xl('Enable amendments feature')
926 'allow_pat_delete' => array(
927 xl('Allow Administrators to Delete Patients'),
928 'bool', // data type
929 '0', // default = false
930 xl('Allow Administrators to Delete Patients')
934 'observation_results_immunization' => array(
935 xl('Immunization Observation Results'),
936 'bool', // data type
937 '1', // default
938 xl('Observation Results in Immunization')
942 // Report Tab
944 'Report' => array(
946 'use_custom_daysheet' => array(
947 xl('Use Custom End of Day Report'),
948 array(
949 '0' => xl('None'),
950 '1' => xl('Print End of Day Report 1'),
951 '2' => xl('Print End of Day Report 2'),
952 '3' => xl('Print End of Day Report 3'),
953 ), // data type
954 '1', // default = Print End of Day Report 1
955 xl('This will allow the use of the custom End of Day report and indicate which report to use.')
958 'daysheet_provider_totals' => array(
959 xl('End of Day by Provider or allow Totals Only'),
960 array(
961 '0' => xl('Provider'),
962 '1' => xl('Totals Only'),
964 '1', // default
965 xl('This specifies the Printing of the Custom End of Day Report grouped Provider or allow the Printing of Totals Only')
968 'ledger_begin_date' => array(
969 xl('Beginning Date for Ledger Report'),
970 array(
971 'Y1' => xl('One Year Ago'),
972 'Y2' => xl('Two Years Ago'),
973 'M6' => xl('Six Months Ago'),
974 'M3' => xl('Three Months Ago'),
975 'M1' => xl('One Month Ago'),
976 'D1' => xl('One Day Ago'),
978 'Y1', // default = One Year
979 xl('This is the Beginning date for the Ledger Report.')
982 'print_next_appointment_on_ledger' => array(
983 xl('Print the Next Appointment on the Bottom of the Ledger'),
984 'bool', // data type
985 '1', // default = true
986 xl('This Will Print the Next Appointment on the Bottom of the Patient Ledger')
989 'sales_report_invoice' => array(
990 xl('Display Invoice Number or Patient Name or Both in the Sales Report'),
991 array(
992 '0' => xl('Invoice Number'),
993 '1' => xl('Patient Name and ID'),
994 '2' => xl('Patient Name and Invoice'),
996 '2', // default = 2
997 xl('This will Display the Invoice Number in the Sales Report or the Patient Name and ID or Patient Name and Invoice Number.')
1000 'cash_receipts_report_invoice' => array(
1001 xl('Display Invoice Number or Patient Name in the Cash Receipt Report'),
1002 array(
1003 '0' => xl('Invoice Number'),
1004 '1' => xl('Patient Name'),
1006 '0', // default = 0
1007 xl('Display Invoice Number or Patient Name in the Cash Receipt Report')
1012 // Billing Tab
1014 'Billing' => array(
1016 'default_search_code_type' => array(
1017 xl('Default Search Code Type'),
1018 'all_code_types', // data type
1019 'ICD10', // default
1020 xl('The default code type to search for in the Fee Sheet.')
1023 'support_fee_sheet_line_item_provider' => array(
1024 xl('Support provider in line item in fee sheet'),
1025 'bool', // data type
1026 '0', // default = false
1027 xl('This Enables provider in line item in the fee sheet')
1030 'default_fee_sheet_line_item_provider' => array(
1031 xl('Default to a provider for line item in the fee sheet'),
1032 'bool', // data type
1033 '0', // default = false
1034 xl('Default to a provider for line item in the fee sheet.(only applicable if Support line item billing in option above)')
1037 'replicate_justification' => array(
1038 xl('Automatically replicate justification codes in Fee Sheet'),
1039 'bool', // data type
1040 '0', // default = false
1041 xl('Automatically replicate justification codes in Fee Sheet (basically fills in the blanks with the justification code above it).')
1044 'display_units_in_billing' => array(
1045 xl('Display the Units Column on the Billing Screen'),
1046 'bool', // data type
1047 '0', // default = false
1048 xl('Display the Units Column on the Billing Screen')
1051 'notes_to_display_in_Billing' => array(
1052 xl('Which notes are to be displayed in the Billing Screen'),
1053 array(
1054 '0' => xl('None'),
1055 '1' => xl('Encounter Billing Note'),
1056 '2' => xl('Patient Billing Note'),
1057 '3' => xl('All'),
1059 '3',
1060 xl('Display the Encounter Billing Note or Patient Billing Note or Both in the Billing Screen.')
1063 'set_pos_code_encounter' => array(
1064 xl('Set POS code in encounter'),
1065 'bool', // data type
1066 '0', // default = false
1067 xl('This feature will allow the default POS facility code to be overriden from the encounter.')
1070 'use_custom_statement' => array(
1071 xl('Use Custom Statement'),
1072 'bool', // data type
1073 '0', // default = false
1074 xl('This will use the custom Statment showing the description instead of the codes.')
1077 'statement_appearance' => array(
1078 xl('Statement Appearance'),
1079 array(
1080 '0' => xl('Plain Text'),
1081 '1' => xl('Modern/images')
1082 ), // data type
1083 '1', // default = true
1084 xl('Patient statements can be generated as plain text or with a modern graphical appearance.')
1087 'billing_phone_number' => array(
1088 xl('Custom Billing Phone Number'),
1089 'text', // data type
1091 xl('Phone number for billing inquiries')
1094 'show_aging_on_custom_statement' => array(
1095 xl('Show Aging on Custom Statement'),
1096 'bool', // data type
1097 '0', // default = false
1098 xl('This will Show Aging on the custom Statement.')
1101 'use_statement_print_exclusion' => array(
1102 xl('Allow Statement Exclusions from Printing'),
1103 'bool', // data type
1104 '0', // default = false
1105 xl('This will enable the Ability to Exclude Selected Patient Statements from Printing.')
1108 'minimum_amount_to_print' => array(
1109 xl('Total Minimum Amount of Statement to Allow Printing'),
1110 'num', // data type
1111 '1.00',
1112 xl('Total Minimum Dollar Amount of Statement to Allow Printing.(only applicable if Allow Statement Exclusions from Printing is enabled)')
1115 'statement_bill_note_print' => array(
1116 xl('Print Patient Billing Note'),
1117 'bool', // data type
1118 '0', // default = false
1119 xl('This will allow printing of the Patient Billing Note on the statements.')
1122 'number_appointments_on_statement' => array(
1123 xl('Number of Appointments on Statement'),
1124 'num', // data type
1125 '0', // default = 0
1126 xl('The Number of Future Appointments to Display on the Statement.')
1129 'statement_message_to_patient' => array(
1130 xl('Print Custom Message'),
1131 'bool', // data type
1132 '0', // default = false
1133 xl('This will allow printing of a custom Message on the statements.')
1136 'statement_msg_text' => array(
1137 xl('Custom Statement message'),
1138 'text', // data type
1140 xl('Text for Custom statement message.')
1143 'use_dunning_message' => array(
1144 xl('Use Custom Dunning Messages'),
1145 'bool', // data type
1146 '0', // default = false
1147 xl('This will allow use of the custom Dunning Messages on the statements.')
1150 'first_dun_msg_set' => array(
1151 xl('Number of days before showing first account message'),
1152 'num', // data type
1153 '30',
1154 xl('Number of days before showing first account message.')
1157 'first_dun_msg_text' => array(
1158 xl('First account message'),
1159 'text', // data type
1161 xl('Text for first account message.')
1164 'second_dun_msg_set' => array(
1165 xl('Number of days before showing second account message'),
1166 'num', // data type
1167 '60',
1168 xl('Number of days before showing second account message')
1171 'second_dun_msg_text' => array(
1172 xl('Second account message'),
1173 'text', // data type
1175 xl('Text for second account message.')
1178 'third_dun_msg_set' => array(
1179 xl('Number of days before showing third account message'),
1180 'num', // data type
1181 '90',
1182 xl('Number of days before showing third account message')
1185 'third_dun_msg_text' => array(
1186 xl('Third account message'),
1187 'text', // data type
1189 xl('Text for third account message.')
1192 'fourth_dun_msg_set' => array(
1193 xl('Number of days before showing fourth account message'),
1194 'num', // data type
1195 '120',
1196 xl('Number of days before showing fourth account message')
1199 'fourth_dun_msg_text' => array(
1200 xl('Fourth account message'),
1201 'text', // data type
1203 xl('Text for fourth account message.')
1206 'fifth_dun_msg_set' => array(
1207 xl('Number of days before showing fifth account message'),
1208 'num', // data type
1209 '150',
1210 xl('Number of days before showing fifth account message')
1213 'fifth_dun_msg_text' => array(
1214 xl('Fifth account message'),
1215 'text', // data type
1217 xl('Text for fifth account message.')
1219 'save_codes_history' => array(
1220 xl('Save codes history'),
1221 'bool', // data type
1222 '1', // default
1223 xl('Save codes history')
1227 // E-Sign Tab
1229 'E-Sign' => array(
1231 'esign_all' => array(
1232 xl('Allows E-Sign on the entire encounter'),
1233 'bool', // data type
1234 '0', // default = false
1235 xl('This will enable signing an entire encounter, rather than individual forms')
1238 'lock_esign_all' => array(
1239 xl('Lock e-signed encounters and their forms'),
1240 'bool', // data type
1241 '0', // default = false
1242 xl('This will disable the Edit button on all forms whose parent encounter is e-signed')
1245 'esign_individual' => array(
1246 xl('Allows E-Signing Individual Forms'),
1247 'bool', // data type
1248 '1', // default = false
1249 xl('This will enable signing individual forms separately')
1252 'lock_esign_individual' => array(
1253 xl('Lock an e-signed form individually'),
1254 'bool', // data type
1255 '1', // default = false
1256 xl('This will disable the Edit button on any form that is e-signed')
1259 'esign_lock_toggle' => array(
1260 xl('Enable lock toggle'),
1261 'bool', // data type
1262 '0', // default = false
1263 xl('This will give the user the option to lock (separate locking and signing)')
1266 'esign_report_hide_empty_sig' => array(
1267 xl('Hide Empty E-Sign Logs On Report'),
1268 'bool', // data type
1269 '1', // default = false
1270 xl('This will hide empty e-sign logs on the patient report')
1274 //Documents Tab
1275 'Documents' => array(
1277 'document_storage_method' => array(
1278 xl('Document Storage Method'),
1279 array(
1280 '0' => xl('Hard Disk'),
1281 '1' => xl('CouchDB')
1283 '0', // default
1284 xl('Option to save method of document storage.')
1287 'couchdb_host' => array(
1288 xl('CouchDB HostName'),
1289 'text',
1290 'localhost',
1291 xl('CouchDB host'),
1293 'couchdb_user' => array(
1294 xl('CouchDB UserName'),
1295 'text',
1297 xl('Username to connect to CouchDB'),
1299 'couchdb_pass' => array(
1300 xl('CouchDB Password'),
1301 'text',
1303 xl('Password to connect to CouchDB'),
1305 'couchdb_port' => array(
1306 xl('CouchDB Port'),
1307 'text',
1308 '5984',
1309 xl('CouchDB port'),
1311 'couchdb_dbase' => array(
1312 xl('CouchDB Database'),
1313 'text',
1315 xl('CouchDB database name'),
1317 'couchdb_log' => array(
1318 xl('CouchDB Log Enable'),
1319 'bool',
1320 '0',
1321 xl('Enable log for document uploads/downloads to CouchDB'),
1324 'expand_document_tree' => array(
1325 xl('Expand All Document Categories'),
1326 'bool', // data type
1327 '0', // default = false
1328 xl('Expand All Document Categories by Default')
1331 'patient_id_category_name' => array(
1332 xl('Patient ID Category Name'),
1333 'text', // data type
1334 'Patient ID card', // default
1335 xl('Optional category name for an ID Card image that can be viewed from the patient summary page.')
1338 'patient_photo_category_name' => array(
1339 xl('Patient Photo Category Name'),
1340 'text', // data type
1341 'Patient Photograph', // default
1342 xl('Optional category name for photo images that can be viewed from the patient summary page.')
1345 'lab_results_category_name' => array(
1346 xl('Lab Results Category Name'),
1347 'text', // data type
1348 'Lab Report', // default
1349 xl('Document category name for storage of electronically received lab results.')
1352 'gbl_mdm_category_name' => array(
1353 xl('MDM Document Category Name'),
1354 'text', // data type
1355 'Lab Report', // default
1356 xl('Document category name for storage of electronically received MDM documents.')
1358 'generate_doc_thumb' => array(
1359 xl('Generate thumbnail'),
1360 'bool',
1361 '0',
1362 xl('Generate thumbnail images'),
1364 'thumb_doc_max_size' => array(
1365 xl('Thumbnail size'),
1366 'text', // data type
1367 '100', // default
1368 xl('Maximum size of thumbnail file')
1372 // Calendar Tab
1374 'Calendar' => array(
1376 'disable_calendar' => array(
1377 xl('Disable Calendar'),
1378 'bool', // data type
1379 '0', // default
1380 xl('Do not display the calendar.')
1383 'schedule_start' => array(
1384 xl('Calendar Starting Hour'),
1385 'hour',
1386 '8', // default
1387 xl('Beginning hour of day for calendar events.')
1390 'schedule_end' => array(
1391 xl('Calendar Ending Hour'),
1392 'hour',
1393 '17', // default
1394 xl('Ending hour of day for calendar events.')
1397 'calendar_interval' => array(
1398 xl('Calendar Interval'),
1399 array(
1400 '5' => '5',
1401 '10' => '10',
1402 '15' => '15',
1403 '20' => '20',
1404 '30' => '30',
1405 '60' => '60',
1407 '15', // default
1408 xl('The time granularity of the calendar and the smallest interval in minutes for an appointment slot.')
1411 'calendar_view_type' => array(
1412 xl('Default Calendar View'),
1413 array(
1414 'day' => xl('Day'),
1415 'week' => xl('Week'),
1416 'month' => xl('Month'),
1418 'day', // default
1419 xl('This sets the Default Calendar View, Default is Day.')
1421 'first_day_week' => array(
1422 xl('First day in the week'),
1423 array(
1424 '1' => xl('Monday'),
1425 '0' => xl('Sunday'),
1426 '6' => xl('Saturday')
1428 '1',
1429 xl('Your first day of the week.')
1431 'calendar_appt_style' => array(
1432 xl('Appointment Display Style'),
1433 array(
1434 '1' => xl('Last name'),
1435 '2' => xl('Last name, first name'),
1436 '3' => xl('Last name, first name (title)'),
1437 '4' => xl('Last name, first name (title: comments)'),
1439 '2', // default
1440 xl('This determines how appointments display on the calendar.')
1443 'event_color' => array(
1444 xl('Appointment/Event Color'),
1445 array(
1446 '1' => xl('Category Color Schema'),
1447 '2' => xl('Facility Color Schema'),
1448 ), // data type
1449 '1', // default
1450 xl('This determines which color schema used for appointment')
1453 'number_of_appts_to_show' => array(
1454 xl('Appointments - Patient Summary - Number to Display'),
1455 'num',
1456 '10',
1457 xl('Number of Appointments to display in the Patient Summary')
1460 'number_of_group_appts_to_show' => array(
1461 xl('Appointments - Group Summary - Number to Display'),
1462 'num',
1463 '10',
1464 xl('Number of Appointments to display in the Group Summary')
1466 'number_of_ex_appts_to_show' => array(
1467 xl('Excluded Appointments - Tooltip - Number to Display'),
1468 'num',
1469 '15',
1470 xl('Number of Excluded Appointments to display in the Tooltip')
1474 'patient_portal_appt_display_num' => array(
1475 xl('Appointments - Onsite Patient Portal - Number to Display'),
1476 'num',
1477 '20',
1478 xl('Number of Appointments to display in the Onsite Patient Portal')
1481 'appt_display_sets_option' => array(
1482 xl('Appointment Display Sets - Ignore Display Limit (Last Set)'),
1483 'bool', // data type
1484 '1', // default
1485 xl('Override (if necessary) the appointment display limit to allow all appointments to be displayed for the last set')
1488 'appt_display_sets_color_1' => array(
1489 xl('Appointment Display Sets - Color 1'),
1490 'color_code',
1491 '#FFFFFF',
1492 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).')
1495 'appt_display_sets_color_2' => array(
1496 xl('Appointment Display Sets - Color 2'),
1497 'color_code',
1498 '#E6E6FF',
1499 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).')
1502 'appt_display_sets_color_3' => array(
1503 xl('Appointment Display Sets - Color 3'),
1504 'color_code',
1505 '#E6FFE6',
1506 xl('Color for the last set when all member appointments are displayed and at least one subsequent scheduled appointment exists (not displayed).')
1509 'appt_display_sets_color_4' => array(
1510 xl('Appointment Display Sets - Color 4'),
1511 'color_code',
1512 '#FFE6FF',
1513 xl('Color for the last set when not all member appointments are displayed.')
1516 'appt_recurrences_widget' => array(
1517 xl('Recurrent Appointment Display Widget'),
1518 'bool', // data type
1519 '1', // default
1520 xl('Display the recurrent appointment widget in the patient summary.')
1523 'num_past_appointments_to_show' => array(
1524 xl('Past Appointment Display Widget'),
1525 'num', // data type
1526 '0', // default = false
1527 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)')
1530 'docs_see_entire_calendar' => array(
1531 xl('Providers See Entire Calendar'),
1532 'bool', // data type
1533 '0', // default
1534 xl('Check this if you want providers to see all appointments by default and not just their own.')
1537 'auto_create_new_encounters' => array(
1538 xl('Auto-Create New Encounters'),
1539 'bool', // data type
1540 '1', // default
1541 xl('Automatically create a new encounter when an appointment check in status is selected.')
1543 'allow_early_check_in' => array(
1544 xl('Allow Early Check In'),
1545 'bool', // data type
1546 '1', // default
1547 xl("Allow Check In before the appointment's time.")
1549 'disable_pat_trkr' => array(
1550 xl('Disable Patient Flow Board'),
1551 'bool', // data type
1552 '0', // default
1553 xl('Do not display the patient flow board.')
1556 'ptkr_visit_reason' => array(
1557 xl('Show Visit Reason in Patient Flow Board'),
1558 'bool', // data type
1559 '0', // default = false
1560 xl('When Checked, Visit Reason Will Show in Patient Flow Board.')
1563 'ptkr_show_pid' => array(
1564 xl('Show Patient ID in Patient Flow Board'),
1565 'bool', // data type
1566 '1', // default = true
1567 xl('When Checked, Patient ID Will Show in Patient Flow Board.')
1570 'ptkr_show_encounter' => array(
1571 xl('Show Patient Encounter Number in Patient Flow Board'),
1572 'bool', // data type
1573 '1', // default = true
1574 xl('When Checked, Patient Encounter Number Will Show in Patient Flow Board.')
1577 'pat_trkr_timer' => array(
1578 xl('Patient Flow Board Timer Interval'),
1579 array(
1580 '0' => xl('No automatic refresh'),
1581 '0:10' => '10',
1582 '0:20' => '20',
1583 '0:30' => '30',
1584 '0:40' => '40',
1585 '0:50' => '50',
1586 '0:59' => '60',
1588 '0:20', // default
1589 xl('The screen refresh time in Seconds for the Patient Flow Board Screen.')
1592 'checkout_roll_off' => array(
1593 xl('Number of Minutes to display completed checkouts'),
1594 'num',
1595 '0', // default
1596 xl('Number of Minutes to display completed checkouts. Zero is continuous display')
1599 'drug_screen' => array(
1600 xl('Enable Random Drug Testing'),
1601 'bool', // data type
1602 '0', // default
1603 xl('Allow Patient Flow Board to Select Patients for Drug Testing.')
1606 'drug_testing_percentage' => array(
1607 xl('Percentage of Patients to Drug Test'),
1608 'num',
1609 '33', // default
1610 xl('Percentage of Patients to select for Random Drug Testing.')
1613 'maximum_drug_test_yearly' => array(
1614 xl('Maximum number of times a Patient can be tested in a year'),
1615 'num',
1616 '0', // default
1617 xl('Maximum number of times a Patient can be tested in a year. Zero is no limit.')
1620 'submit_changes_for_all_appts_at_once' => array(
1621 xl('Submit Changes For All Appts At Once'),
1622 'bool', // data type
1623 '1', // default
1624 xl('Enables to submit changes for all appointments of a recurrence at once.')
1630 // Security Tab
1632 'Security' => array(
1633 'sql_string_no_show_screen' => array(
1634 xl('Mode - Do Not Show SQL Queries'),
1635 'bool', // data type
1636 '0', // default
1637 xl('Do not allow SQL queries to be outputted to screen.')
1639 'timeout' => array(
1640 xl('Idle Session Timeout Seconds'),
1641 'num', // data type
1642 '7200', // default
1643 xl('Maximum idle time in seconds before logout. Default is 7200 (2 hours).')
1645 'secure_upload' => array(
1646 xl('Secure Upload Files with White List'),
1647 'bool', // data type
1648 '0', // default
1649 xl('Block all files types that are not found in the White List. Can find interface to edit the White List at Administration->Files.')
1651 'secure_password' => array(
1652 xl('Require Strong Passwords'),
1653 'bool', // data type
1654 '0', // default
1655 xl('Strong password means at least 8 characters, and at least three of: a number, a lowercase letter, an uppercase letter, a special character.')
1657 'password_history' => array(
1658 xl('Require Unique Passwords'),
1659 'bool', // data type
1660 '0', // default
1661 xl('Means none of last three passwords are allowed when changing a password.')
1663 'password_compatibility' => array(
1664 xl('Permit unsalted passwords'),
1665 'bool', // data type
1666 '1', // default
1667 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')
1670 'password_expiration_days' => array(
1671 xl('Default Password Expiration Days'),
1672 'num', // data type
1673 '0', // default
1674 xl('Default password expiration period in days. 0 means this feature is disabled.')
1677 'password_grace_time' => array(
1678 xl('Password Expiration Grace Period'),
1679 'num', // data type
1680 '0', // default
1681 xl('Period in days where a user may login with an expired password.')
1684 'is_client_ssl_enabled' => array(
1685 xl('Enable Client SSL'),
1686 'bool', // data type
1687 '0', // default
1688 xl('Enable client SSL certificate authentication.')
1691 'certificate_authority_crt' => array(
1692 xl('Path to CA Certificate File'),
1693 'text', // data type
1694 '', // default
1695 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
1698 'certificate_authority_key' => array(
1699 xl('Path to CA Key File'),
1700 'text', // data type
1701 '', // default
1702 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
1705 'client_certificate_valid_in_days' => array(
1706 xl('Client Certificate Expiration Days'),
1707 'num', // data type
1708 '365', // default
1709 xl('Number of days that the client certificate is valid.')
1712 'Emergency_Login_email_id' => array(
1713 xl('Emergency Login Email Address'),
1714 'text', // data type
1715 '', // default
1716 xl('Email address, if any, to receive emergency login user activation messages.')
1719 'new_validate' => array(
1720 xl('New form validation'),
1721 'bool',
1722 '1',
1723 xl('New form validation')
1726 'allow_multiple_databases' => array(
1727 xl('Allow multiple databases'),
1728 'bool',
1729 '0',
1730 xl('Allow to use with multiple database')
1733 'safe_key_database' => array(
1734 xl('Safe key database'),
1735 'text', // data type
1736 '', // default
1737 xl('Key for multiple database credentials encryption')
1740 'use_active_directory' => array(
1741 xl('Use Active Directory'),
1742 'bool',
1743 '0',
1744 xl('If enabled, uses the specified active directory for login and authentication.')
1747 'account_suffix' => array(
1748 xl('Active Directory - Suffix Of Account'),
1749 'text',
1751 xl('The suffix of the account.')
1754 'base_dn' => array(
1755 xl('Active Directory - Domains Base'),
1756 'text',
1758 xl('Users is the standard windows CN, replace the DC stuff with your domain.')
1761 'domain_controllers' => array(
1762 xl('Active Directory - Domains Controllers'),
1763 'text',
1765 xl('The IP address of your domain controller(s).')
1770 // Notifications Tab
1772 'Notifications' => array(
1774 'patient_reminder_sender_name' => array(
1775 xl('Patient Reminder Sender Name'),
1776 'text', // data type
1777 '', // default
1778 xl('Name of the sender for patient reminders.')
1781 'patient_reminder_sender_email' => array(
1782 xl('Patient Reminder Sender Email'),
1783 'text', // data type
1784 '', // default
1785 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.')
1788 'practice_return_email_path' => array(
1789 xl('Notification Email Address'),
1790 'text', // data type
1791 '', // default
1792 xl('Email address, if any, to receive administrative notifications.')
1795 'EMAIL_METHOD' => array(
1796 xl('Email Transport Method'),
1797 array(
1798 'PHPMAIL' => 'PHPMAIL',
1799 'SENDMAIL' => 'SENDMAIL',
1800 'SMTP' => 'SMTP',
1802 'SMTP', // default
1803 xl('Method for sending outgoing email.')
1806 'SMTP_HOST' => array(
1807 xl('SMTP Server Hostname'),
1808 'text', // data type
1809 'localhost', // default
1810 xl('If SMTP is used, the server`s hostname or IP address.')
1813 'SMTP_PORT' => array(
1814 xl('SMTP Server Port Number'),
1815 'num', // data type
1816 '25', // default
1817 xl('If SMTP is used, the server`s TCP port number (usually 25).')
1820 'SMTP_USER' => array(
1821 xl('SMTP User for Authentication'),
1822 'text', // data type
1823 '', // default
1824 xl('Must be empty if SMTP authentication is not used.')
1827 'SMTP_PASS' => array(
1828 xl('SMTP Password for Authentication'),
1829 'text', // data type
1830 '', // default
1831 xl('Must be empty if SMTP authentication is not used.')
1834 'SMTP_SECURE' => array(
1835 xl('SMTP Security Protocol'),
1836 array(
1837 '' => xl('None'),
1838 'ssl' => 'SSL',
1839 'tls' => 'TLS'
1842 xl('SMTP security protocol to connect with. Required by some servers such as gmail.')
1845 'EMAIL_NOTIFICATION_HOUR' => array(
1846 xl('Email Notification Hours'),
1847 'num', // data type
1848 '50', // default
1849 xl('Number of hours in advance to send email notifications.')
1852 'SMS_NOTIFICATION_HOUR' => array(
1853 xl('SMS Notification Hours'),
1854 'num', // data type
1855 '50', // default
1856 xl('Number of hours in advance to send SMS notifications.')
1859 'SMS_GATEWAY_USENAME' => array(
1860 xl('SMS Gateway Username'),
1861 'text', // data type
1862 '', // default
1863 xl('Username for SMS Gateway.')
1866 'SMS_GATEWAY_PASSWORD' => array(
1867 xl('SMS Gateway Password'),
1868 'text', // data type
1869 '', // default
1870 xl('Password for SMS Gateway.')
1873 'SMS_GATEWAY_APIKEY' => array(
1874 xl('SMS Gateway API Key'),
1875 'text', // data type
1876 '', // default
1877 xl('API key for SMS Gateway.')
1880 'phone_notification_hour' => array(
1881 xl('Phone Notification Hour'),
1882 'num', // data type
1883 '50', // default
1884 xl('Number of hours in advance to send Phone notification.')
1887 'phone_gateway_username' => array(
1888 xl('Phone Gateway Username'),
1889 'text', // data type
1890 '', // default
1891 xl('Username for Phone Gateway.')
1894 'phone_gateway_password' => array(
1895 xl('Phone Gateway Password'),
1896 'text', // data type
1897 '', // default
1898 xl('Password for Phone Gateway.')
1901 'phone_gateway_url' => array(
1902 xl('Phone Gateway URL'),
1903 'text', // data type
1904 '', // default
1905 xl('URL for Phone Gateway.')
1910 // CDR (Clinical Decision Rules)
1912 'CDR' => array(
1914 'enable_cdr' => array(
1915 xl('Enable Clinical Decisions Rules (CDR)'),
1916 'bool', // data type
1917 '1', // default
1918 xl('Enable Clinical Decisions Rules (CDR)')
1921 'enable_allergy_check' => array(
1922 xl('Enable Allergy Check'),
1923 'bool', // data type
1924 '1', // default
1925 xl('Enable Allergy Check Against Medications and Prescriptions')
1928 'enable_alert_log' => array(
1929 xl('Enable Alert Log'),
1930 'bool', // data type
1931 '1', // default
1932 xl('Enable Alert Logging')
1935 'enable_cdr_new_crp' => array(
1936 xl('Enable Clinical Passive New Reminder(s) Popup'),
1937 'bool', // data type
1938 '1', // default
1939 xl('Enable Clinical Passive New Reminder(s) Popup')
1942 'enable_cdr_crw' => array(
1943 xl('Enable Clinical Passive Reminder Widget'),
1944 'bool', // data type
1945 '1', // default
1946 xl('Enable Clinical Passive Reminder Widget')
1949 'enable_cdr_crp' => array(
1950 xl('Enable Clinical Active Reminder Popup'),
1951 'bool', // data type
1952 '1', // default
1953 xl('Enable Clinical Active Reminder Popup')
1956 'enable_cdr_prw' => array(
1957 xl('Enable Patient Reminder Widget'),
1958 'bool', // data type
1959 '1', // default
1960 xl('Enable Patient Reminder Widget')
1963 'enable_cqm' => array(
1964 xl('Enable CQM Reporting'),
1965 'bool', // data type
1966 '1', // default
1967 xl('Enable Clinical Quality Measure (CQM) Reporting')
1970 'pqri_registry_name' => array(
1971 xl('PQRI Registry Name'),
1972 'text', // data type
1973 'Model Registry', // default
1974 xl('PQRI Registry Name')
1977 'pqri_registry_id' => array(
1978 xl('PQRI Registry ID'),
1979 'text', // data type
1980 '125789123', // default
1981 xl('PQRI Registry ID')
1984 'enable_amc' => array(
1985 xl('Enable AMC Reporting'),
1986 'bool', // data type
1987 '1', // default
1988 xl('Enable Automated Measure Calculations (AMC) Reporting')
1991 'enable_amc_prompting' => array(
1992 xl('Enable AMC Prompting'),
1993 'bool', // data type
1994 '1', // default
1995 xl('Enable Prompting For Automated Measure Calculations (AMC) Required Data')
1998 'enable_amc_tracking' => array(
1999 xl('Enable AMC Tracking'),
2000 'bool', // data type
2001 '1', // default
2002 xl('Enable Reporting of Tracking Date For Automated Measure Calculations (AMC)')
2005 'cdr_report_nice' => array(
2006 xl('CDR Reports Processing Priority'),
2007 array(
2008 '' => xl('Default Priority'),
2009 '5' => xl('Moderate Priority'),
2010 '10' => xl('Moderate/Low Priority'),
2011 '15' => xl('Low Priority'),
2012 '20' => xl('Lowest Priority')
2014 '', // default
2015 xl('Set processing priority for CDR engine based reports.')
2018 'pat_rem_clin_nice' => array(
2019 xl('Patient Reminder Creation Processing Priority'),
2020 array(
2021 '' => xl('Default Priority'),
2022 '5' => xl('Moderate Priority'),
2023 '10' => xl('Moderate/Low Priority'),
2024 '15' => xl('Low Priority'),
2025 '20' => xl('Lowest Priority')
2027 '', // default
2028 xl('Set processing priority for creation of Patient Reminders (in full clinic mode).')
2031 'report_itemizing_standard' => array(
2032 xl('Enable Standard Report Itemization'),
2033 'bool', // data type
2034 '1', // default
2035 xl('Enable Itemization of Standard Clinical Rules Reports')
2038 'report_itemizing_cqm' => array(
2039 xl('Enable CQM Report Itemization'),
2040 'bool', // data type
2041 '1', // default
2042 xl('Enable Itemization of CQM Reports')
2045 'report_itemizing_amc' => array(
2046 xl('Enable AMC Report Itemization'),
2047 'bool', // data type
2048 '1', // default
2049 xl('Enable Itemization of AMC Reports')
2051 'dated_reminders_max_alerts_to_show' => array(
2052 xl('Dated reminders maximum alerts to show'),
2053 'num', // data type
2054 '5', // default
2055 xl('Dated reminders maximum alerts to show')
2059 // Logging
2061 'Logging' => array(
2063 'enable_auditlog' => array(
2064 xl('Enable Audit Logging'),
2065 'bool', // data type
2066 '1', // default
2067 xl('Enable Audit Logging')
2070 'audit_events_patient-record' => array(
2071 xl('Audit Logging Patient Record'),
2072 'bool', // data type
2073 '1', // default
2074 xl('Enable logging of patient record modifications.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2077 'audit_events_scheduling' => array(
2078 xl('Audit Logging Scheduling'),
2079 'bool', // data type
2080 '1', // default
2081 xl('Enable logging of scheduling activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2084 'audit_events_order' => array(
2085 xl('Audit Logging Order'),
2086 'bool', // data type
2087 '1', // default
2088 xl('Enable logging of ordering activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2091 'audit_events_security-administration' => array(
2092 xl('Audit Logging Security Administration'),
2093 'bool', // data type
2094 '1', // default
2095 xl('Enable logging of security and administration activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2098 'audit_events_backup' => array(
2099 xl('Audit Logging Backups'),
2100 'bool', // data type
2101 '1', // default
2102 xl('Enable logging of backup related activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2105 'audit_events_other' => array(
2106 xl('Audit Logging Miscellaneous'),
2107 'bool', // data type
2108 '1', // default
2109 xl('Enable logging of miscellaneous activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2112 'audit_events_query' => array(
2113 xl('Audit Logging SELECT Query'),
2114 'bool', // data type
2115 '0', // default
2116 xl('Enable logging of all SQL SELECT queries.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2119 'audit_events_cdr' => array(
2120 xl('Audit CDR Engine Queries'),
2121 'bool', // data type
2122 '0', // default
2123 xl('Enable logging of CDR Engine Queries.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2126 'enable_atna_audit' => array(
2127 xl('Enable ATNA Auditing'),
2128 'bool', // data type
2129 '0', // default
2130 xl('Enable Audit Trail and Node Authentication (ATNA).')
2133 'atna_audit_host' => array(
2134 xl('ATNA audit host'),
2135 'text', // data type
2136 '', // default
2137 xl('The hostname of the ATNA audit repository machine.')
2140 'atna_audit_port' => array(
2141 xl('ATNA audit port'),
2142 'text', // data type
2143 '6514', // default
2144 xl('Listening port of the RFC 5425 TLS syslog server.')
2147 'atna_audit_localcert' => array(
2148 xl('ATNA audit local certificate'),
2149 'text', // data type
2150 '', // default
2151 xl('Certificate to send to RFC 5425 TLS syslog server.')
2154 'atna_audit_cacert' => array(
2155 xl('ATNA audit CA certificate'),
2156 'text', // data type
2157 '', // default
2158 xl('CA Certificate for verifying the RFC 5425 TLS syslog server.')
2161 //July 1, 2014: Ensoftek: Flag to enable/disable audit log encryption
2162 'enable_auditlog_encryption' => array(
2163 xl('Enable Audit Log Encryption'),
2164 'bool', // data type
2165 '0', // default
2166 xl('Enable Audit Log Encryption')
2169 'billing_log_option' => array(
2170 xl('Billing Log Option'),
2171 array(
2172 '1' => xl('Billing Log Append'),
2173 '2' => xl('Billing Log Overwrite')
2175 '1', // default
2176 xl('Billing log setting to append or overwrite the log file.')
2179 'gbl_print_log_option' => array(
2180 xl('Printing Log Option'),
2181 array(
2182 '0' => xl('No logging'),
2183 '1' => xl('Hide print feature'),
2184 '2' => xl('Log entire document'),
2186 '0', // default
2187 xl('Individual pages can override 2nd and 3rd options by implementing a log message.')
2192 // Miscellaneous Tab
2194 'Miscellaneous' => array(
2196 'mysql_bin_dir' => array(
2197 xl('Path to MySQL Binaries'),
2198 'text', // data type
2199 $mysql_bin_dir, // default
2200 xl('Full path to directory containing MySQL executables.')
2203 'perl_bin_dir' => array(
2204 xl('Path to Perl Binaries'),
2205 'text', // data type
2206 $perl_bin_dir, // default
2207 xl('Full path to directory containing Perl executables.')
2210 'temporary_files_dir' => array(
2211 xl('Path to Temporary Files'),
2212 'text', // data type
2213 $temporary_files_dir, // default
2214 xl('Full path to directory used for temporary files.')
2217 'backup_log_dir' => array(
2218 xl('Path for Event Log Backup'),
2219 'text', // data type
2220 $backup_log_dir, // default
2221 xl('Full path to directory for event log backup.')
2224 'state_data_type' => array(
2225 xl('State Data Type'),
2226 array(
2227 '2' => xl('Text field'),
2228 '1' => xl('Single-selection list'),
2229 '26' => xl('Single-selection list with ability to add to the list'),
2231 '26', // default
2232 xl('Field type to use for employer or subscriber state in demographics.')
2235 'state_list' => array(
2236 xl('State list'),
2237 'text', // data type
2238 'state', // default
2239 xl('List used by above State Data Type option.')
2242 'state_custom_addlist_widget' => array(
2243 xl('State List Widget Custom Fields'),
2244 'bool', // data type
2245 '1', // default
2246 xl('Show the custom state form for the add list widget (will ask for title and abbreviation).')
2249 'country_data_type' => array(
2250 xl('Country Data Type'),
2251 array(
2252 '2' => xl('Text field'),
2253 '1' => xl('Single-selection list'),
2254 '26' => xl('Single-selection list with ability to add to the list'),
2256 '26', // default
2257 xl('Field type to use for employer or subscriber country in demographics.')
2260 'country_list' => array(
2261 xl('Country list'),
2262 'text', // data type
2263 'country', // default
2264 xl('List used by above Country Data Type option.')
2267 'print_command' => array(
2268 xl('Print Command'),
2269 'text', // data type
2270 'lpr -P HPLaserjet6P -o cpi=10 -o lpi=6 -o page-left=72 -o page-top=72',
2271 xl('Shell command for printing from the server.')
2274 'default_chief_complaint' => array(
2275 xl('Default Reason for Visit'),
2276 'text', // data type
2278 xl('You may put text here as the default complaint in the New Patient Encounter form.')
2281 'default_new_encounter_form' => array(
2282 xl('Default Encounter Form ID'),
2283 'text', // data type
2285 xl('To automatically open the specified form. Some sports teams use football_injury_audit here.')
2288 'MedicareReferrerIsRenderer' => array(
2289 xl('Medicare Referrer Is Renderer'),
2290 'bool', // data type
2291 '0', // default = true
2292 xl('For Medicare only, forces the referring provider to be the same as the rendering provider.')
2295 'post_to_date_benchmark' => array(
2296 xl('Financial Close Date (yyyy-mm-dd)'),
2297 'text', // data type
2298 date('Y-m-d', time() - (10 * 24 * 60 * 60)), // default
2299 xl('The payments posted cannot go below this date.This ensures that after taking the final report nobody post for previous dates.')
2302 'enable_hylafax' => array(
2303 xl('Enable Hylafax Support'),
2304 'bool', // data type
2305 '0', // default
2306 xl('Enable Hylafax Support')
2309 'hylafax_server' => array(
2310 xl('Hylafax Server'),
2311 'text', // data type
2312 'localhost', // default
2313 xl('Hylafax server hostname.')
2316 'hylafax_basedir' => array(
2317 xl('Hylafax Directory'),
2318 'text', // data type
2319 '/var/spool/hylafax', // default
2320 xl('Location where Hylafax stores faxes.')
2323 'hylafax_enscript' => array(
2324 xl('Hylafax Enscript Command'),
2325 'text', // data type
2326 'enscript -M Letter -B -e^ --margins=36:36:36:36', // default
2327 xl('Enscript command used by Hylafax.')
2330 'enable_scanner' => array(
2331 xl('Enable Scanner Support'),
2332 'bool', // data type
2333 '0', // default
2334 xl('Enable Scanner Support')
2337 'scanner_output_directory' => array(
2338 xl('Scanner Directory'),
2339 'text', // data type
2340 '/mnt/scan_docs', // default
2341 xl('Location where scans are stored.')
2345 // Portal Tab
2347 'Portal' => array(
2349 'portal_onsite_two_enable' => array(
2350 xl('Enable Version 2 Onsite Patient Portal'),
2351 'bool', // data type
2352 '0',
2353 xl('Enable Version 2 Onsite Patient Portal.')
2356 'portal_onsite_two_address' => array(
2357 xl('Version 2 Onsite Patient Portal Site Address'),
2358 'text', // data type
2359 'https://your_web_site.com/openemr/portal',
2360 xl('Website link for the Version 2 Onsite Patient Portal.')
2363 'portal_onsite_enable' => array(
2364 xl('Enable Version 1 Onsite Patient Portal'),
2365 'bool', // data type
2366 '0',
2367 xl('Enable Version 1 Onsite Patient Portal.')
2370 'portal_onsite_address' => array(
2371 xl('Version 1 Onsite Patient Portal Site Address'),
2372 'text', // data type
2373 'https://your_web_site.com/openemr/patients',
2374 xl('Website link for the Version 1 Onsite Patient Portal.')
2377 'portal_onsite_document_download' => array(
2378 xl('Enable Onsite Patient Portal Document Download'),
2379 'bool', // data type
2380 '1',
2381 xl('Enables the ability to download documents in the Onsite Patient Portal by the user.')
2384 'portal_offsite_enable' => array(
2385 xl('Enable Offsite Patient Portal'),
2386 'bool', // data type
2387 '0',
2388 xl('Enable Offsite Patient Portal.')
2390 'portal_offsite_providerid' => array(
2391 xl('Offsite Patient Portal Provider ID'),
2392 'text', // data type
2394 xl('Offsite Patient Portal Provider ID(Put Blank If not Registered).')
2397 'portal_offsite_username' => array(
2398 xl('Offsite Patient Portal Username'),
2399 'text', // data type
2401 xl('Offsite Patient Portal Username(Put Blank If not Registered).')
2404 'portal_offsite_password' => array(
2405 xl('Offsite Patient Portal Password'),
2406 'pwd', // data type
2408 xl('Offsite Patient Portal Password(Put Blank If not Registered).')
2411 'portal_offsite_address' => array(
2412 xl('Offsite Patient Portal Site Address'),
2413 'text', // data type
2414 'https://ssh.mydocsportal.com/provider.php',
2415 xl('Offsite Https link for the Patient Portal.')
2418 'portal_offsite_address_patient_link' => array(
2419 xl('Offsite Patient Portal Site Address (Patient Link)'),
2420 'text', // data type
2421 'https://ssh.mydocsportal.com',
2422 xl('Offsite Https link for the Patient Portal.(Patient Link)')
2425 // Currently the "CMS Portal" supports WordPress. Other Content Management
2426 // Systems may be supported in the future.
2428 'gbl_portal_cms_enable' => array(
2429 xl('Enable CMS Portal'),
2430 'bool', // data type
2431 '0',
2432 xl('Enable support for the open source WordPress Portal by Sunset Systems')
2435 'gbl_portal_cms_address' => array(
2436 xl('CMS Portal Site Address'),
2437 'text', // data type
2438 'https://your_cms_site.com/',
2439 xl('URL for the WordPress site that supports the portal')
2442 'gbl_portal_cms_username' => array(
2443 xl('CMS Portal Username'),
2444 'text', // data type
2446 xl('Login name of WordPress user for portal access')
2449 'gbl_portal_cms_password' => array(
2450 xl('CMS Portal Password'),
2451 'text', // data type
2453 xl('Password for the above user')
2458 // Connectors Tab
2460 'Connectors' => array(
2462 'erx_enable' => array(
2463 xl('Enable NewCrop eRx Service'),
2464 'bool',
2465 '0',
2466 xl('Enable NewCrop eRx Service.') + ' ' +
2467 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.')
2470 'erx_newcrop_path' => array(
2471 xl('NewCrop eRx Site Address'),
2472 'text',
2473 'https://secure.newcropaccounts.com/InterfaceV7/RxEntry.aspx',
2474 xl('URL for NewCrop eRx Site Address.')
2477 'erx_newcrop_path_soap' => array(
2478 xl('NewCrop eRx Web Service Address'),
2479 'text',
2480 'https://secure.newcropaccounts.com/v7/WebServices/Update1.asmx?WSDL;https://secure.newcropaccounts.com/v7/WebServices/Patient.asmx?WSDL',
2481 xl('URLs for NewCrop eRx Service Address, separated by a semi-colon.')
2484 'erx_soap_ttl_allergies' => array(
2485 xl('NewCrop eRx SOAP Request Time-To-Live for Allergies'),
2486 'num',
2487 '21600',
2488 xl('Time-To-Live for NewCrop eRx Allergies SOAP Request in seconds.')
2491 'erx_soap_ttl_medications' => array(
2492 xl('NewCrop eRx SOAP Request Time-To-Live for Medications'),
2493 'num',
2494 '21600',
2495 xl('Time-To-Live for NewCrop eRx Medications SOAP Request in seconds.')
2498 'erx_account_partner_name' => array(
2499 xl('NewCrop eRx Partner Name'),
2500 'text',
2502 xl('Partner Name issued for NewCrop eRx service.')
2505 'erx_account_name' => array(
2506 xl('NewCrop eRx Name'),
2507 'text',
2509 xl('Account Name issued for NewCrop eRx service.')
2512 'erx_account_password' => array(
2513 xl('NewCrop eRx Password'),
2514 'pass',
2516 xl('Account Password issued for NewCrop eRx service.')
2519 'erx_account_id' => array(
2520 xl('NewCrop eRx Account Id'),
2521 'text',
2522 '1',
2523 xl('Account Id issued for NewCrop eRx service, used to separate multi-facility accounts.')
2526 'erx_upload_active' => array(
2527 xl('Only upload active prescriptions'),
2528 'bool',
2529 '0',
2530 xl('Only upload active prescriptions to NewCrop eRx.')
2533 'erx_import_status_message' => array(
2534 xl('Enable NewCrop eRx import status message'),
2535 'bool',
2536 '0',
2537 xl('Enable import status message after visiting NewCrop eRx.')
2540 'erx_medication_display' => array(
2541 xl('Do not display NewCrop eRx Medications uploaded'),
2542 'bool',
2543 '0',
2544 xl('Do not display Medications uploaded after visiting NewCrop eRx.')
2547 'erx_allergy_display' => array(
2548 xl('Do not display NewCrop eRx Allergy uploaded'),
2549 'bool',
2550 '0',
2551 xl('Do not display Allergies uploaded after visiting NewCrop eRx.')
2554 'erx_default_patient_country' => array(
2555 xl('NewCrop eRx Default Patient Country'),
2556 array(
2557 '' => '',
2558 'US' => xl('USA'),
2559 'CA' => xl('Canada'),
2560 'MX' => xl('Mexico'),
2563 xl('Default Patient Country sent to NewCrop eRx, only if patient country is not set.'),
2566 'erx_debug_setting' => array(
2567 xl('NewCrop eRx Debug Setting'),
2568 array(
2569 0 => xl('None'),
2570 1 => xl('Request Only'),
2571 2 => xl('Response Only'),
2572 3 => xl('Request & Response'),
2574 '0',
2575 xl('Log all NewCrop eRx Requests and / or Responses.'),
2578 'ccda_alt_service_enable' => array(
2579 xl('Enable C-CDA Alternate Service'),
2580 array(
2581 0 => xl('Off'),
2582 1 => xl('Care Coordination Only'),
2583 2 => xl('Portal Only'),
2584 3 => xl('Both'),
2586 '0',
2587 xl('Enable C-CDA Alternate Service')
2590 'phimail_enable' => array(
2591 xl('Enable phiMail Direct Messaging Service'),
2592 'bool', // data type
2593 '0',
2594 xl('Enable phiMail Direct Messaging Service')
2597 'phimail_server_address' => array(
2598 xl('phiMail Server Address'),
2599 'text', // data type
2600 'https://phimail.example.com:32541',
2601 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2604 'phimail_username' => array(
2605 xl('phiMail Username'),
2606 'text', // data type
2608 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2611 'phimail_password' => array(
2612 xl('phiMail Password'),
2613 'pass', // data type
2615 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2618 'phimail_notify' => array(
2619 xl('phiMail notification user'),
2620 'text', // data type
2621 'admin',
2622 xl('This user will receive notification of new incoming Direct messages')
2625 'phimail_interval' => array(
2626 xl('phiMail Message Check Interval (minutes)'),
2627 'num', // data type
2628 '5',
2629 xl('Interval between message checks (set to zero for manual checks only)')
2632 'phimail_ccd_enable' => array(
2633 xl('phiMail Allow CCD Send'),
2634 'bool', // data type
2635 '0',
2636 xl('phiMail Allow CCD Send')
2639 'phimail_ccr_enable' => array(
2640 xl('phiMail Allow CCR Send'),
2641 'bool', // data type
2642 '0',
2643 xl('phiMail Allow CCR Send')
2647 'Rx' => array(
2648 'rx_enable_DEA' => array(
2649 xl('Rx Enable DEA #'),
2650 'bool', // data type
2651 '1',
2652 xl('Rx Enable DEA #')
2654 'rx_show_DEA' => array(
2655 xl('Rx Show DEA #'),
2656 'bool', // data type
2657 '0',
2658 xl('Rx Show DEA #')
2660 'rx_enable_NPI' => array(
2661 xl('Rx Enable NPI'),
2662 'bool', // data type
2663 '0',
2664 xl('Rx Enable NPI')
2666 'rx_show_NPI' => array(
2667 xl('Rx Show NPI'),
2668 'bool', // data type
2669 '0',
2670 xl('Rx Show NPI')
2672 'rx_enable_SLN' => array(
2673 xl('Rx Enable State Lic. #'),
2674 'bool', // data type
2675 '0',
2676 xl('Rx Enable State Lic. #')
2678 'rx_show_SLN' => array(
2679 xl('Rx Show State Lic. #'),
2680 'bool', // data type
2681 '0',
2682 xl('Rx Show State Lic. #')
2684 'rx_show_drug-drug' => array(
2685 xl('Rx NLM Drug-Drug'),
2686 'bool', // data type
2687 '0',
2688 xl('Rx NLM Drug-Drug')
2690 'rx_paper_size' => array(
2691 xl('Rx Paper Size'), // descriptive name
2692 array(
2693 'LETTER' => xl('Letter Paper Size'),
2694 'LEGAL' => xl('Legal Paper Size'),
2695 'FOLIO' => xl('Folio Paper Size'),
2696 'EXECUTIVE' => xl('Executive Paper Size'),
2697 '4A0' => ('4A0' . " " . xl('Paper Size')),
2698 '2A0' => ('2A0' . " " . xl('Paper Size')),
2699 'A0' => ('A0' . " " . xl('Paper Size')),
2700 'A1' => ('A1' . " " . xl('Paper Size')),
2701 'A2' => ('A2' . " " . xl('Paper Size')),
2702 'A3' => ('A3' . " " . xl('Paper Size')),
2703 'A4' => ('A4' . " " . xl('Paper Size')),
2704 'A5' => ('A5' . " " . xl('Paper Size')),
2705 'A6' => ('A6' . " " . xl('Paper Size')),
2706 'A7' => ('A7' . " " . xl('Paper Size')),
2707 'A8' => ('A8' . " " . xl('Paper Size')),
2708 'A9' => ('A9' . " " . xl('Paper Size')),
2709 'A10' => ('A10' . " " . xl('Paper Size')),
2710 'B0' => ('B0' . " " . xl('Paper Size')),
2711 'B1' => ('B1' . " " . xl('Paper Size')),
2712 'B2' => ('B2' . " " . xl('Paper Size')),
2713 'B3' => ('B3' . " " . xl('Paper Size')),
2714 'B4' => ('B4' . " " . xl('Paper Size')),
2715 'B5' => ('B5' . " " . xl('Paper Size')),
2716 'B6' => ('B6' . " " . xl('Paper Size')),
2717 'B7' => ('B7' . " " . xl('Paper Size')),
2718 'B8' => ('B8' . " " . xl('Paper Size')),
2719 'B9' => ('B9' . " " . xl('Paper Size')),
2720 'B10' => ('B10' . " " . xl('Paper Size')),
2721 'C0' => ('C0' . " " . xl('Paper Size')),
2722 'C1' => ('C1' . " " . xl('Paper Size')),
2723 'C2' => ('C2' . " " . xl('Paper Size')),
2724 'C3' => ('C3' . " " . xl('Paper Size')),
2725 'C4' => ('C4' . " " . xl('Paper Size')),
2726 'C5' => ('C5' . " " . xl('Paper Size')),
2727 'C6' => ('C6' . " " . xl('Paper Size')),
2728 'C7' => ('C7' . " " . xl('Paper Size')),
2729 'C8' => ('C8' . " " . xl('Paper Size')),
2730 'C9' => ('C9' . " " . xl('Paper Size')),
2731 'C10' => ('C10' . " " . xl('Paper Size')),
2732 'RA0' => ('RA0' . " " . xl('Paper Size')),
2733 'RA1' => ('RA1' . " " . xl('Paper Size')),
2734 'RA2' => ('RA2' . " " . xl('Paper Size')),
2735 'RA3' => ('RA3' . " " . xl('Paper Size')),
2736 'RA4' => ('RA4' . " " . xl('Paper Size')),
2737 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
2738 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
2739 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
2740 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
2741 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
2743 'LETTER', // default = tree menu
2744 xl('Rx Paper Size')
2746 'rx_left_margin' => array(
2747 xl('Rx Left Margin (px)'),
2748 'num',
2749 '30',
2750 xl('Rx Left Margin (px)')
2752 'rx_right_margin' => array(
2753 xl('Rx Right Margin (px)'),
2754 'num',
2755 '30',
2756 xl('Rx Right Margin (px)')
2758 'rx_top_margin' => array(
2759 xl('Rx Top Margin (px)'),
2760 'num',
2761 '72',
2762 xl('Rx Top Margin (px)')
2764 'rx_bottom_margin' => array(
2765 xl('Rx Bottom Margin (px)'),
2766 'num',
2767 '30',
2768 xl('Rx Bottom Margin (px)')
2772 'PDF' => array(
2773 'pdf_layout' => array(
2774 xl('Layout'),
2775 array(
2776 'P' => xl('Portrait'),
2777 'L' => xl('Landscape')
2779 'P', //defaut
2780 xl("Choose Layout Direction"),
2782 'pdf_language' => array(
2783 xl('PDF Language'),
2784 array(
2785 'aa' => xl('Afar'),
2786 'af' => xl('Afrikaans'),
2787 'ak' => xl('Akan'),
2788 'sq' => xl('Albanian'),
2789 'am' => xl('Amharic'),
2790 'ar' => xl('Arabic'),
2791 'an' => xl('Aragonese'),
2792 'hy' => xl('Armenian'),
2793 'as' => xl('Assamese'),
2794 'av' => xl('Avaric'),
2795 'ae' => xl('Avestan'),
2796 'ay' => xl('Aymara'),
2797 'az' => xl('Azerbaijani'),
2798 'bm' => xl('Bambara'),
2799 'ba' => xl('Bashkir'),
2800 'eu' => xl('Basque'),
2801 'be' => xl('Belarusian'),
2802 'bn' => xl('Bengali- Bangla'),
2803 'bh' => xl('Bihari'),
2804 'bi' => xl('Bislama'),
2805 'bs' => xl('Bosnian'),
2806 'br' => xl('Breton'),
2807 'bg' => xl('Bulgarian'),
2808 'my' => xl('Burmese'),
2809 'ca' => xl('Catalan- Valencian'),
2810 'ch' => xl('Chamorro'),
2811 'ce' => xl('Chechen'),
2812 'ny' => xl('Chichewa- Chewa- Nyanja'),
2813 'zh' => xl('Chinese'),
2814 'cv' => xl('Chuvash'),
2815 'kw' => xl('Cornish'),
2816 'co' => xl('Corsican'),
2817 'cr' => xl('Cree'),
2818 'hr' => xl('Croatian'),
2819 'cs' => xl('Czech'),
2820 'da' => xl('Danish'),
2821 'dv' => xl('Divehi- Dhivehi- Maldivian-'),
2822 'nl' => xl('Dutch'),
2823 'dz' => xl('Dzongkha'),
2824 'en' => xl('English'),
2825 'eo' => xl('Esperanto'),
2826 'et' => xl('Estonian'),
2827 'ee' => xl('Ewe'),
2828 'fo' => xl('Faroese'),
2829 'fj' => xl('Fijian'),
2830 'fi' => xl('Finnish'),
2831 'fr' => xl('French'),
2832 'ff' => xl('Fula- Fulah- Pulaar- Pular'),
2833 'gl' => xl('Galician'),
2834 'ka' => xl('Georgian'),
2835 'de' => xl('German'),
2836 'el' => xl('Greek, Modern'),
2837 'gn' => xl('Guarani'),
2838 'gu' => xl('Gujarati'),
2839 'ht' => xl('Haitian- Haitian Creole'),
2840 'ha' => xl('Hausa'),
2841 'he' => xl('Hebrew (modern)'),
2842 'hz' => xl('Herero'),
2843 'hi' => xl('Hindi'),
2844 'ho' => xl('Hiri Motu'),
2845 'hu' => xl('Hungarian'),
2846 'ia' => xl('Interlingua'),
2847 'id' => xl('Indonesian'),
2848 'ie' => xl('Interlingue'),
2849 'ga' => xl('Irish'),
2850 'ig' => xl('Igbo'),
2851 'ik' => xl('Inupiaq'),
2852 'io' => xl('Ido'),
2853 'is' => xl('Icelandic'),
2854 'it' => xl('Italian'),
2855 'iu' => xl('Inuktitut'),
2856 'ja' => xl('Japanese'),
2857 'jv' => xl('Javanese'),
2858 'kl' => xl('Kalaallisut, Greenlandic'),
2859 'kn' => xl('Kannada'),
2860 'kr' => xl('Kanuri'),
2861 'ks' => xl('Kashmiri'),
2862 'kk' => xl('Kazakh'),
2863 'km' => xl('Khmer'),
2864 'ki' => xl('Kikuyu, Gikuyu'),
2865 'rw' => xl('Kinyarwanda'),
2866 'ky' => xl('Kyrgyz'),
2867 'kv' => xl('Komi'),
2868 'kg' => xl('Kongo'),
2869 'ko' => xl('Korean'),
2870 'ku' => xl('Kurdish'),
2871 'kj' => xl('Kwanyama, Kuanyama'),
2872 'la' => xl('Latin'),
2873 'lb' => xl('Luxembourgish, Letzeburgesch'),
2874 'lg' => xl('Ganda'),
2875 'li' => xl('Limburgish, Limburgan, Limburger'),
2876 'ln' => xl('Lingala'),
2877 'lo' => xl('Lao'),
2878 'lt' => xl('Lithuanian'),
2879 'lu' => xl('Luba-Katanga'),
2880 'lv' => xl('Latvian'),
2881 'gv' => xl('Manx'),
2882 'mk' => xl('Macedonian'),
2883 'mg' => xl('Malagasy'),
2884 'ms' => xl('Malay'),
2885 'ml' => xl('Malayalam'),
2886 'mt' => xl('Maltese'),
2887 'mi' => xl('Maori'),
2888 'mr' => xl('Marathi (Marathi)'),
2889 'mh' => xl('Marshallese'),
2890 'mn' => xl('Mongolian'),
2891 'na' => xl('Nauru'),
2892 'nv' => xl('Navajo, Navaho'),
2893 'nb' => xl('Norwegian Bokmal'),
2894 'nd' => xl('North Ndebele'),
2895 'ne' => xl('Nepali'),
2896 'ng' => xl('Ndonga'),
2897 'nn' => xl('Norwegian Nynorsk'),
2898 'no' => xl('Norwegian'),
2899 'ii' => xl('Nuosu'),
2900 'nr' => xl('South Ndebele'),
2901 'oc' => xl('Occitan'),
2902 'oj' => xl('Ojibwe, Ojibwa'),
2903 'cu' => xl('Old Church Slavonic, Church Slavonic, Old Bulgarian'),
2904 'om' => xl('Oromo'),
2905 'or' => xl('Oriya'),
2906 'os' => xl('Ossetian, Ossetic'),
2907 'pa' => xl('Panjabi, Punjabi'),
2908 'pi' => xl('Pali'),
2909 'fa' => xl('Persian (Farsi)'),
2910 'pl' => xl('Polish'),
2911 'ps' => xl('Pashto, Pushto'),
2912 'pt' => xl('Portuguese'),
2913 'qu' => xl('Quechua'),
2914 'rm' => xl('Romansh'),
2915 'rn' => xl('Kirundi'),
2916 'ro' => xl('Romanian'),
2917 'ru' => xl('Russian'),
2918 'sa' => xl('Sanskrit (Samskrta)'),
2919 'sc' => xl('Sardinian'),
2920 'sd' => xl('Sindhi'),
2921 'se' => xl('Northern Sami'),
2922 'sm' => xl('Samoan'),
2923 'sg' => xl('Sango'),
2924 'sr' => xl('Serbian'),
2925 'gd' => xl('Scottish Gaelic- Gaelic'),
2926 'sn' => xl('Shona'),
2927 'si' => xl('Sinhala, Sinhalese'),
2928 'sk' => xl('Slovak'),
2929 'sl' => xl('Slovene'),
2930 'so' => xl('Somali'),
2931 'st' => xl('Southern Sotho'),
2932 'es' => xl('Spanish- Castilian'),
2933 'su' => xl('Sundanese'),
2934 'sw' => xl('Swahili'),
2935 'ss' => xl('Swati'),
2936 'sv' => xl('Swedish'),
2937 'ta' => xl('Tamil'),
2938 'te' => xl('Telugu'),
2939 'tg' => xl('Tajik'),
2940 'th' => xl('Thai'),
2941 'ti' => xl('Tigrinya'),
2942 'bo' => xl('Tibetan Standard, Tibetan, Central'),
2943 'tk' => xl('Turkmen'),
2944 'tl' => xl('Tagalog'),
2945 'tn' => xl('Tswana'),
2946 'to' => xl('Tonga (Tonga Islands)'),
2947 'tr' => xl('Turkish'),
2948 'ts' => xl('Tsonga'),
2949 'tt' => xl('Tatar'),
2950 'tw' => xl('Twi'),
2951 'ty' => xl('Tahitian'),
2952 'ug' => xl('Uyghur, Uighur'),
2953 'uk' => xl('Ukrainian'),
2954 'ur' => xl('Urdu'),
2955 'uz' => xl('Uzbek'),
2956 've' => xl('Venda'),
2957 'vi' => xl('Vietnamese'),
2958 'vo' => xl('Volapuk'),
2959 'wa' => xl('Walloon'),
2960 'cy' => xl('Welsh'),
2961 'wo' => xl('Wolof'),
2962 'fy' => xl('Western Frisian'),
2963 'xh' => xl('Xhosa'),
2964 'yi' => xl('Yiddish'),
2965 'yo' => xl('Yoruba'),
2966 'za' => xl('Zhuang, Chuang'),
2967 'zu' => xl('Zulu'),
2969 'en', // default English
2970 xl('Choose PDF languange Preference'),
2972 'pdf_size' => array(
2973 xl('Paper Size'), // Descriptive Name
2974 array(
2975 'LETTER' => xl('Letter Paper Size'),
2976 'LEGAL' => xl('Legal Paper Size'),
2977 'FOLIO' => xl('Folio Paper Size'),
2978 'EXECUTIVE' => xl('Executive Paper Size'),
2979 '4A0' => ('4A0' . " " . xl('Paper Size')),
2980 '2A0' => ('2A0' . " " . xl('Paper Size')),
2981 'A0' => ('A0' . " " . xl('Paper Size')),
2982 'A1' => ('A1' . " " . xl('Paper Size')),
2983 'A2' => ('A2' . " " . xl('Paper Size')),
2984 'A3' => ('A3' . " " . xl('Paper Size')),
2985 'A4' => ('A4' . " " . xl('Paper Size')),
2986 'A5' => ('A5' . " " . xl('Paper Size')),
2987 'A6' => ('A6' . " " . xl('Paper Size')),
2988 'A7' => ('A7' . " " . xl('Paper Size')),
2989 'A8' => ('A8' . " " . xl('Paper Size')),
2990 'A9' => ('A9' . " " . xl('Paper Size')),
2991 'A10' => ('A10' . " " . xl('Paper Size')),
2992 'B0' => ('B0' . " " . xl('Paper Size')),
2993 'B1' => ('B1' . " " . xl('Paper Size')),
2994 'B2' => ('B2' . " " . xl('Paper Size')),
2995 'B3' => ('B3' . " " . xl('Paper Size')),
2996 'B4' => ('B4' . " " . xl('Paper Size')),
2997 'B5' => ('B5' . " " . xl('Paper Size')),
2998 'B6' => ('B6' . " " . xl('Paper Size')),
2999 'B7' => ('B7' . " " . xl('Paper Size')),
3000 'B8' => ('B8' . " " . xl('Paper Size')),
3001 'B9' => ('B9' . " " . xl('Paper Size')),
3002 'B10' => ('B10' . " " . xl('Paper Size')),
3003 'C0' => ('C0' . " " . xl('Paper Size')),
3004 'C1' => ('C1' . " " . xl('Paper Size')),
3005 'C2' => ('C2' . " " . xl('Paper Size')),
3006 'C3' => ('C3' . " " . xl('Paper Size')),
3007 'C4' => ('C4' . " " . xl('Paper Size')),
3008 'C5' => ('C5' . " " . xl('Paper Size')),
3009 'C6' => ('C6' . " " . xl('Paper Size')),
3010 'C7' => ('C7' . " " . xl('Paper Size')),
3011 'C8' => ('C8' . " " . xl('Paper Size')),
3012 'C9' => ('C9' . " " . xl('Paper Size')),
3013 'C10' => ('C10' . " " . xl('Paper Size')),
3014 'RA0' => ('RA0' . " " . xl('Paper Size')),
3015 'RA1' => ('RA1' . " " . xl('Paper Size')),
3016 'RA2' => ('RA2' . " " . xl('Paper Size')),
3017 'RA3' => ('RA3' . " " . xl('Paper Size')),
3018 'RA4' => ('RA4' . " " . xl('Paper Size')),
3019 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
3020 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
3021 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
3022 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
3023 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
3025 'LETTER',
3026 xl('Choose Paper Size')
3028 'pdf_left_margin' => array(
3029 xl('Left Margin (mm)'),
3030 'num',
3031 '5',
3032 xl('Left Margin (mm)')
3034 'pdf_right_margin' => array(
3035 xl('Right Margin (mm)'),
3036 'num',
3037 '5',
3038 xl('Right Margin (mm)')
3040 'pdf_top_margin' => array(
3041 xl('Top Margin (mm)'),
3042 'num',
3043 '5',
3044 xl('Top Margin (mm)')
3046 'pdf_bottom_margin' => array(
3047 xl('Bottom Margin (px)'),
3048 'num',
3049 '8',
3050 xl('Bottom Margin (px)')
3052 'pdf_output' => array(
3053 xl('Output Type'),
3054 array(
3055 'D' => xl('Download'),
3056 'I' => xl('Inline')
3058 'D', //defaut
3059 xl("Choose Download or Display Inline"),
3062 'chart_label_type' => array(
3063 xl('Patient Label Type'),
3064 array(
3065 '0' => xl('None'),
3066 '1' => '5160',
3067 '2' => '5161',
3068 '3' => '5162'
3070 '1', // default
3071 xl('Avery Label type for printing patient labels from popups in left nav screen'),
3074 'barcode_label_type' => array(
3075 xl('Barcode Label Type'),
3076 array(
3077 '0' => xl('None'),
3078 '1' => 'std25',
3079 '2' => 'int25',
3080 '3' => 'ean8',
3081 '4' => 'ean13',
3082 '5' => 'upc',
3083 '6' => 'code11',
3084 '7' => 'code39',
3085 '8' => 'code93',
3086 '9' => 'code128',
3087 '10' => 'codabar',
3088 '11' => 'msi',
3089 '12' => 'datamatrix'
3091 '9', // default = None
3092 xl('Barcode type for printing barcode labels from popups in left nav screen.')
3095 'addr_label_type' => array(
3096 xl('Print Patient Address Label'),
3097 'bool', // data type
3098 '1', // default = false
3099 xl('Select to print patient address labels from popups in left nav screen.')
3102 'env_x_width' => array(
3103 xl('Envelope Width in mm'),
3104 'num', // data type
3105 '104.775',
3106 xl('In Portrait mode, determines the width of the envelope along the x-axis in mm')
3109 'env_y_height' => array(
3110 xl('Envelope Height in mm'),
3111 'num', // data type
3112 '241.3',
3113 xl('In Portrait mode, determines the height of the envelope along the y-axis in mm')
3116 'env_font_size' => array(
3117 xl('Font Size in Pt'),
3118 'num', // data type
3119 '14',
3120 xl('Sets the font of the address text on the envelope in mm')
3123 'env_x_dist' => array(
3124 xl('Envelope x-axis starting pt'),
3125 'num', // data type
3126 '65',
3127 xl('Distance from the \'top\' of the envelope in mm')
3130 'env_y_dist' => array(
3131 xl('Envelope y-axis starting pt'),
3132 'num', // data type
3133 '220',
3134 xl(' Distance from the right most edge of the envelope in portrait position in mm')