4 * This program sets the global variables.
7 * @link https://www.open-emr.org
8 * @author Rod Roark <rod@sunsetsystems.com>
9 * @author Stephen Waite <stephen.waite@cmsvt.com>
10 * @author Brady Miller <brady.g.miller@gmail.com>
11 * @copyright Copyright (c) 2010-2021 Rod Roark <rod@sunsetsystems.com>
12 * @copyright Copyright (c) 2018 Stephen Waite <stephen.waite@cmsvt.com>
13 * @copyright Copyright (c) 2019 Brady Miller <brady.g.miller@gmail.com>
14 * @copyright Copyright (c) 2021-2023 Robert Down <robertdown@live.com>
15 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
18 // Current supported languages: // Allow capture of term for translation:
19 // Albanian // xl('Albanian')
20 // Amharic // xl('Amharic')
21 // Arabic // xl('Arabic')
22 // Armenian // xl('Armenian')
23 // Bahasa Indonesia // xl('Bahasa Indonesia')
24 // Bengali // xl('Bengali')
25 // Bosnian // xl('Bosnian')
26 // Bulgarian // xl('Bulgarian')
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 (Australian) // xl('English (Australian)')
34 // English (Indian) // xl('English (Indian)')
35 // English (Standard) // xl('English (Standard)')
36 // Estonian // xl('Estonian')
37 // Filipino // xl('Filipino')
38 // Finnish // xl('Finnish')
39 // French // xl('French (Standard)')
40 // French // xl('French (Canadian)')
41 // Georgian // xl('Georgian')
42 // German // xl('German')
43 // Greek // xl('Greek')
44 // Gujarati // xl('Gujarati')
45 // Hebrew // xl('Hebrew')
46 // Hindi // xl('Hindi')
47 // Hungarian // xl('Hungarian')
48 // Italian // xl('Italian')
49 // Japanese // xl('Japanese')
50 // Korean // xl('Korean')
52 // Lithuanian // xl('Lithuanian')
53 // Marathi // xl('Marathi')
54 // Mongolian // xl('Mongolian')
55 // Norwegian // xl('Norwegian')
56 // Persian // xl('Persian')
57 // Polish // xl('Polish')
58 // Portuguese (Brazilian) // xl('Portuguese (Brazilian)')
59 // Portuguese (European) // xl('Portuguese (European)')
60 // Portuguese (European) // xl('Portuguese (Angolan)')
61 // Romanian // xl('Romanian')
62 // Russian // xl('Russian')
63 // Serbian // xl('Serbian')
64 // Sinhala // xl('Sinhala')
65 // Slovak // xl('Slovak')
66 // Somali // xl('Somali')
67 // Spanish (Latin American) // xl('Spanish (Latin American)')
68 // Spanish (Spain) // xl('Spanish (Spain)')
69 // Swedish // xl('Swedish')
70 // Tamil // xl('Tamil')
71 // Telugu // xl('Telugu')
73 // Turkish // xl('Turkish')
74 // Ukrainian // xl('Ukrainian')
76 // Uzbek // xl('Uzbek')
77 // Vietnamese // xl('Vietnamese')
79 use OpenEMR\Events\Globals\GlobalsInitializedEvent
;
80 use OpenEMR\OeUI\RenderFormFieldHelper
;
81 use OpenEMR\Services\Globals\GlobalsService
;
83 // OS-dependent stuff.
84 if (stristr(PHP_OS
, 'WIN')) {
86 $mysql_bin_dir = 'C:/xampp/mysql/bin';
87 $perl_bin_dir = 'C:/xampp/perl/bin';
88 $temporary_files_dir = 'C:/windows/temp';
89 $backup_log_dir = 'C:/windows/temp';
92 $mysql_bin_dir = '/usr/bin';
93 $perl_bin_dir = '/usr/bin';
94 $temporary_files_dir = '/tmp';
95 $backup_log_dir = '/tmp';
98 function getDefaultRenderListOptions()
101 RenderFormFieldHelper
::SHOW_ON_NEW_ONLY
=> xl('Show on New Form Only'),
102 RenderFormFieldHelper
::SHOW_ON_EDIT_ONLY
=> xl('Show on Edit Form Only'),
103 RenderFormFieldHelper
::SHOW_ALL
=> xl('Show on New and Edit Form'),
104 RenderFormFieldHelper
::HIDE_ALL
=> xl('Hide on New and Edit Form'),
108 // Language constant declarations:
114 // xl('Notifications')
115 // xl('Miscellaneous')
117 // List of user specific tabs and globals
118 $USER_SPECIFIC_TABS = array('Appearance',
126 $USER_SPECIFIC_GLOBALS = array('default_top_pane',
127 'default_second_tab',
130 'enable_compact_mode',
131 'vertical_responsive_menu',
132 'menu_styling_vertical',
133 'search_any_patient',
134 'default_encounter_view',
135 'gbl_pt_list_page_size',
136 'gbl_pt_list_new_window',
137 'units_of_measurement',
139 'date_display_format',
140 'time_display_format',
142 'text_templates_enabled',
143 'posting_adj_disable',
147 'print_next_appointment_on_ledger',
148 'calendar_view_type',
156 'patient_birthday_alert',
157 'patient_birthday_alert_manual_off',
158 'erx_import_status_message',
159 'weno_provider_password');
161 // Gets array of time zones supported by PHP.
163 function gblTimeZones()
165 $zones = timezone_identifiers_list();
166 $arr = array('' => xl('Unassigned'));
167 foreach ($zones as $zone) {
168 $arr[$zone] = str_replace('_', ' ', $zone);
174 $GLOBALS_METADATA = array(
178 'Appearance' => array(
180 'theme_tabs_layout' => array(
181 xl('Tabs Layout Theme') . '*',
183 'tabs_style_full.css',
184 xl('Theme of the tabs layout (need to logout and then login to see this new setting).')
187 'css_header' => array(
188 // Note: Do not change this as it is only for theme defaults and adding themes here does nothing
189 xl('General Theme') . '*',
192 xl('Pick a general theme (need to logout/login after changing this setting).')
195 'window_title_add_patient_name' => array(
196 xl('Add Patient Name To Window Title'),
198 '0', // default = false
199 xl('Adds the patient name to the end of the window title.')
202 'enable_compact_mode' => array(
203 xl('Enable Compact Mode'),
205 '0', // default = false
206 xl('Changes the current theme to be more compact.')
209 'menu_styling_vertical' => array(
210 xl('Vertical Menu Style for Frames'),
213 '1' => xl('Sliding'),
216 xl('Vertical Menu Style for frame based layouts')
219 'search_any_patient' => array(
220 xl('Search Patient By Any Demographics'),
222 'dual' => xl('Dual'),
223 'comprehensive' => xl('Comprehensive'),
224 'fixed' => xl('Fixed'),
225 'none' => xl('None'),
228 xl('Search Patient By Any Demographics, Dual additionally lets direct access to Patient Finder, Comprehensive has collapsed input box, Fixed is similar to Dual with fixed size, None is do not show')
231 'default_encounter_view' => array(
232 xl('Default Encounter View'), // descriptive name
234 '0' => xl('Clinical View'),
235 '1' => xl('Billing View'),
237 '0', // default = tree menu
238 xl('Choose your default encounter view')
241 'enable_group_therapy' => array(
242 xl('Enable Group Therapy'),
244 '0', // default = false
245 xl('Enables groups module in system.')
248 'full_new_patient_form' => array(
249 xl('New Patient Form'),
252 '0' => xl('Old-style static form without search or duplication check'),
253 '1' => xl('All demographics fields, with search and duplication check'),
254 '2' => xl('Mandatory or specified fields only, search and dup check'),
255 '3' => xl('Mandatory or specified fields only, dup check, no search'),
256 '4' => xl('Mandatory or specified fields only, use patient validation Zend module'),
259 xl('Style of form used for adding new patients')
262 'gbl_edit_patient_form' => array(
263 xl('Modify Patient Form'),
266 '0' => xl('Standard check'),
267 '1' => xl('Zend Module check in addition to standard check')
270 xl('Validation mechanism for when modifying patient demographics.')
273 'patient_search_results_style' => array(
274 xl('Patient Search Results Style'),
276 '0' => xl('Encounter statistics'),
277 '1' => xl('Mandatory and specified fields'),
280 xl('Type of columns displayed for patient search results')
283 'gbl_nav_visit_forms' => array(
284 xl('Navigation Area Visit Forms'),
286 '1', // default = true
287 xl('Navigation area includes encounter forms')
290 'simplified_prescriptions' => array(
291 xl('Simplified Prescriptions'),
293 '0', // default = false
294 xl('Omit form, route and interval which then become part of dosage')
297 'simplified_copay' => array(
298 xl('Simplified Co-Pay'),
300 '0', // default = false
301 xl('Omit method of payment from the co-pay panel')
304 'use_charges_panel' => array(
305 xl('Use Charges Panel'),
307 '0', // default = false
308 xl('Enables the old Charges panel for entering billing codes and payments. Not recommended, use the Fee Sheet instead.')
311 // TajEmo Work BY CB 2012/06/21 10:42:31 AM added option to Hide Fees
312 'enable_fees_in_left_menu' => array(
313 xl('Enable Fees Submenu'),
315 '1', // default = true
316 xl('Enable Fees Submenu')
318 'enable_batch_payment' => array(
319 xl('Enable Batch Payment'),
321 '1', // default = true
322 xl('Enable Batch Payment')
324 'enable_posting' => array(
325 xl('Enable Posting'),
327 '1', // default = true
330 // EDI history 2012-09-13
331 'enable_edihistory_in_left_menu' => array(
332 xl('Enable EDI History'),
334 '1', // default = true
335 xl('EDI History (under Fees) for storing and interpreting EDI claim response files')
338 'encounter_page_size' => array(
339 xl('Encounter Page Size'),
341 '0' => xl('Show All'),
350 xl('Number of encounters to display per page.')
353 'gbl_pt_list_page_size' => array(
354 xl('Patient List Page Size'),
362 xl('Number of patients to display per page in the patient list.')
365 'gbl_pt_list_new_window' => array(
366 xl('Patient List New Window'),
368 '0', // default = false
369 xl('Default state of New Window checkbox in the patient list.')
372 'right_justify_labels_demographics' => array(
373 xl('Right Justify Labels in Demographics'),
375 '0', // default = false
376 xl('Right justify labels in Demographics for easier readability.')
379 'num_of_messages_displayed' => array(
380 xl('Number of Messages Displayed in Patient Summary'),
383 xl('This is the number of messages that will be displayed in the messages widget in the patient summary screen.')
386 'recent_patient_count' => [
387 xl('Maximum number of patients on Recent Patient list'),
390 xl('The maximum number of patients on the Recent Patient list'),
393 'gbl_vitals_options' => array(
394 xl('Vitals Form Options'),
396 '0' => xl('Standard'),
397 '1' => xl('Omit circumferences'),
400 xl('Special treatment for the Vitals form')
403 'gbl_vitals_max_history_cols' => array(
404 xl('Vitals Form Max Historical Columns To Display'),
407 xl('The number of historical vital columns to display on medium to large screen displays')
410 'gb_how_sort_list' => array(
411 xl('How to sort a drop-lists'),
413 '0' => xl('Sort by seq'),
414 '1' => xl('Sort alphabetically')
417 xl('What kind of sorting will be in the drop lists.')
420 'prevent_browser_refresh' => array(
421 xl('Prevent Web Browser Refresh') . '*',
423 '0' => xl('Do not warn or prevent web browser refresh'),
424 '1' => xl('Warn, but do not prevent web browser refresh'),
425 '2' => xl('Warn and prevent web browser refresh')
427 '2', // default = true
428 xl('Recommended setting is warn and prevent web browser refresh. Only use other settings if needed and use at own risk.')
434 'openemr_name' => array(
435 xl('Application Title'),
438 xl('Application name used throughout the user interface.')
442 xl('Application Machine Name'),
445 xl('The machine name of the application. Used to identify the EMR in various messaging systems like HL7. Should not contain spaces'),
448 'display_main_menu_logo' => [
449 xl('Display main menu logo'),
452 xl('Dislay main menu logo'),
455 'online_support_link' => array(
456 xl('Online Support Link'),
458 'http://open-emr.org/',
459 xl('URL to a support page.')
462 'user_manual_link' => [
463 xl('User Manual Link Override'),
466 xl("Point to a custom user manual. Leave blank for the default, auto-generated URL for specific version of application"),
469 'support_phone_number' => array(
470 xl('Support Phone Number'),
473 xl('Phone Number for Vendor Support that Appears on the About Page.')
476 'display_acknowledgements' => [
477 xl('Display links to the acknowledgements page'),
480 xl('Used on the login and about pages'),
483 'display_review_link' => [
484 xl('Display the Review link on the About page'),
487 xl('Display the Review link on the About page'),
490 'display_donations_link' => [
491 xl('Display the Donations link on the About page'),
494 xl('Display the Donations link on the About page'),
500 'login_page_layout' => array(
501 xl('Login Page Layout') . '*',
503 'login/layouts/vertical_box.html.twig' => xl("Vertical Box"),
504 'login/layouts/horizontal_box_left_logo.html.twig' => xl("Horizontal Box, Logo on Left"),
505 'login/layouts/horizontal_box_right_logo.html.twig' => xl("Horizontal Box, Logo on Right"),
506 'login/layouts/horizontal_band_right_logo.html.twig' => xl("Horizontal Band, Logo on Right"),
507 'login/layouts/horizontal_band_left_logo.html.twig' => xl("Horizontal Band, Logo on Left"),
508 "login/layouts/vertical_band.html.twig" => xl("Vertical Band"),
510 'login/layouts/vertical_band.html.twig',
511 xl('Changes the layout of the login page.')
514 'primary_logo_width' => [
515 xl('Width of primary logo compared to the container'),
523 xl('Determine the width of the primary logo compared to the container'),
526 'secondary_logo_width' => [
527 xl('Width of secondary logo compared to the container'),
535 xl('Determine the width of the secondary logo compared to the container'),
539 xl('Logo Positioning'),
541 'flex-column' => 'Stacked',
542 'flex-row' => 'Side by Side',
545 xl('How the logos will be rendered relative to each other'),
548 'display_acknowledgements_on_login' => [
549 xl('Display links to the acknowledgements page'),
552 xl('Used on the login screen'),
555 'show_tagline_on_login' => [
556 xl('Show Tagline on Login Page') . "*",
559 xl('Show the tagline from the login screen'),
562 'login_tagline_text' => [
563 xl('Login Page Tagline') . "*",
565 xl("The most popular open-source Electronic Health Record and Medical Practice Management solution."),
566 xl("Tagline text on the login page")
569 'show_labels_on_login_form' => [
570 xl('Show Username and Password Labels on Login Page') . "*",
573 xl('Show labels on the login form'),
576 'show_label_login' => array(
577 xl('Show Title on Login'),
579 '0', // default = false
580 xl('Show Title on Login')
583 'show_primary_logo' => [
584 xl('Show primary logo on login'),
587 xl('Show primary logo on login'),
590 'extra_logo_login' => array(
591 xl('Show Secondary Logo on Login'),
593 '0', // default = false
594 xl('Show Secondary Logo on Login')
597 'secondary_logo_position' => [
598 xl('Order of the Secondary logo'),
600 'first' => xl('First Position'),
601 'second' => xl('Second Position'),
604 xl('Place the secondary logo first, or second'),
607 'tiny_logo_1' => array(
608 xl('Show Mini Logo 1'),
610 '0', // default = false
611 xl('Show Mini Logo 1')
614 'tiny_logo_2' => array(
615 xl('Show Mini Logo 2'),
617 '0', // default = false
618 xl('Show Mini Logo 2')
626 'language_default' => array(
627 xl('Default Language'),
629 'English (Standard)', // default = english
630 xl('Default language if no other is allowed or chosen.')
633 'language_menu_showall' => array(
634 xl('All Languages Allowed'),
636 '1', // default = true
637 xl('Allow all available languages as choices on menu at login.')
640 'language_menu_other' => array(
641 xl('Allowed Languages'),
642 'm_lang', // data type
643 '', // default = none
644 xl('Select which languages, if any, may be chosen at login. (only pertinent if above All Languages Allowed is turned off)')
647 'allow_debug_language' => array(
648 xl('Allow Debugging Language'),
650 '1', // default = true during development and false for production releases
651 xl('This will allow selection of the debugging (\'dummy\') language.')
654 'translate_no_safe_apostrophe' => array(
655 xl('Do Not Use Safe Apostrophe'),
657 '0', // default = false
658 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)')
661 'translate_layout' => array(
662 xl('Translate Layouts'),
664 '1', // default = true
665 xl('Is text from form layouts to be translated?')
668 'translate_lists' => array(
669 xl('Translate Lists'),
671 '1', // default = true
672 xl('Is text from lists to be translated?')
675 'translate_gacl_groups' => array(
676 xl('Translate Access Control Groups'),
678 '1', // default = true
679 xl('Are access control group names to be translated?')
682 'translate_form_titles' => array(
683 xl('Translate Patient Note Titles'),
685 '1', // default = true
686 xl('Are patient note titles to be translated?')
689 'translate_document_categories' => array(
690 xl('Translate Document Categories'),
692 '1', // default = true
693 xl('Are document category names to be translated?')
696 'translate_appt_categories' => array(
697 xl('Translate Appointment Categories'),
699 '1', // default = true
700 xl('Are appointment category names to be translated?')
703 'units_of_measurement' => array(
704 xl('Units for Visit Forms'),
706 '1' => xl('Show both US and metric (main unit is US)'),
707 '2' => xl('Show both US and metric (main unit is metric)'),
708 '3' => xl('Show US only'),
709 '4' => xl('Show metric only'),
711 '1', // default = Both/US
712 xl('Applies to the Vitals form and Growth Chart')
715 'us_weight_format' => array(
716 xl('Display Format for US Weights'),
718 '1' => xl('Show pounds as decimal value'),
719 '2' => xl('Show pounds and ounces')
722 xl('Applies to Vitals form')
725 'phone_country_code' => array(
726 xl('Telephone Country Code'),
728 '1', // default = North America
729 xl('1 = North America. See http://www.wtng.info/ for a list of other country codes.')
732 'date_display_format' => array(
733 xl('Date Display Format'),
735 '0' => xl('YYYY-MM-DD'),
736 '1' => xl('MM/DD/YYYY'),
737 '2' => xl('DD/MM/YYYY'),
740 xl('Format used to display most dates.')
743 'time_display_format' => array(
744 xl('Time Display Format'),
750 xl('Format used to display most times.')
753 'gbl_time_zone' => array(
757 xl('If unassigned will default to php.ini setting for date.timezone.')
760 'currency_decimals' => array(
761 xl('Currency Decimal Places'),
768 xl('Number of digits after decimal point for currency, usually 0 or 2.')
771 'currency_dec_point' => array(
772 xl('Currency Decimal Point Symbol'),
778 xl('Symbol used as the decimal point for currency. Not used if Decimal Places is 0.')
781 'currency_thousands_sep' => array(
782 xl('Currency Thousands Separator'),
790 xl('Symbol used to separate thousands for currency.')
793 'gbl_currency_symbol' => array(
794 xl('Currency Designator'),
797 xl('Code or symbol to indicate currency')
799 'age_display_format' => array(xl('Age Display Format'),
801 '0' => xl('Years or months'),
802 '1' => xl('Years, months and days')
805 xl('Format for age display')
807 'age_display_limit' => array(
808 xl('Age in Years for Display Format Change'),
811 xl('If YMD is selected for age display, switch to just Years when patients older than this value in years')
813 // Reference - https://en.wikipedia.org/wiki/Workweek_and_weekend#Around_the_world
814 'weekend_days' => array(
815 xl('Your weekend days'),
817 '6,0' => xl('Saturday') . ' - ' . xl('Sunday'),
820 '6' => xl('Saturday'),
821 '5,6' => xl('Friday') . ' - ' . xl('Saturday'),
824 , xl('which days are your weekend days?')
833 'specific_application' => array(
834 xl('Specific Application'),
838 '3' => xl('Weight loss clinic'),
841 xl('Indicator for specialized usage')
844 'inhouse_pharmacy' => array(
845 xl('Drugs and Products'),
847 '0' => xl('Do not inventory and sell any products'),
848 '1' => xl('Inventory and sell drugs only'),
849 '2' => xl('Inventory and sell both drugs and non-drug products'),
850 '3' => xl('Products but no prescription drugs and no templates'),
853 xl('Option to support inventory and sales of products')
856 'disable_chart_tracker' => array(
857 xl('Disable Chart Tracker'),
859 '0', // default = false
860 xl('Removes the Chart Tracker feature')
863 'disable_immunizations' => array(
864 xl('Disable Immunizations'),
866 '0', // default = false
867 xl('Removes support for immunizations')
870 'disable_prescriptions' => array(
871 xl('Disable Prescriptions'),
873 '0', // default = false
874 xl('Removes support for prescriptions')
877 'text_templates_enabled' => array(
878 xl('Enable Text Templates in Encounter Forms'),
880 '1', // default = true
881 xl('Allow Double Click to select Nation Note text template from any encounter form text area')
884 'omit_employers' => array(
885 xl('Omit Employers'),
887 '0', // default = false
888 xl('Omit employer information in patient demographics')
891 'select_multi_providers' => array(
892 xl('Support Multi-Provider Events'),
894 '0', // default = false
895 xl('Support calendar events that apply to multiple providers')
898 'disable_non_default_groups' => array(
899 xl('Disable User Groups'),
901 '1', // default = true
902 xl('Normally this should be checked. Not related to access control.')
905 'ignore_pnotes_authorization' => array(
906 xl('Skip Authorization of Patient Notes'),
908 '1', // default = true
909 xl('Do not require patient notes to be authorized')
912 'support_encounter_claims' => array(
913 xl('Allow Encounter Claims'),
915 '0', // default = false
916 xl('Allow creation of claims containing diagnoses but not procedures or charges. Most clinics do not want this.')
919 'advance_directives_warning' => array(
920 xl('Advance Directives Warning'),
922 '0', // default = false
923 xl('Display advance directives in the demographics page.')
926 'configuration_import_export' => array(
927 xl('Configuration Export/Import'),
929 '0', // default = false
930 xl('Support export/import of configuration data via the Backup page.')
933 'restrict_user_facility' => array(
934 xl('Restrict Users to Facilities'),
937 xl('Restrict non-authorized users to the Schedule Facilities set in User admin.')
940 'set_facility_cookie' => array(
941 xl('Remember Selected Facility'),
944 xl('Set a facility cookie to remember the selected facility between logins.')
947 'login_into_facility' => array(
948 xl('Login Into Facility'),
951 xl('Select your current facility in the login page')
954 'receipts_by_provider' => array(
955 xl('Print Receipts by Provider'),
958 xl('Causes Receipts to Print Encounter/Primary Provider Info')
961 'discount_by_money' => array(
962 xl('Discounts as Monetary Amounts'),
964 '1', // default = true
965 xl('Discounts at checkout time are entered as money amounts, as opposed to percentage.')
969 'gbl_form_save_close' => array(
970 xl('Display Save and Close Visit button in LBFs'),
972 '0', // default = false
973 xl('This is helpful if visits usually do not have charges.')
976 'gbl_mask_patient_id' => array(
977 xl('Mask for Patient IDs'),
980 xl('Specifies formatting for the external patient ID. # = digit, @ = alpha, * = any character. Empty if not used.')
983 'gbl_mask_invoice_number' => array(
984 xl('Mask for Invoice Numbers'),
987 xl('Specifies formatting for invoice reference numbers. # = digit, @ = alpha, * = any character. Empty if not used.')
990 'gbl_mask_product_id' => array(
991 xl('Mask for Product IDs'),
994 xl('Specifies formatting for product NDC fields. # = digit, @ = alpha, * = any character. Empty if not used.')
997 'activate_ccr_ccd_report' => array(
998 xl('Activate CCR/CCD Reporting'),
1000 '1', // default = true
1001 xl('This will activate the CCR(Continuity of Care Record) and CCD(Continuity of Care Document) reporting.')
1004 'drive_encryption' => array(
1005 xl('Enable Encryption of Items Stored on Drive (Strongly recommend keeping this on)'),
1006 'bool', // data type
1007 '1', // default = true
1008 xl('This will enable encryption of items that are stored on the drive. Strongly recommend keeping this setting on for security purposes.')
1011 'couchdb_encryption' => array(
1012 xl('Enable Encryption of Items Stored on CouchDB'),
1013 'bool', // data type
1014 '1', // default = true
1015 xl('This will enable encryption of items that are stored on CouchDB.')
1018 'hide_document_encryption' => array(
1019 xl('Hide Encryption/Decryption Options In Document Management'),
1020 'bool', // data type
1021 '0', // default = true
1022 xl('This will deactivate document the encryption and decryption features, and hide them in the UI.')
1025 'use_custom_immun_list' => array(
1026 xl('Use Custom Immunization List'),
1027 'bool', // data type
1028 '0', // default = true
1029 xl('This will use the custom immunizations list rather than the standard CVX immunization list.')
1032 'amendments' => array(
1034 'bool', // data type
1035 '1', // default = true
1036 xl('Enable amendments feature')
1039 'allow_pat_delete' => array(
1040 xl('Allow Administrators to Delete Patients'),
1041 'bool', // data type
1042 '0', // default = false
1043 xl('Allow Administrators to Delete Patients')
1047 'observation_results_immunization' => array(
1048 xl('Immunization Observation Results'),
1049 'bool', // data type
1051 xl('Observation Results in Immunization')
1054 'enable_help' => array(
1055 xl('Enable Help Modal'),
1057 '0' => xl('Hide Help Modal'),
1058 '1' => xl('Show Help Modal'),
1059 '2' => xl('Disable Help Modal'),
1061 '1', // default = Print End of Day Report 1
1062 xl('This will allow the display of help modal on help enabled pages')
1064 'messages_due_date' => array(
1065 xl('Messages - due date'),
1066 'bool', // data type
1067 '0', // default false
1068 xl('Enables choose due date to message')
1071 'expand_form' => array(
1073 'bool', // data type
1074 '1', // default true
1075 xl('Open all expandable forms in expanded state')
1078 'graph_data_warning' => array(
1079 xl('Graphing Data Warning'),
1080 'bool', // data type
1081 '0', // default false
1082 xl('Warn if not enough data to graph')
1090 'use_custom_daysheet' => array(
1091 xl('Use Custom End of Day Report'),
1094 '1' => xl('Print End of Day Report 1'),
1095 '2' => xl('Print End of Day Report 2'),
1096 '3' => xl('Print End of Day Report 3'),
1098 '1', // default = Print End of Day Report 1
1099 xl('This will allow the use of the custom End of Day report and indicate which report to use.')
1102 'daysheet_provider_totals' => array(
1103 xl('End of Day by Provider or allow Totals Only'),
1105 '0' => xl('Provider'),
1106 '1' => xl('Totals Only'),
1109 xl('This specifies the Printing of the Custom End of Day Report grouped Provider or allow the Printing of Totals Only')
1112 'ledger_begin_date' => array(
1113 xl('Beginning Date for Ledger Report'),
1115 'Y1' => xl('One Year Ago'),
1116 'Y2' => xl('Two Years Ago'),
1117 'M6' => xl('Six Months Ago'),
1118 'M3' => xl('Three Months Ago'),
1119 'M1' => xl('One Month Ago'),
1120 'D1' => xl('One Day Ago'),
1122 'Y1', // default = One Year
1123 xl('This is the Beginning date for the Ledger Report.')
1126 'print_next_appointment_on_ledger' => array(
1127 xl('Print the Next Appointment on the Bottom of the Ledger'),
1128 'bool', // data type
1129 '1', // default = true
1130 xl('This Will Print the Next Appointment on the Bottom of the Patient Ledger')
1133 'sales_report_invoice' => array(
1134 xl('Display Invoice Number or Patient Name or Both in the Sales Report'),
1136 '0' => xl('Invoice Number'),
1137 '1' => xl('Patient Name and ID'),
1138 '2' => xl('Patient Name and Invoice'),
1141 xl('This will Display the Invoice Number in the Sales Report or the Patient Name and ID or Patient Name and Invoice Number.')
1144 'cash_receipts_report_invoice' => array(
1145 xl('Display Invoice Number or Patient Name in the Cash Receipt Report'),
1147 '0' => xl('Invoice Number'),
1148 '1' => xl('Patient Name'),
1151 xl('Display Invoice Number or Patient Name in the Cash Receipt Report')
1160 // It would be good to eventually rename this to "billing_enabled" and inverse the setting value.
1161 'hide_billing_widget' => array(
1162 xl('Hide Billing features'),
1163 'bool', // data type
1164 '0', // default = false
1165 xl('This will hide billing features throughout the program.')
1168 'force_billing_widget_open' => array(
1169 xl('Force Billing Widget Open'),
1170 'bool', // data type
1171 '0', // default = false
1172 xl('This will force the Billing Widget in the Patient Summary screen to always be open.')
1176 'ub04_support' => array(
1177 xl('Activate UB04/837I Claim Support'),
1178 'bool', // data type
1179 '0', // default = false
1180 xl('Allow institutional claims support.')
1183 'top_ubmargin_default' => array(
1184 xl('Default top print margin for UB04'),
1187 xl('This is the default top print margin for UB04. It will adjust the final printed output up or down.')
1190 'left_ubmargin_default' => array(
1191 xl('Default left print margin for UB04'),
1194 xl('This is the default left print margin for UB04. It will adjust the final printed output left or right.')
1197 'cms_top_margin_default' => array(
1198 xl('Default top print margin for CMS 1500'),
1201 xl('This is the default top print margin for CMS 1500. It will adjust the final printed output up or down.')
1204 'cms_left_margin_default' => array(
1205 xl('Default left print margin for CMS 1500'),
1208 xl('This is the default left print margin for CMS 1500. It will adjust the final printed output left or right.')
1211 'preprinted_cms_1500' => array(
1212 xl('Prints the CMS 1500 on the Preprinted form'),
1213 'bool', // data type
1214 '0', // default = false
1215 xl('Overlay CMS 1500 on the Preprinted form')
1218 'cms_1500_box_31_format' => array(
1219 xl('CMS 1500: Box 31 Format'),
1221 '0' => xl('Signature on File'),
1222 '1' => xl('Firstname Lastname'),
1226 xl('This specifies whether to include date in Box 31.')
1229 'cms_1500_box_31_date' => array(
1230 xl('CMS 1500: Date in Box 31 (Signature)'),
1233 '1' => xl('Date of Service'),
1237 xl('This specifies whether to include date in Box 31.')
1240 'default_search_code_type' => array(
1241 xl('Default Search Code Type'),
1242 'all_code_types', // data type
1244 xl('The default code type to search for in the Fee Sheet.')
1247 'default_rendering_provider' => array(
1248 xl('Default Rendering Provider in Fee Sheet'),
1250 '0' => xl('Logged in User if provider, otherwise Current Provider'),
1251 '1' => xl('Current Provider'),
1252 '2' => xl('Current Logged in User'),
1255 xl('Default selection for rendering provider in fee sheet.')
1258 'posting_adj_disable' => array(
1259 xl('Disable Auto Adjustment Calculations in EOB Posting'),
1260 'bool', // data type
1261 '0', // default = false
1262 xl('Turn off auto calculations of adjustments in EOB')
1265 'force_claim_balancing' => array(
1266 xl('Force claim balancing in EOB Posting'),
1267 'bool', // data type
1268 '1', // default = true
1269 xl('Force claim balancing in EOB Posting')
1272 'show_payment_history' => array(
1273 xl('Show all payment history in Patient Ledger'),
1274 'bool', // data type
1275 '1', // default = true
1276 xl('Turn on to show all payment history in Patient Ledger')
1279 'void_checkout_reopen' => array(
1280 xl('Void Checkout and Reopen in Fee Sheet'),
1281 'bool', // data type
1282 '1', // default = true
1283 xl('Void Checkout and Reopen in Fee Sheet')
1286 'support_fee_sheet_line_item_provider' => array(
1287 xl('Support provider in line item in fee sheet'),
1288 'bool', // data type
1289 '0', // default = false
1290 xl('This Enables provider in line item in the fee sheet')
1293 'default_fee_sheet_line_item_provider' => array(
1294 xl('Default to a provider for line item in the fee sheet'),
1295 'bool', // data type
1296 '0', // default = false
1297 xl('Default to a provider for line item in the fee sheet.(only applicable if Support line item billing in option above)')
1300 'include_inactive_providers' => array(
1301 xl('Include inactive providers in the fee sheet'),
1302 'bool', // data type
1303 '0', // default = false
1304 xl('Include inactive providers in the fee sheet.')
1307 'replicate_justification' => array(
1308 xl('Automatically replicate justification codes in Fee Sheet'),
1309 'bool', // data type
1310 '0', // default = false
1311 xl('Automatically replicate justification codes in Fee Sheet (basically fills in the blanks with the justification code above it).')
1314 'display_units_in_billing' => array(
1315 xl('Display the Units Column on the Billing Screen'),
1316 'bool', // data type
1317 '0', // default = false
1318 xl('Display the Units Column on the Billing Screen')
1321 'notes_to_display_in_Billing' => array(
1322 xl('Which notes are to be displayed in the Billing Screen'),
1325 '1' => xl('Encounter Billing Note'),
1326 '2' => xl('Patient Billing Note'),
1330 xl('Display the Encounter Billing Note or Patient Billing Note or Both in the Billing Screen.')
1333 'MedicareReferrerIsRenderer' => array(
1334 xl('Medicare Referrer Is Renderer'),
1335 'bool', // data type
1336 '0', // default = false
1337 xl('For Medicare only, forces the referring provider to be the same as the rendering provider.')
1340 'statement_logo' => array(
1341 xl('Statement Logo GIF Filename'),
1342 'text', // data type
1343 'practice_logo.gif', // data type
1344 xl('Place your logo in sites/default/images and type the filename including gif extension here.')
1347 'use_custom_statement' => array(
1348 xl('Use Custom Statement'),
1349 'bool', // data type
1350 '0', // default = false
1351 xl('This will use the custom Statement showing the description instead of the codes.')
1354 'statement_appearance' => array(
1355 xl('Statement Appearance'),
1357 '0' => xl('Plain Text'),
1358 '1' => xl('Modern/images')
1360 '1', // default = true
1361 xl('Patient statements can be generated as plain text or with a modern graphical appearance.')
1364 'billing_phone_number' => array(
1365 xl('Custom Billing Phone Number'),
1366 'text', // data type
1368 xl('Phone number for billing inquiries')
1371 'show_aging_on_custom_statement' => array(
1372 xl('Show Aging on Custom Statement'),
1373 'bool', // data type
1374 '0', // default = false
1375 xl('This will Show Aging on the custom Statement.')
1378 'use_statement_print_exclusion' => array(
1379 xl('Allow Statement Exclusions from Printing'),
1380 'bool', // data type
1381 '0', // default = false
1382 xl('This will enable the Ability to Exclude Selected Patient Statements from Printing.')
1385 'minimum_amount_to_print' => array(
1386 xl('Total Minimum Amount of Statement to Allow Printing'),
1389 xl('Total Minimum Dollar Amount of Statement to Allow Printing.(only applicable if Allow Statement Exclusions from Printing is enabled)')
1392 'statement_bill_note_print' => array(
1393 xl('Print Patient Billing Note'),
1394 'bool', // data type
1395 '0', // default = false
1396 xl('This will allow printing of the Patient Billing Note on the statements.')
1399 'number_appointments_on_statement' => array(
1400 xl('Number of Appointments on Statement'),
1403 xl('The Number of Future Appointments to Display on the Statement.')
1406 'statement_message_to_patient' => array(
1407 xl('Print Custom Message'),
1408 'bool', // data type
1409 '0', // default = false
1410 xl('This will allow printing of a custom Message on the statements.')
1413 'statement_msg_text' => array(
1414 xl('Custom Statement message'),
1415 'text', // data type
1417 xl('Text for Custom statement message.')
1420 'use_dunning_message' => array(
1421 xl('Use Custom Dunning Messages'),
1422 'bool', // data type
1423 '0', // default = false
1424 xl('This will allow use of the custom Dunning Messages on the statements.')
1427 'first_dun_msg_set' => array(
1428 xl('Number of days before showing first account message'),
1431 xl('Number of days before showing first account message.')
1434 'first_dun_msg_text' => array(
1435 xl('First account message'),
1436 'text', // data type
1438 xl('Text for first account message.')
1441 'second_dun_msg_set' => array(
1442 xl('Number of days before showing second account message'),
1445 xl('Number of days before showing second account message')
1448 'second_dun_msg_text' => array(
1449 xl('Second account message'),
1450 'text', // data type
1452 xl('Text for second account message.')
1455 'third_dun_msg_set' => array(
1456 xl('Number of days before showing third account message'),
1459 xl('Number of days before showing third account message')
1462 'third_dun_msg_text' => array(
1463 xl('Third account message'),
1464 'text', // data type
1466 xl('Text for third account message.')
1469 'fourth_dun_msg_set' => array(
1470 xl('Number of days before showing fourth account message'),
1473 xl('Number of days before showing fourth account message')
1476 'fourth_dun_msg_text' => array(
1477 xl('Fourth account message'),
1478 'text', // data type
1480 xl('Text for fourth account message.')
1483 'fifth_dun_msg_set' => array(
1484 xl('Number of days before showing fifth account message'),
1487 xl('Number of days before showing fifth account message')
1490 'fifth_dun_msg_text' => array(
1491 xl('Fifth account message'),
1492 'text', // data type
1494 xl('Text for fifth account message.')
1497 'save_codes_history' => array(
1498 xl('Save codes history'),
1499 'bool', // data type
1501 xl('Save codes history')
1504 'enable_percent_pricing' => array(
1505 xl('Enable percent-based price levels'),
1506 'bool', // data type
1508 xl('Enable percent-based price levels')
1511 'gen_x12_based_on_ins_co' => array(
1512 xl('Generate X-12 Based On Insurance Company'),
1513 'bool', // data type
1514 '0', // default = false
1515 xl('For sending claims directly to insurance company, based on X12 Partner Settings')
1518 'auto_sftp_claims_to_x12_partner' => array(
1519 xl('Automatically SFTP Claims To X12 Partner'),
1520 'bool', // data type
1521 '0', // default = false
1522 xl('For automatically sending claims that are generated in EDI directory to the X12 partner using SFTP credentials X12 Partner Settings')
1525 'enable_swap_secondary_insurance' => array(
1526 xl('Enable Swap Secondary Insurance Editing Demographics'),
1527 'bool', // data type
1529 xl('Enable swap secondary insurance')
1538 'esign_all' => array(
1539 xl('Allows E-Sign on the entire encounter'),
1540 'bool', // data type
1541 '0', // default = false
1542 xl('This will enable signing an entire encounter, rather than individual forms')
1545 'lock_esign_all' => array(
1546 xl('Lock e-signed encounters and their forms'),
1547 'bool', // data type
1548 '0', // default = false
1549 xl('This will disable the Edit button on all forms whose parent encounter is e-signed')
1552 'esign_individual' => array(
1553 xl('Allows E-Signing Individual Forms'),
1554 'bool', // data type
1555 '1', // default = false
1556 xl('This will enable signing individual forms separately')
1559 'lock_esign_individual' => array(
1560 xl('Lock an e-signed form individually'),
1561 'bool', // data type
1562 '1', // default = false
1563 xl('This will disable the Edit button on any form that is e-signed')
1566 'esign_lock_toggle' => array(
1567 xl('Enable lock toggle'),
1568 'bool', // data type
1569 '0', // default = false
1570 xl('This will give the user the option to lock (separate locking and signing)')
1573 'esign_report_show_only_signed' => array(
1574 xl('Only Include E-Signed Forms On Report'),
1575 'bool', // data type
1576 '0', // default = false
1577 xl('This will hide any encounter forms not E-Signed on the patient report')
1580 'esign_report_hide_empty_sig' => array(
1581 xl('Hide Empty E-Sign Logs On Report'),
1582 'bool', // data type
1583 '1', // default = false
1584 xl('This will hide empty e-sign logs on the patient report')
1587 'esign_report_hide_all_sig' => array(
1588 xl('Exclude All E-Sign Logs On Report'),
1589 'bool', // data type
1590 '0', // default = false
1591 xl('This will hide any e-sign logs on the patient report')
1595 'Documents' => array(
1597 'document_storage_method' => array(
1598 xl('Document Storage Method'),
1600 '0' => xl('Hard Disk'),
1601 '1' => xl('CouchDB')
1604 xl('Option to save method of document storage.')
1607 'couchdb_host' => array(
1608 xl('CouchDB HostName'),
1613 'couchdb_user' => array(
1614 xl('CouchDB UserName'),
1617 xl('Username to connect to CouchDB'),
1619 'couchdb_pass' => array(
1620 xl('CouchDB Password'),
1621 'encrypted', // data type
1623 xl('Password to connect to CouchDB'),
1625 'couchdb_port' => array(
1631 'couchdb_dbase' => array(
1632 xl('CouchDB Database'),
1635 xl('CouchDB database name'),
1637 'couchdb_connection_ssl' => array(
1638 xl('CouchDB Connection SSL'),
1641 xl('Use SSL (encrypted) connection to CouchDB'),
1643 'couchdb_ssl_allow_selfsigned' => array(
1644 xl('CouchDB SSL Allow Selfsigned Certificate'),
1647 xl('Allow self-signed certificate for SSL (encrypted) connection to CouchDB'),
1649 'couchdb_log' => array(
1650 xl('CouchDB Log Enable'),
1653 xl('Enable log for document uploads/downloads to CouchDB'),
1656 'expand_document_tree' => array(
1657 xl('Expand All Document Categories'),
1658 'bool', // data type
1659 '0', // default = false
1660 xl('Expand All Document Categories by Default')
1663 'patient_id_category_name' => array(
1664 xl('Patient ID Category Name'),
1665 'text', // data type
1666 'Patient ID card', // default
1667 xl('Optional category name for an ID Card image that can be viewed from the patient summary page.')
1670 'patient_photo_category_name' => array(
1671 xl('Patient Photo Category Name'),
1672 'text', // data type
1673 'Patient Photograph', // default
1674 xl('Optional category name for photo images that can be viewed from the patient summary page.')
1677 'lab_results_category_name' => array(
1678 xl('Lab Results Category Name'),
1679 'text', // data type
1680 'Lab Report', // default
1681 xl('Document category name for storage of electronically received lab results.')
1684 'gbl_mdm_category_name' => array(
1685 xl('MDM Document Category Name'),
1686 'text', // data type
1687 'Lab Report', // default
1688 xl('Document category name for storage of electronically received MDM documents.')
1690 'generate_doc_thumb' => array(
1691 xl('Generate thumbnail'),
1694 xl('Generate thumbnail images'),
1696 'thumb_doc_max_size' => array(
1697 xl('Thumbnail size'),
1698 'text', // data type
1700 xl('Maximum size of thumbnail file')
1706 'Calendar' => array(
1708 'disable_calendar' => array(
1709 xl('Disable Calendar'),
1710 'bool', // data type
1712 xl('Do not display the calendar.')
1715 'schedule_start' => array(
1716 xl('Calendar Starting Hour'),
1719 xl('Beginning hour of day for calendar events.')
1722 'schedule_end' => array(
1723 xl('Calendar Ending Hour'),
1726 xl('Ending hour of day for calendar events.')
1729 'calendar_interval' => array(
1730 xl('Calendar Interval'),
1740 xl('The time granularity of the calendar and the smallest interval in minutes for an appointment slot.')
1743 'calendar_view_type' => array(
1744 xl('Default Calendar View'),
1747 'week' => xl('Week'),
1748 'month' => xl('Month'),
1751 xl('This sets the Default Calendar View, Default is Day.')
1754 'first_day_week' => array(
1755 xl('First day in the week'),
1757 '1' => xl('Monday'),
1758 '0' => xl('Sunday'),
1759 '6' => xl('Saturday')
1762 xl('Your first day of the week.')
1765 'calendar_appt_style' => array(
1766 xl('Appointment Display Style'),
1768 '1' => xl('Last name'),
1769 '2' => xl('Last name, first name'),
1770 '3' => xl('Last name, first name (title)'),
1771 '4' => xl('Last name, first name (title: comments)'),
1774 xl('This determines how appointments display on the calendar.')
1777 'event_color' => array(
1778 xl('Appointment/Event Color'),
1780 '1' => xl('Category Color Schema'),
1781 '2' => xl('Facility Color Schema'),
1784 xl('This determines which color schema used for appointment')
1787 'number_of_appts_to_show' => array(
1788 xl('Appointments - Patient Summary - Number to Display'),
1791 xl('Number of Appointments to display in the Patient Summary')
1794 'number_of_group_appts_to_show' => array(
1795 xl('Appointments - Group Summary - Number to Display'),
1798 xl('Number of Appointments to display in the Group Summary')
1801 'number_of_ex_appts_to_show' => array(
1802 xl('Excluded Appointments - Tooltip - Number to Display'),
1805 xl('Number of Excluded Appointments to display in the Tooltip')
1808 'appt_display_sets_option' => array(
1809 xl('Appointment Display Sets - Ignore Display Limit (Last Set)'),
1810 'bool', // data type
1812 xl('Override (if necessary) the appointment display limit to allow all appointments to be displayed for the last set')
1815 'appt_display_sets_color_1' => array(
1816 xl('Appointment Display Sets - Color 1'),
1819 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).')
1822 'appt_display_sets_color_2' => array(
1823 xl('Appointment Display Sets - Color 2'),
1826 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).')
1829 'appt_display_sets_color_3' => array(
1830 xl('Appointment Display Sets - Color 3'),
1833 xl('Color for the last set when all member appointments are displayed and at least one subsequent scheduled appointment exists (not displayed).')
1836 'appt_display_sets_color_4' => array(
1837 xl('Appointment Display Sets - Color 4'),
1840 xl('Color for the last set when not all member appointments are displayed.')
1843 'appt_recurrences_widget' => array(
1844 xl('Recurrent Appointment Display Widget'),
1845 'bool', // data type
1847 xl('Display the recurrent appointment widget in the patient summary.')
1850 'num_past_appointments_to_show' => array(
1851 xl('Past Appointment Display Widget'),
1853 '0', // default = false
1854 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)')
1857 'docs_see_entire_calendar' => array(
1858 xl('Providers See Entire Calendar'),
1859 'bool', // data type
1861 xl('Check this if you want providers to see all appointments by default and not just their own.')
1864 'auto_create_new_encounters' => array(
1865 xl('Auto-Create New Encounters'),
1868 '1' => xl('One Encounter Per Day'),
1869 '2' => xl('Allow Encounter For Each Appointment')
1872 xl('Automatically create a new encounter when an appointment check in status is selected.') . " " .
1873 xl('The Each Appointment option will allow a new encounter regardless of same day visit.') . " " .
1874 xl('The appointment status changes and encounter creations are managed through the Patient Tracker.')
1877 'allow_early_check_in' => array(
1878 xl('Allow Early Check In'),
1879 'bool', // data type
1881 xl("Allow Check In before the appointment's time.")
1884 'submit_changes_for_all_appts_at_once' => array(
1885 xl('Submit Changes For All Appts At Once'),
1886 'bool', // data type
1888 xl('Enables to submit changes for all appointments of a recurrence at once.')
1891 'disable_pat_trkr' => array(
1892 xl('Flow Board: Disable'),
1893 'bool', // data type
1895 xl('Completely remove the ability to display the Patient Flow Board.')
1898 'ptkr_visit_reason' => array(
1899 xl('Flow Board: Show Visit Reason'),
1900 'bool', // data type
1901 '0', // default = false
1902 xl('When Checked, Visit Reason Will Show in Patient Flow Board.')
1905 'ptkr_show_pid' => array(
1906 xl('Flow Board: Show Patient ID'),
1907 'bool', // data type
1908 '1', // default = true
1909 xl('When Checked, Patient ID Will Show in Patient Flow Board.')
1912 'ptkr_show_encounter' => array(
1913 xl('Flow Board: Show Encounter Number'),
1914 'bool', // data type
1915 '1', // default = true
1916 xl('When Checked, Patient Encounter Number Will Show in Patient Flow Board.')
1919 'ptkr_show_staff' => array(
1920 xl('Flow Board: Show Staff Action'),
1921 'bool', // data type
1922 '1', // default = true
1923 xl('When Checked, Last Staff to Update Board Will Show in Patient Flow Board.')
1926 'ptkr_date_range' => array(
1927 xl('Flow Board: Allow Date Range'),
1928 'bool', // data type
1929 '1', // default = true
1930 xl('This Allows a Date Range to be Selected in Patient Flow Board.')
1933 'ptkr_start_date' => array(
1934 xl('Flow Board: Default Starting Date'),
1936 'D0' => xl('Current Day'),
1937 'B0' => xl('Beginning of Current Work Week'),
1939 'D0', // default = Current Day
1940 xl('This is the default Beginning date for the Patient Flow Board. (only applicable if Allow Date Range in option above is Enabled)')
1943 'ptkr_end_date' => array(
1944 xl('Flow Board: Default Ending Date'),
1946 'Y1' => xl('One Year Ahead'),
1947 'Y2' => xl('Two Years Ahead'),
1948 'M6' => xl('Six Months Ahead'),
1949 'M3' => xl('Three Months Ahead'),
1950 'M1' => xl('One Month Ahead'),
1951 'D7' => xl('One Week Ahead'),
1952 'D1' => xl('One Day Ahead'),
1953 'D0' => xl('Current Day'),
1955 'D0', // default = One Day Ahead
1956 xl('This is the default Ending date for the Patient Flow Board. (only applicable if Allow Date Range in option above is Enabled)')
1959 'pat_trkr_timer' => array(
1960 xl('Flow Board: Timer Refresh Interval'),
1962 '0' => xl('No automatic refresh'),
1971 xl('The screen refresh time in Seconds for the Patient Flow Board Screen.')
1974 'checkout_roll_off' => array(
1975 xl('Flow Board: display completed checkouts (minutes)'),
1978 xl('Flow Board will only display completed checkouts for this many minutes. Zero is continuous display.')
1981 'drug_screen' => array(
1982 xl('Flow Board: Enable Random Drug Testing'),
1983 'bool', // data type
1985 xl('Allow Patient Flow Board to Select Patients for Drug Testing.')
1988 'drug_testing_percentage' => array(
1989 xl('Flow Board: Percentage of Patients to Drug Test'),
1992 xl('Percentage of Patients to select for Random Drug Testing.')
1995 'maximum_drug_test_yearly' => array(
1996 xl('Flow Board: Max tests per Patient per year'),
1999 xl('Maximum number of times a Patient can be tested in a year. Zero is no limit.')
2002 'disable_rcb' => array(
2003 xl('Recall Board: Disable'),
2004 'bool', // data type
2006 xl('Do not display the Recall Board.')
2014 'Insurance' => array(
2015 'enable_oa' => array(
2016 xl('Enable Office Ally Insurance Eligibility'),
2019 xl('Allow insurance eligibility checks using Office Ally')
2022 'simplified_demographics' => array(
2023 xl('Simplified Demographics'),
2024 'bool', // data type
2025 '0', // default = false
2026 xl('Omit insurance and some other things from the demographics form')
2029 'insurance_information' => array(
2030 xl('Show Additional Insurance Information'), // descriptive name
2033 '1' => xl('Address Only'),
2034 '2' => xl('Address and Postal Code'),
2035 '3' => xl('Address and State'),
2036 '4' => xl('Address, State and Postal Code'),
2037 '5' => xl('Address, City, State and Postal Code'),
2038 '6' => xl('Address, City, State, Postal Code, Payer ID'),
2039 '7' => xl('Postal Code and Box Number')
2042 xl('Show Insurance Address Information in the Insurance Panel of Demographics.')
2045 'disable_eligibility_log' => array(
2046 xl('Disable Insurance Eligibility Reports Download'),
2049 xl('Do not allow insurance eligibility report log download')
2052 'insurance_only_one' => array(
2053 xl('Allow only one insurance'),
2054 'bool', // data type
2055 '0', // default = false
2056 xl('Allow more than one insurance')
2061 'Security' => array(
2062 'sql_string_no_show_screen' => array(
2063 xl('Mode - Do Not Show SQL Queries'),
2064 'bool', // data type
2066 xl('Do not allow SQL queries to be outputted to screen.')
2069 xl('Idle Session Timeout Seconds'),
2072 xl('Maximum idle time in seconds before logout. Default is 7200 (2 hours).')
2074 'portal_timeout' => array(
2075 xl('Portal Idle Session Timeout Seconds'),
2078 xl('Maximum idle time in seconds before logout. Default is 1800 (30 minutes).')
2080 'secure_upload' => array(
2081 xl('Secure Upload Files with White List'),
2082 'bool', // data type
2084 xl('Block all files types that are not found in the White List. Can find interface to edit the White List at Administration->Files.')
2086 'secure_password' => array(
2087 xl('Require Strong Passwords'),
2088 'bool', // data type
2090 xl('Strong password means at least one of each: a number, a lowercase letter, an uppercase letter, a special character.')
2093 'gbl_minimum_password_length' => array(
2094 xl('Minimum Password Length'),
2096 '0' => xl('No Minimum'),
2116 xl('Minimum length of password.')
2119 'gbl_maximum_password_length' => array(
2120 xl('Maximum Password Length'),
2122 '0' => xl('No Maximum'),
2126 xl('Maximum length of password (Recommend using the default value of 72 unless you know what you are doing).')
2129 'password_history' => array(
2130 xl('Require Unique Passwords'),
2140 xl('Set to the number of prior passwords that are not allowed to use when changing a password.')
2143 'password_expiration_days' => array(
2144 xl('Default Password Expiration Days'),
2147 xl('Default password expiration period in days. 0 means this feature is disabled.')
2150 'password_grace_time' => array(
2151 xl('Password Expiration Grace Period'),
2154 xl('Period in days where a user may login with an expired password.')
2157 'password_max_failed_logins' => array(
2158 xl('Maximum Failed Login Attempts For User'),
2161 xl('Maximum Failed Login Attempts For User (0 for no maximum).')
2164 'time_reset_password_max_failed_logins' => array(
2165 xl('Time (seconds) to Reset Maximum Failed Login Attempts For User'),
2167 '3600', // default to 1 hour
2168 xl('Time (seconds) to Reset Maximum Failed Login Attempts Counter For User (0 for no reset).')
2171 'ip_max_failed_logins' => array(
2172 xl('Maximum Failed Login Attempts From IP Address'),
2175 xl('Maximum Failed Login Attempts From IP Address (0 for no maximum).')
2178 'ip_time_reset_password_max_failed_logins' => array(
2179 xl('Time (seconds) to Reset Maximum Failed Login Attempts From IP Address'),
2181 '3600', // default to 1 hour
2182 xl('Time (seconds) to Reset Maximum Failed Login Attempts Counter From IP Address (0 for no reset).')
2185 'gbl_fac_warehouse_restrictions' => array(
2186 xl('Enable Facility/Warehouse Permissions'),
2187 'bool', // data type
2189 xl('Enable facility/warehouse restrictions in the user administration form.')
2192 'is_client_ssl_enabled' => array(
2193 xl('Enable Client SSL'),
2194 'bool', // data type
2196 xl('Enable client SSL certificate authentication.')
2199 'certificate_authority_crt' => array(
2200 xl('Path to CA Certificate File'),
2201 'text', // data type
2203 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
2206 'certificate_authority_key' => array(
2207 xl('Path to CA Key File'),
2208 'text', // data type
2210 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
2213 'client_certificate_valid_in_days' => array(
2214 xl('Client Certificate Expiration Days'),
2217 xl('Number of days that the client certificate is valid.')
2220 'Emergency_Login_email_id' => array(
2221 xl('Emergency Login Email Address'),
2222 'text', // data type
2224 xl('Email address, if any, to receive emergency login user activation messages.')
2227 'new_validate' => array(
2228 xl('New form validation'),
2231 xl('New form validation')
2234 'allow_multiple_databases' => array(
2235 xl('Allow multiple databases'),
2238 xl('Allow to use with multiple database')
2241 'safe_key_database' => array(
2242 xl('Safe key database'),
2243 'text', // data type
2245 xl('Key for multiple database credentials encryption')
2248 'google_signin_enabled' => array(
2249 xl('Enable Google Sign-In'),
2252 xl('Enable Authentication Using Google Sign-in')
2255 'google_signin_client_id' => array(
2256 xl('Google Sign-In Client ID'),
2259 xl('This Client ID Is Provided By Google For Your App (Required For Google Sign-in)')
2262 'gbl_ldap_enabled' => array(
2263 xl('Use LDAP for Authentication'),
2266 xl('If enabled, use LDAP for login and authentication.')
2268 'gbl_ldap_host' => array(
2269 xl('LDAP - Server Name or URI'),
2272 xl('The hostname or URI of your LDAP or Active Directory server.')
2274 'gbl_ldap_dn' => array(
2275 xl('LDAP - Distinguished Name of User'),
2278 xl('Embed {login} where the OpenEMR login name of the user is to be; for example: uid={login},dc=example,dc=com')
2280 'gbl_ldap_exclusions' => array(
2281 xl('LDAP - Login Exclusions'),
2284 xl('Comma-separated list of login names to use normal authentication instead of LDAP; useful for setup and debugging.')
2287 'gbl_debug_hash_verify_execution_time' => array(
2288 xl('Debug Hash Verification Time'),
2291 xl('If enabled, this will send the execution time it took to verify hash to the php error log.')
2294 'gbl_auth_hash_algo' => array(
2295 xl('Hash Algorithm for Authentication'),
2297 'DEFAULT' => xl('PHP Default'),
2298 'BCRYPT' => 'Bcrypt',
2299 'ARGON2I' => 'Argon2I',
2300 'ARGON2ID' => 'Argon2ID',
2301 'SHA512HASH' => 'SHA512 (ONC 2015)',
2303 'DEFAULT', // default
2304 xl('Hashing algorithm for authentication. Suggest PHP Default unless you know what you are doing.')
2307 'gbl_auth_bcrypt_hash_cost' => array(
2308 xl('Authentication Bcrypt Hash Cost'),
2310 'DEFAULT' => xl('PHP Default'),
2328 'DEFAULT', // default
2329 xl('Authentication bcrypt hash cost. Suggest PHP Default unless you know what you are doing.')
2332 'gbl_auth_argon_hash_memory_cost' => array(
2333 xl('Authentication Argon Hash Memory Cost'),
2335 'DEFAULT' => xl('PHP Default'),
2344 '131072' => '131072',
2345 '262144' => '262144',
2346 '524288' => '524288',
2347 '1048576' => '1048576',
2348 '2097152' => '2097152',
2350 'DEFAULT', // default
2351 xl('Authentication argon hash memory cost. Suggest PHP Default unless you know what you are doing.')
2354 'gbl_auth_argon_hash_time_cost' => array(
2355 xl('Authentication Argon Hash Time Cost'),
2357 'DEFAULT' => xl('PHP Default'),
2379 'DEFAULT', // default
2380 xl('Authentication argon hash time cost. Suggest PHP Default unless you know what you are doing.')
2383 'gbl_auth_argon_hash_thread_cost' => array(
2384 xl('Authentication Argon Hash Thread Number'),
2386 'DEFAULT' => xl('PHP Default'),
2408 'DEFAULT', // default
2409 xl('Authentication argon hash thread number. Suggest PHP Default unless you know what you are doing.')
2412 'gbl_auth_sha512_rounds' => array(
2413 xl('Authentication SHA512 Hash Rounds Number'),
2424 '100000' => '100000',
2425 '200000' => '200000',
2426 '300000' => '300000',
2427 '400000' => '400000',
2428 '500000' => '500000',
2429 '750000' => '750000',
2430 '1000000' => '1000000',
2431 '2000000' => '2000000',
2432 '3000000' => '3000000',
2433 '4000000' => '4000000',
2434 '5000000' => '5000000',
2435 '6000000' => '6000000',
2436 '7000000' => '7000000',
2437 '8000000' => '8000000',
2438 '9000000' => '9000000',
2440 '100000', // default
2441 xl('Authentication SHA512 hash rounds number.')
2446 // Notifications Tab
2448 'Notifications' => array(
2450 'patient_reminder_sender_name' => array(
2451 xl('Patient Reminder Sender Name'),
2452 'text', // data type
2454 xl('Name of the sender for patient reminders.')
2457 'patient_reminder_sender_email' => array(
2458 xl('Patient Reminder Sender Email'),
2459 'text', // data type
2461 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.')
2464 'practice_return_email_path' => array(
2465 xl('Notification Email Address'),
2466 'text', // data type
2468 xl('Email address, if any, to receive administrative notifications.')
2471 'EMAIL_METHOD' => array(
2472 xl('Email Transport Method'),
2474 'PHPMAIL' => 'PHPMAIL',
2475 'SENDMAIL' => 'SENDMAIL',
2479 xl('Method for sending outgoing email.')
2482 'SMTP_HOST' => array(
2483 xl('SMTP Server Hostname'),
2484 'text', // data type
2485 'localhost', // default
2486 xl('If SMTP is used, the server`s hostname or IP address.')
2489 'SMTP_PORT' => array(
2490 xl('SMTP Server Port Number'),
2493 xl('If SMTP is used, the server`s TCP port number (usually 25).')
2496 'SMTP_USER' => array(
2497 xl('SMTP User for Authentication'),
2498 'text', // data type
2500 xl('Must be empty if SMTP authentication is not used.')
2503 'SMTP_PASS' => array(
2504 xl('SMTP Password for Authentication'),
2505 'encrypted', // data type
2507 xl('Must be empty if SMTP authentication is not used.')
2510 'SMTP_SECURE' => array(
2511 xl('SMTP Security Protocol'),
2518 xl('SMTP security protocol to connect with. Required by some servers such as gmail.')
2521 'EMAIL_NOTIFICATION_HOUR' => array(
2522 xl('Email Notification Hours'),
2525 xl('Number of hours in advance to send email notifications.')
2528 'SMS_NOTIFICATION_HOUR' => array(
2529 xl('SMS Notification Hours'),
2532 xl('Number of hours in advance to send SMS notifications.')
2535 'SMS_GATEWAY_USENAME' => array(
2536 xl('SMS Gateway Username'),
2537 'text', // data type
2539 xl('Username for SMS Gateway.')
2542 'SMS_GATEWAY_PASSWORD' => array(
2543 xl('SMS Gateway Password'),
2544 'text', // data type
2546 xl('Password for SMS Gateway.')
2549 'SMS_GATEWAY_APIKEY' => array(
2550 xl('SMS Gateway API Key'),
2551 'text', // data type
2553 xl('API key for SMS Gateway.')
2556 'phone_notification_hour' => array(
2557 xl('Phone Notification Hour'),
2560 xl('Number of hours in advance to send Phone notification.')
2563 'phone_gateway_username' => array(
2564 xl('Phone Gateway Username'),
2565 'text', // data type
2567 xl('Username for Phone Gateway.')
2570 'phone_gateway_password' => array(
2571 xl('Phone Gateway Password'),
2572 'encrypted', // data type
2574 xl('Password for Phone Gateway.')
2577 'phone_gateway_url' => array(
2578 xl('Phone Gateway URL'),
2579 'text', // data type
2581 xl('URL for Phone Gateway.')
2586 // CDR (Clinical Decision Rules)
2590 'enable_cdr' => array(
2591 xl('Enable Clinical Decisions Rules (CDR)'),
2592 'bool', // data type
2594 xl('Enable Clinical Decisions Rules (CDR)')
2597 'enable_allergy_check' => array(
2598 xl('Enable Allergy Check'),
2599 'bool', // data type
2601 xl('Enable Allergy Check Against Medications and Prescriptions')
2604 'enable_alert_log' => array(
2605 xl('Enable Alert Log'),
2606 'bool', // data type
2608 xl('Enable Alert Logging')
2611 'enable_cdr_new_crp' => array(
2612 xl('Enable Clinical Passive New Reminder(s) Popup'),
2613 'bool', // data type
2615 xl('Enable Clinical Passive New Reminder(s) Popup')
2618 'enable_cdr_crw' => array(
2619 xl('Enable Clinical Passive Reminder Widget'),
2620 'bool', // data type
2622 xl('Enable Clinical Passive Reminder Widget')
2625 'enable_cdr_crp' => array(
2626 xl('Enable Clinical Active Reminder Popup'),
2627 'bool', // data type
2629 xl('Enable Clinical Active Reminder Popup')
2632 'enable_cdr_prw' => array(
2633 xl('Enable Patient Reminder Widget'),
2634 'bool', // data type
2636 xl('Enable Patient Reminder Widget')
2639 'enable_cqm' => array(
2640 xl('Enable CQM Reporting'),
2641 'bool', // data type
2643 xl('Enable Clinical Quality Measure (CQM) Reporting')
2646 'pqri_registry_name' => array(
2647 xl('PQRI Registry Name'),
2648 'text', // data type
2649 'Model Registry', // default
2650 xl('PQRI Registry Name')
2653 'pqri_registry_id' => array(
2654 xl('PQRI Registry ID'),
2655 'text', // data type
2656 '125789123', // default
2657 xl('PQRI Registry ID')
2660 'cqm_performance_period' => array(
2661 xl('Eligible Clinician eCQM Performance Period'),
2662 'text', // data type
2663 '2022', // default set
2664 xl('Enter the eCQM Performance Period year. For example 2022')
2667 'enable_amc' => array(
2668 xl('Enable AMC Reporting'),
2669 'bool', // data type
2671 xl('Enable Automated Measure Calculations (AMC) Reporting')
2674 'enable_amc_prompting' => array(
2675 xl('Enable AMC Prompting'),
2676 'bool', // data type
2678 xl('Enable Prompting For Automated Measure Calculations (AMC) Required Data')
2681 'enable_amc_tracking' => array(
2682 xl('Enable AMC Tracking'),
2683 'bool', // data type
2685 xl('Enable Reporting of Tracking Date For Automated Measure Calculations (AMC)')
2688 'cdr_report_nice' => array(
2689 xl('CDR Reports Processing Priority'),
2691 '' => xl('Default Priority'),
2692 '5' => xl('Moderate Priority'),
2693 '10' => xl('Moderate/Low Priority'),
2694 '15' => xl('Low Priority'),
2695 '20' => xl('Lowest Priority')
2698 xl('Set processing priority for CDR engine based reports.')
2701 'pat_rem_clin_nice' => array(
2702 xl('Patient Reminder Creation Processing Priority'),
2704 '' => xl('Default Priority'),
2705 '5' => xl('Moderate Priority'),
2706 '10' => xl('Moderate/Low Priority'),
2707 '15' => xl('Low Priority'),
2708 '20' => xl('Lowest Priority')
2711 xl('Set processing priority for creation of Patient Reminders (in full clinic mode).')
2714 'report_itemizing_standard' => array(
2715 xl('Enable Standard Report Itemization'),
2716 'bool', // data type
2718 xl('Enable Itemization of Standard Clinical Rules Reports')
2721 'report_itemizing_cqm' => array(
2722 xl('Enable CQM Report Itemization'),
2723 'bool', // data type
2725 xl('Enable Itemization of CQM Reports')
2728 'report_itemizing_amc' => array(
2729 xl('Enable AMC Report Itemization'),
2730 'bool', // data type
2732 xl('Enable Itemization of AMC Reports')
2734 'dated_reminders_max_alerts_to_show' => array(
2735 xl('Dated reminders maximum alerts to show'),
2738 xl('Dated reminders maximum alerts to show')
2740 'patient_birthday_alert' => array(
2741 xl('Alert on patient birthday'),
2743 '0' => xl('No alert'),
2744 '1' => xl('Alert only on birthday'),
2745 '2' => xl('Alert on and after birthday'),
2746 '3' => xl('Alert on and up to 28 days after birthday')
2749 xl('Alert on patient birthday')
2751 'patient_birthday_alert_manual_off' => array(
2752 xl('Patient birthday alert requires turning off'),
2753 'bool', // data type
2755 xl('Patient birthday alert requires turning off')
2763 'user_debug' => array(
2764 xl('User Debugging Options'),
2767 '1' => xl('Display Window Errors Only'),
2768 '2' => xl('Display Application Errors Only'),
2772 xl('User Debugging Mode.')
2775 'enable_auditlog' => array(
2776 xl('Enable Audit Logging'),
2777 'bool', // data type
2779 xl('Enable Audit Logging')
2782 'audit_events_patient-record' => array(
2783 xl('Audit Logging Patient Record'),
2784 'bool', // data type
2786 xl('Enable logging of patient record modifications.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2789 'audit_events_scheduling' => array(
2790 xl('Audit Logging Scheduling'),
2791 'bool', // data type
2793 xl('Enable logging of scheduling activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2796 'audit_events_order' => array(
2797 xl('Audit Logging Order'),
2798 'bool', // data type
2800 xl('Enable logging of ordering activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2803 'audit_events_security-administration' => array(
2804 xl('Audit Logging Security Administration'),
2805 'bool', // data type
2807 xl('Enable logging of security and administration activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2810 'audit_events_backup' => array(
2811 xl('Audit Logging Backups'),
2812 'bool', // data type
2814 xl('Enable logging of backup related activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2817 'audit_events_other' => array(
2818 xl('Audit Logging Miscellaneous'),
2819 'bool', // data type
2821 xl('Enable logging of miscellaneous activities.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2824 'audit_events_query' => array(
2825 xl('Audit Logging SELECT Query'),
2826 'bool', // data type
2828 xl('Enable logging of all SQL SELECT queries.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2831 'audit_events_cdr' => array(
2832 xl('Audit CDR Engine Queries'),
2833 'bool', // data type
2835 xl('Enable logging of CDR Engine Queries.') . ' (' . xl('Note that Audit Logging needs to be enabled above') . ')'
2838 'gbl_force_log_breakglass' => array(
2839 xl('Audit all Emergency User Queries'),
2840 'bool', // data type
2842 xl('Force logging of all Emergency User (ie. breakglass) activities.')
2845 'enable_atna_audit' => array(
2846 xl('Enable ATNA Auditing'),
2847 'bool', // data type
2849 xl('Enable Audit Trail and Node Authentication (ATNA).')
2852 'atna_audit_host' => array(
2853 xl('ATNA audit host'),
2854 'text', // data type
2856 xl('The hostname of the ATNA audit repository machine.')
2859 'atna_audit_port' => array(
2860 xl('ATNA audit port'),
2861 'text', // data type
2863 xl('Listening port of the RFC 5425 TLS syslog server.')
2866 'atna_audit_localcert' => array(
2867 xl('ATNA audit local certificate'),
2868 'text', // data type
2870 xl('Certificate to send to RFC 5425 TLS syslog server.')
2873 'atna_audit_cacert' => array(
2874 xl('ATNA audit CA certificate'),
2875 'text', // data type
2877 xl('CA Certificate for verifying the RFC 5425 TLS syslog server.')
2880 'enable_auditlog_encryption' => array(
2881 xl('Enable Audit Log Encryption'),
2882 'bool', // data type
2884 xl('Enable Audit Log Encryption')
2887 'api_log_option' => array(
2888 xl('API Log Option'),
2890 '0' => xl('No logging'),
2891 '1' => xl('Minimal Logging'),
2892 '2' => xl('Full Logging'),
2895 xl('API Log Option (Full includes requests and responses).')
2898 'billing_log_option' => array(
2899 xl('Billing Log Option'),
2901 '1' => xl('Billing Log Append'),
2902 '2' => xl('Billing Log Overwrite')
2905 xl('Billing log setting to append or overwrite the log file.')
2908 'gbl_print_log_option' => array(
2909 xl('Printing Log Option'),
2911 '0' => xl('No logging'),
2912 '1' => xl('Hide print feature'),
2913 '2' => xl('Log entire document'),
2916 xl('Individual pages can override 2nd and 3rd options by implementing a log message.')
2919 'system_error_logging' => array(
2920 xl('System Error Logging Options'),
2922 'WARNING' => xl('Standard Error Logging'),
2923 'DEBUG' => xl('Debug Error Logging'),
2925 'WARNING', // default
2926 xl('System Error Logging Options.')
2931 // Miscellaneous Tab
2933 'Miscellaneous' => array(
2935 'enable_database_connection_pooling' => array(
2936 xl('Enable Database Connection Pooling'),
2937 'bool', // data type
2939 xl('Enable Database Connection Pooling')
2942 'mysql_bin_dir' => array(
2943 xl('Path to MySQL Binaries'),
2944 'text', // data type
2945 $mysql_bin_dir, // default
2946 xl('Full path to directory containing MySQL executables.')
2949 'perl_bin_dir' => array(
2950 xl('Path to Perl Binaries'),
2951 'text', // data type
2952 $perl_bin_dir, // default
2953 xl('Full path to directory containing Perl executables.')
2956 'temporary_files_dir' => array(
2957 xl('Path to Temporary Files'),
2958 'text', // data type
2959 $temporary_files_dir, // default
2960 xl('Full path to directory used for temporary files.')
2963 'backup_log_dir' => array(
2964 xl('Path for Event Log Backup'),
2965 'text', // data type
2966 $backup_log_dir, // default
2967 xl('Full path to directory for event log backup.')
2970 'state_data_type' => array(
2971 xl('State Data Type'),
2973 '2' => xl('Text field'),
2974 '1' => xl('Single-selection list'),
2975 '26' => xl('Single-selection list with ability to add to the list'),
2978 xl('Field type to use for employer or subscriber state in demographics.')
2981 'state_list' => array(
2983 'text', // data type
2985 xl('List used by above State Data Type option.')
2988 'state_custom_addlist_widget' => array(
2989 xl('State List Widget Custom Fields'),
2990 'bool', // data type
2992 xl('Show the custom state form for the add list widget (will ask for title and abbreviation).')
2995 'country_data_type' => array(
2996 xl('Country Data Type'),
2998 '2' => xl('Text field'),
2999 '1' => xl('Single-selection list'),
3000 '26' => xl('Single-selection list with ability to add to the list'),
3003 xl('Field type to use for employer or subscriber country in demographics.')
3006 'country_list' => array(
3008 'text', // data type
3009 'country', // default
3010 xl('List used by above Country Data Type option.')
3013 'post_to_date_benchmark' => array(
3014 xl('Financial Close Date (yyyy-mm-dd)'),
3015 'text', // data type
3016 date('Y-m-d', time() - (10 * 24 * 60 * 60)), // default
3017 xl('The payments posted cannot go below this date.This ensures that after taking the final report nobody post for previous dates.')
3020 'enable_hylafax' => array(
3021 xl('Enable Hylafax Support'),
3022 'bool', // data type
3024 xl('Enable Hylafax Support')
3027 'hylafax_server' => array(
3028 xl('Hylafax Server'),
3029 'text', // data type
3030 'localhost', // default
3031 xl('Hylafax server hostname.')
3034 'hylafax_basedir' => array(
3035 xl('Hylafax Directory'),
3036 'text', // data type
3037 '/var/spool/hylafax', // default
3038 xl('Location where Hylafax stores faxes.')
3041 'enable_scanner' => array(
3042 xl('Enable Scanner Support'),
3043 'bool', // data type
3045 xl('Enable Scanner Support')
3048 'scanner_output_directory' => array(
3049 xl('Scanner Directory'),
3050 'text', // data type
3051 '/mnt/scan_docs', // default
3052 xl('Location where scans are stored.')
3055 'unique_installation_id' => array(
3056 xl('Unique Installation ID'),
3057 'if_empty_create_random_uuid', // data type
3059 xl('Unique installation ID. Creates a random UUID if empty.')
3067 'portal_onsite_two_enable' => array(
3068 xl('Enable Patient Portal'),
3069 'bool', // data type
3071 xl('Enable Patient Portal')
3074 'portal_onsite_two_address' => array(
3075 xl('Patient Portal Site Address'),
3076 'text', // data type
3077 'https://your_web_site.com/openemr/portal',
3078 xl('Website link for the Patient Portal.')
3081 'portal_css_header' => array(
3082 xl('Portal Default Theme'),
3084 'style_light.css' => xl('Light'),
3085 'style_dark.css' => xl('Dark')
3088 xl('Pick a default portal theme.')
3091 'portal_onsite_two_basepath' => array(
3092 xl('Portal Uses Server Base Path (internal)'),
3095 xl('Use servers protocol and host in urls (portal internal only).')
3098 'enforce_signin_email' => array(
3099 xl('Enforce E-Mail in Portal Log On Dialog'),
3100 'bool', // data type
3102 xl('Patient is required to enter their contact e-mail if present in Demographics Contact.')
3105 'google_recaptcha_site_key' => array(
3106 xl('Google reCAPTCHA V2 site key'),
3109 xl('Google reCAPTCHA V2 site key')
3112 'google_recaptcha_secret_key' => array(
3113 xl('Google reCAPTCHA V2 secret key'),
3116 xl('Google reCAPTCHA V2 secret key')
3119 'portal_primary_menu_logo_height' => [
3120 xl('Primary Menu Logo Height'),
3123 xl('The height of the portal logo located on the primary navbar in pixels without a suffix'),
3126 'portal_onsite_two_register' => array(
3127 xl('Allow New Patient Registration Widget') . ' ' . xl('This requires reCAPTCHA to be setup'),
3128 'bool', // data type
3130 xl('Enable Patient Portal new patient to self register.')
3133 'allow_portal_appointments' => array(
3134 xl('Allow Online Appointments'),
3135 'bool', // data type
3137 xl('Allow Patient to make and view appointments online.')
3140 'allow_portal_chat' => array(
3141 xl('Allow Online Secure Chat'),
3142 'bool', // data type
3144 xl('Allow Patient to use Secure Chat Application.')
3147 'portal_two_ledger' => array(
3148 xl('Allow Patient Ledger'),
3149 'bool', // data type
3151 xl('Allow Patient to view their accounting ledger online.')
3154 'portal_two_payments' => array(
3155 xl('Allow Online Payments'),
3156 'bool', // data type
3158 xl('Allow Patient to make payments online.')
3161 'portal_two_pass_reset' => array(
3162 xl('Allow Patients to Reset Credentials') . ' ' . xl('This requires reCAPTCHA to be setup'),
3163 'bool', // data type
3165 xl('Patient may change their logon from portal login dialog.')
3168 'portal_onsite_document_download' => array(
3169 xl('Enable Patient Portal Document Download'),
3170 'bool', // data type
3172 xl('Enables the ability to download documents in the Patient Portal by the user.')
3178 'Connectors' => array(
3180 'site_addr_oath' => array(
3181 xl('Site Address Override (if needed for OAuth2, FHIR, CCDA, or Payment Processing)'),
3184 xl('Only need to set this if the server is not providing the correct host for OAuth2, FHIR, CCDA, or Payment Processing. Example is') . ' https://localhost:8300 .'
3187 'rest_fhir_api' => array(
3188 xl('Enable OpenEMR Standard FHIR REST API'),
3191 xl('Enable OpenEMR Standard FHIR RESTful API.')
3194 'rest_system_scopes_api' => array(
3195 xl('Enable OpenEMR FHIR System Scopes (Turn on only if you know what you are doing)'),
3198 xl('Enable OpenEMR FHIR System Scopes.')
3201 'rest_api' => array(
3202 xl('Enable OpenEMR Standard REST API'),
3205 xl('Enable OpenEMR Standard RESTful API.')
3208 'rest_portal_api' => array(
3209 xl('Enable OpenEMR Patient Portal REST API (EXPERIMENTAL)'),
3212 xl('Enable OpenEMR Patient Portal RESTful API.')
3215 'oauth_password_grant' => array(
3216 xl('Enable OAuth2 Password Grant (Not considered secure)'),
3218 0 => xl('Off (Recommended setting)'),
3219 1 => xl('On for Users Role'),
3220 2 => xl('On for Patient Role'),
3221 3 => xl('On for Both Roles')
3224 xl('Enable OAuth2 Password Grant. Recommend turning this setting off for production server. Recommend only using for testing.')
3226 'oauth_app_manual_approval' => array(
3227 xl('OAuth2 App Manual Approval Settings'),
3229 0 => xl('Patient standalone apps Auto Approved, EHR-Launch,Provider&System Apps require manual approval')
3230 ,1 => xl('Manually Approve All Apps (USA jurisdictions must approve all patient standalone apps within 48 hours)')
3231 // ,2 => xl('All apps Auto Approved') we could add this setting at a latter date
3234 xl('Approval settings for 3rd party app/api access')
3237 'cc_front_payments' => array(
3238 xl('Accept Credit Card transactions from Front Payments'),
3241 xl('Allow manual entry and authorise credit card payments. Ensure a gateway is enabled.')
3243 'cc_stripe_terminal' => array(
3244 xl('In person payments with Stripe Verifone P400'),
3247 xl('Allow in person credit card payments using Stripe Verifone P400. Ensure Stripe gateway is enabled.')
3249 'payment_gateway' => array(
3250 xl('Select Credit Card Payment Gateway'),
3252 'InHouse' => xl('In House Authorize Payments'),
3253 'AuthorizeNet' => xl('Gateway for AuthorizeNet Manual Payments'),
3254 'Sphere' => xl('Gateway for Sphere Payments'),
3255 'Stripe' => xl('Gateway for Stripe Manual Payments')
3258 xl('Enable a Payment Gateway Service for processing credit card transactions')
3261 'gateway_mode_production' => array(
3262 xl('Set Gateway to Production Mode'),
3263 'bool', // data type
3265 xl('Check this to go live. Not checked is testing mode.')
3268 'gateway_public_key' => array(
3269 xl('Gateway Publishable Key'),
3272 xl('The public access key for secure tokenize of credit or debit card authorization. PCI compliance')
3275 'gateway_api_key' => array(
3276 xl('Gateway API Login Auth Name or Secret'),
3279 xl('The Auth Name or API key for selected account. Auth Name for Authorize.Net and API Secret for Stripe.')
3282 'gateway_transaction_key' => array(
3283 xl('Gateway Transaction Key'),
3286 xl('Mainly Authorize.Net uses two keys')
3289 'sphere_clinicfront_trxcustid' => array(
3290 xl('Sphere Clinicfront over phone (MOTO) Transaction CustID'),
3293 xl('Sphere Clinicfront over phone (MOTO) Transaction CustID')
3296 'sphere_clinicfront_trxcustid_licensekey' => array(
3297 xl('Sphere Clinicfront over phone (MOTO) Transaction CustID License Key'),
3300 xl('Sphere Clinicfront over phone (MOTO) Transaction CustID License Key')
3303 'sphere_moto_tc_link_pass' => array(
3304 xl('Sphere MOTO TC Link Password'),
3307 xl('Sphere MOTO TC Link Password')
3310 'sphere_clinicfront_retail_trxcustid' => array(
3311 xl('Sphere Clinicfront in person (RETAIL) Transaction CustID'),
3314 xl('Sphere Clinicfront in person (RETAIL) Transaction CustID')
3317 'sphere_clinicfront_retail_trxcustid_licensekey' => array(
3318 xl('Sphere Clinicfront in person (RETAIL) Transaction CustID License Key'),
3321 xl('Sphere Clinicfront in person (RETAIL) Transaction CustID License Key')
3324 'sphere_retail_tc_link_pass' => array(
3325 xl('Sphere RETAIL TC Link Password'),
3328 xl('Sphere RETAIL TC Link Password')
3331 'sphere_patientfront_trxcustid' => array(
3332 xl('Sphere Patientfront (Ecomm) Transaction CustID'),
3335 xl('Sphere Patientfront (Ecomm) Transaction CustID')
3338 'sphere_patientfront_trxcustid_licensekey' => array(
3339 xl('Sphere Patientfront (Ecomm) Transaction CustID License Key'),
3342 xl('Sphere Patientfront (Ecomm) Transaction CustID License Key')
3345 'sphere_ecomm_tc_link_pass' => array(
3346 xl('Sphere Ecomm TC Link Password'),
3349 xl('Sphere Ecomm TC Link Password')
3352 'sphere_credit_void_confirm_pin' => array(
3353 xl('Sphere Void/Credit Confirmation PIN'),
3356 xl('Sphere Void/Credit Confirmation Password. OpenEMR confirms pin/password before proceeding with void/credit.')
3359 'medex_enable' => array(
3360 xl('Enable MedEx Communication Service'),
3361 'bool', // data type
3363 xl('Enable MedEx Communication Service')
3366 'erx_enable' => array(
3367 xl('Enable NewCrop eRx Service'),
3370 xl('Enable NewCrop eRx Service.') . ' ' .
3371 xl('Contact mi-squared at http://www.mi-squared.com/products-services/openemr/ or ZH Healthcare at https://blueehr.com/contact-us/ for subscribing to the NewCrop eRx service.')
3374 'erx_newcrop_path' => array(
3375 xl('NewCrop eRx Site Address'),
3377 'https://secure.newcropaccounts.com/InterfaceV7/RxEntry.aspx',
3378 xl('URL for NewCrop eRx Site Address.')
3381 'erx_newcrop_path_soap' => array(
3382 xl('NewCrop eRx Web Service Address'),
3384 'https://secure.newcropaccounts.com/v7/WebServices/Update1.asmx?WSDL;https://secure.newcropaccounts.com/v7/WebServices/Patient.asmx?WSDL',
3385 xl('URLs for NewCrop eRx Service Address, separated by a semi-colon.')
3388 'erx_soap_ttl_allergies' => array(
3389 xl('NewCrop eRx SOAP Request Time-To-Live for Allergies'),
3392 xl('Time-To-Live for NewCrop eRx Allergies SOAP Request in seconds.')
3395 'erx_soap_ttl_medications' => array(
3396 xl('NewCrop eRx SOAP Request Time-To-Live for Medications'),
3399 xl('Time-To-Live for NewCrop eRx Medications SOAP Request in seconds.')
3402 'erx_account_partner_name' => array(
3403 xl('NewCrop eRx Partner Name'),
3406 xl('Partner Name issued for NewCrop eRx service.')
3409 'erx_account_name' => array(
3410 xl('NewCrop eRx Name'),
3413 xl('Account Name issued for NewCrop eRx service.')
3416 'erx_account_password' => array(
3417 xl('NewCrop eRx Password'),
3420 xl('Account Password issued for NewCrop eRx service.')
3423 'erx_account_id' => array(
3424 xl('NewCrop eRx Account Id'),
3427 xl('Account Id issued for NewCrop eRx service, used to separate multi-facility accounts.')
3430 'erx_upload_active' => array(
3431 xl('Only upload active prescriptions'),
3434 xl('Only upload active prescriptions to NewCrop eRx.')
3437 'erx_import_status_message' => array(
3438 xl('Enable NewCrop eRx import status message'),
3441 xl('Enable import status message after visiting NewCrop eRx.')
3444 'erx_medication_display' => array(
3445 xl('Do not display NewCrop eRx Medications uploaded'),
3448 xl('Do not display Medications uploaded after visiting NewCrop eRx.')
3451 'erx_allergy_display' => array(
3452 xl('Do not display NewCrop eRx Allergy uploaded'),
3455 xl('Do not display Allergies uploaded after visiting NewCrop eRx.')
3458 'erx_default_patient_country' => array(
3459 xl('NewCrop eRx Default Patient Country'),
3463 'CA' => xl('Canada'),
3464 'MX' => xl('Mexico'),
3467 xl('Default Patient Country sent to NewCrop eRx, only if patient country is not set.'),
3470 'erx_debug_setting' => array(
3471 xl('NewCrop eRx Debug Setting'),
3474 1 => xl('Request Only'),
3475 2 => xl('Response Only'),
3476 3 => xl('Request & Response'),
3479 xl('Log all NewCrop eRx Requests and / or Responses.'),
3482 'weno_rx_enable' => array(
3483 xl('Enable Weno eRx Service'),
3486 xl('Enable Weno eRx Service') . ' ' . xl('Contact https://online.wenoexchange.com to sign up for Weno Free eRx service.')
3489 'weno_rx_enable_test' => array(
3490 xl('Enable Weno eRx Service Test mode'),
3493 xl('Enable Weno eRx Service Test mode')
3496 'weno_encryption_key' => array(
3497 xl('Weno Encryption Key'),
3498 'encrypted', // data type
3500 xl('Encryption key issued by Weno eRx service.')
3503 'weno_provider_password' => array(
3504 xl('Weno Provider Account Password'),
3505 'encrypted', // data type
3507 xl('Each provider needs to set this under user settings. This should be blank')
3510 'ccda_alt_service_enable' => array(
3511 xl('Enable C-CDA Service'),
3514 1 => xl('Care Coordination Only'),
3515 2 => xl('Portal Only'),
3519 xl('Enable C-CDA Service')
3522 'phimail_enable' => array(
3523 xl('Enable phiMail Direct Messaging Service'),
3524 'bool', // data type
3526 xl('Enable phiMail Direct Messaging Service')
3528 'phimail_testmode_disabled' => array(
3529 xl('Disable phiMail Test Mode'),
3530 'bool', // data type
3532 xl('When you are ready to run phiMail in production mode. Turn on this flag.')
3534 'phimail_verifyrecipientreceived_enable' => array(
3535 xl("phiMail default force message receipt confirmation to on"),
3538 xl("Marks a message as succesful only if recipient confirms they received the message. This can fail messages that otherwise would have been received if the recipient's system does not support confirmation receipt")
3541 'phimail_server_address' => array(
3542 xl('phiMail Server Address'),
3543 'text', // data type
3544 'https://phimail.example.com:32541',
3545 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
3548 'phimail_username' => array(
3549 xl('phiMail Username'),
3550 'text', // data type
3552 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
3555 'phimail_password' => array(
3556 xl('phiMail Password'),
3557 'encrypted', // data type
3559 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
3562 'phimail_notify' => array(
3563 xl('phiMail notification user'),
3564 'text', // data type
3566 xl('This user will receive notification of new incoming Direct messages')
3569 'phimail_interval' => array(
3570 xl('phiMail Message Check Interval (minutes)'),
3573 xl('Interval between message checks (set to zero for manual checks only)')
3576 'phimail_ccd_enable' => array(
3577 xl('phiMail Allow CCD Send'),
3578 'bool', // data type
3580 xl('phiMail Allow CCD Send')
3583 'phimail_ccr_enable' => array(
3584 xl('phiMail Allow CCR Send'),
3585 'bool', // data type
3587 xl('phiMail Allow CCR Send')
3590 'easipro_enable' => array(
3591 xl('Enable Easipro'),
3592 'bool', // data type
3594 xl('Enable Easipro. For licensing options for this feature, please contact') . ' api@assessmentcenter.net'
3597 'easipro_server' => array(
3598 xl('Easipro Server'),
3599 'text', // data type
3601 xl('Easipro Server')
3604 'easipro_name' => array(
3605 xl('Easipro Server Username'),
3606 'text', // data type
3608 xl('Easipro Server Username')
3611 'easipro_pass' => array(
3612 xl('Easipro Server Password'),
3613 'encrypted', // data type
3615 xl('Easipro Server Password')
3618 'usps_webtools_enable' => array(
3619 xl('Enable USPS Web Tools API'),
3620 'bool', // data type
3622 xl('Enable USPS Web Tools API')
3625 'usps_webtools_username' => array(
3626 xl('USPS Web Tools API Username'),
3627 'text', // data type
3629 xl('USPS Web Tools API Username')
3632 'ccda_validation_disable' => array(
3633 xl('Disable All import CDA Validation Reporting'),
3634 'bool', // data type
3636 xl('Disable All CDA conformance and validation services to improve import performance')
3639 'mdht_conformance_server_enable' => array(
3640 xl('Use MDHT External Validation Service'),
3641 'bool', // data type
3643 xl('Enable CCDA conformance and validation API service')
3646 'mdht_conformance_server' => array(
3647 xl('CCDA MDHT Validation API Server Address'),
3648 'text', // data type
3650 xl('CCDA conformance and validation API service URL. For testing (using ONLY test data) you can default to http://ccda.healthit.gov which should not be used to transmit PHI. Production sites can deploy their own by following instructions here https://github.com/onc-healthit/reference-ccda-validator.')
3655 'rx_enable_DEA' => array(
3656 xl('Rx Enable DEA #'),
3657 'bool', // data type
3659 xl('Rx Enable DEA #')
3661 'rx_show_DEA' => array(
3662 xl('Rx Show DEA #'),
3663 'bool', // data type
3667 'rx_enable_NPI' => array(
3668 xl('Rx Enable NPI'),
3669 'bool', // data type
3673 'rx_show_NPI' => array(
3675 'bool', // data type
3679 'rx_enable_SLN' => array(
3680 xl('Rx Enable State Lic. #'),
3681 'bool', // data type
3683 xl('Rx Enable State Lic. #')
3685 'rx_show_SLN' => array(
3686 xl('Rx Show State Lic. #'),
3687 'bool', // data type
3689 xl('Rx Show State Lic. #')
3691 'rx_show_drug_drug' => array(
3692 xl('Rx NLM Drug-Drug'),
3693 'bool', // data type
3695 xl('Rx NLM Drug-Drug')
3697 'rx_paper_size' => array(
3698 xl('Rx Paper Size'), // descriptive name
3700 'LETTER' => xl('Letter Paper Size'),
3701 'LEGAL' => xl('Legal Paper Size'),
3702 'FOLIO' => xl('Folio Paper Size'),
3703 'EXECUTIVE' => xl('Executive Paper Size'),
3704 '4A0' => ('4A0' . " " . xl('Paper Size')),
3705 '2A0' => ('2A0' . " " . xl('Paper Size')),
3706 'A0' => ('A0' . " " . xl('Paper Size')),
3707 'A1' => ('A1' . " " . xl('Paper Size')),
3708 'A2' => ('A2' . " " . xl('Paper Size')),
3709 'A3' => ('A3' . " " . xl('Paper Size')),
3710 'A4' => ('A4' . " " . xl('Paper Size')),
3711 'A5' => ('A5' . " " . xl('Paper Size')),
3712 'A6' => ('A6' . " " . xl('Paper Size')),
3713 'A7' => ('A7' . " " . xl('Paper Size')),
3714 'A8' => ('A8' . " " . xl('Paper Size')),
3715 'A9' => ('A9' . " " . xl('Paper Size')),
3716 'A10' => ('A10' . " " . xl('Paper Size')),
3717 'B0' => ('B0' . " " . xl('Paper Size')),
3718 'B1' => ('B1' . " " . xl('Paper Size')),
3719 'B2' => ('B2' . " " . xl('Paper Size')),
3720 'B3' => ('B3' . " " . xl('Paper Size')),
3721 'B4' => ('B4' . " " . xl('Paper Size')),
3722 'B5' => ('B5' . " " . xl('Paper Size')),
3723 'B6' => ('B6' . " " . xl('Paper Size')),
3724 'B7' => ('B7' . " " . xl('Paper Size')),
3725 'B8' => ('B8' . " " . xl('Paper Size')),
3726 'B9' => ('B9' . " " . xl('Paper Size')),
3727 'B10' => ('B10' . " " . xl('Paper Size')),
3728 'C0' => ('C0' . " " . xl('Paper Size')),
3729 'C1' => ('C1' . " " . xl('Paper Size')),
3730 'C2' => ('C2' . " " . xl('Paper Size')),
3731 'C3' => ('C3' . " " . xl('Paper Size')),
3732 'C4' => ('C4' . " " . xl('Paper Size')),
3733 'C5' => ('C5' . " " . xl('Paper Size')),
3734 'C6' => ('C6' . " " . xl('Paper Size')),
3735 'C7' => ('C7' . " " . xl('Paper Size')),
3736 'C8' => ('C8' . " " . xl('Paper Size')),
3737 'C9' => ('C9' . " " . xl('Paper Size')),
3738 'C10' => ('C10' . " " . xl('Paper Size')),
3739 'RA0' => ('RA0' . " " . xl('Paper Size')),
3740 'RA1' => ('RA1' . " " . xl('Paper Size')),
3741 'RA2' => ('RA2' . " " . xl('Paper Size')),
3742 'RA3' => ('RA3' . " " . xl('Paper Size')),
3743 'RA4' => ('RA4' . " " . xl('Paper Size')),
3744 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
3745 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
3746 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
3747 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
3748 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
3750 'LETTER', // default = tree menu
3753 'rx_left_margin' => array(
3754 xl('Rx Left Margin (px)'),
3757 xl('Rx Left Margin (px)')
3759 'rx_right_margin' => array(
3760 xl('Rx Right Margin (px)'),
3763 xl('Rx Right Margin (px)')
3765 'rx_top_margin' => array(
3766 xl('Rx Top Margin (px)'),
3769 xl('Rx Top Margin (px)')
3771 'rx_bottom_margin' => array(
3772 xl('Rx Bottom Margin (px)'),
3775 xl('Rx Bottom Margin (px)')
3777 'rx_use_fax_template' => array(
3778 xl('Show button for download fax template'),
3779 'bool', // data type
3780 '1', // default = true
3781 xl('Show button in the prescription list for download fax template')
3783 'rx_zend_html_template' => array(
3784 xl('Rx html print - zend module'),
3785 'bool', // data type
3786 '0', // default = false
3787 xl('Use an html template from zend module')
3789 'rx_zend_html_action' => array(
3790 xl('Name of zend template for html print'),
3791 'text', // data type
3793 xl('Name of zend template for html print, possible to add custom template in the PrescriptionTemplate module')
3795 'rx_zend_pdf_template' => array(
3796 xl('Rx pdf - zend template'),
3797 'bool', // data type
3798 '0', // default = false
3799 xl('Use a pdf template from zend module')
3801 'rx_zend_pdf_action' => array(
3802 xl('Name of zend template for pdf export'),
3803 'text', // data type
3805 xl('Name of zend template for pdf export, possible to add custom template in the PrescriptionTemplate module')
3809 'pdf_layout' => array(
3812 'P' => xl('Portrait'),
3813 'L' => xl('Landscape')
3816 xl("Choose Layout Direction"),
3818 'pdf_language' => array(
3822 'af' => xl('Afrikaans'),
3824 'sq' => xl('Albanian'),
3825 'am' => xl('Amharic'),
3826 'ar' => xl('Arabic'),
3827 'an' => xl('Aragonese'),
3828 'hy' => xl('Armenian'),
3829 'as' => xl('Assamese'),
3830 'av' => xl('Avaric'),
3831 'ae' => xl('Avestan'),
3832 'ay' => xl('Aymara'),
3833 'az' => xl('Azerbaijani'),
3834 'bm' => xl('Bambara'),
3835 'ba' => xl('Bashkir'),
3836 'eu' => xl('Basque'),
3837 'be' => xl('Belarusian'),
3838 'bn' => xl('Bengali- Bangla'),
3839 'bh' => xl('Bihari'),
3840 'bi' => xl('Bislama'),
3841 'bs' => xl('Bosnian'),
3842 'br' => xl('Breton'),
3843 'bg' => xl('Bulgarian'),
3844 'my' => xl('Burmese'),
3845 'ca' => xl('Catalan-Â Valencian'),
3846 'ch' => xl('Chamorro'),
3847 'ce' => xl('Chechen'),
3848 'ny' => xl('Chichewa- Chewa- Nyanja'),
3849 'zh' => xl('Chinese'),
3850 'cv' => xl('Chuvash'),
3851 'kw' => xl('Cornish'),
3852 'co' => xl('Corsican'),
3854 'hr' => xl('Croatian'),
3855 'cs' => xl('Czech'),
3856 'da' => xl('Danish'),
3857 'dv' => xl('Divehi- Dhivehi- Maldivian-'),
3858 'nl' => xl('Dutch'),
3859 'dz' => xl('Dzongkha'),
3860 'en' => xl('English'),
3861 'eo' => xl('Esperanto'),
3862 'et' => xl('Estonian'),
3864 'fo' => xl('Faroese'),
3865 'fj' => xl('Fijian'),
3866 'fi' => xl('Finnish'),
3867 'fr' => xl('French'),
3868 'ff' => xl('Fula- Fulah- Pulaar- Pular'),
3869 'gl' => xl('Galician'),
3870 'ka' => xl('Georgian'),
3871 'de' => xl('German'),
3872 'el' => xl('Greek, Modern'),
3873 'gn' => xl('Guarani'),
3874 'gu' => xl('Gujarati'),
3875 'ht' => xl('Haitian- Haitian Creole'),
3876 'ha' => xl('Hausa'),
3877 'he' => xl('Hebrew (modern)'),
3878 'hz' => xl('Herero'),
3879 'hi' => xl('Hindi'),
3880 'ho' => xl('Hiri Motu'),
3881 'hu' => xl('Hungarian'),
3882 'ia' => xl('Interlingua'),
3883 'id' => xl('Indonesian'),
3884 'ie' => xl('Interlingue'),
3885 'ga' => xl('Irish'),
3887 'ik' => xl('Inupiaq'),
3889 'is' => xl('Icelandic'),
3890 'it' => xl('Italian'),
3891 'iu' => xl('Inuktitut'),
3892 'ja' => xl('Japanese'),
3893 'jv' => xl('Javanese'),
3894 'kl' => xl('Kalaallisut, Greenlandic'),
3895 'kn' => xl('Kannada'),
3896 'kr' => xl('Kanuri'),
3897 'ks' => xl('Kashmiri'),
3898 'kk' => xl('Kazakh'),
3899 'km' => xl('Khmer'),
3900 'ki' => xl('Kikuyu, Gikuyu'),
3901 'rw' => xl('Kinyarwanda'),
3902 'ky' => xl('Kyrgyz'),
3904 'kg' => xl('Kongo'),
3905 'ko' => xl('Korean'),
3906 'ku' => xl('Kurdish'),
3907 'kj' => xl('Kwanyama, Kuanyama'),
3908 'la' => xl('Latin'),
3909 'lb' => xl('Luxembourgish, Letzeburgesch'),
3910 'lg' => xl('Ganda'),
3911 'li' => xl('Limburgish, Limburgan, Limburger'),
3912 'ln' => xl('Lingala'),
3914 'lt' => xl('Lithuanian'),
3915 'lu' => xl('Luba-Katanga'),
3916 'lv' => xl('Latvian'),
3918 'mk' => xl('Macedonian'),
3919 'mg' => xl('Malagasy'),
3920 'ms' => xl('Malay'),
3921 'ml' => xl('Malayalam'),
3922 'mt' => xl('Maltese'),
3923 'mi' => xl('Maori'),
3924 'mr' => xl('Marathi (Marathi)'),
3925 'mh' => xl('Marshallese'),
3926 'mn' => xl('Mongolian'),
3927 'na' => xl('Nauru'),
3928 'nv' => xl('Navajo, Navaho'),
3929 'nb' => xl('Norwegian Bokmal'),
3930 'nd' => xl('North Ndebele'),
3931 'ne' => xl('Nepali'),
3932 'ng' => xl('Ndonga'),
3933 'nn' => xl('Norwegian Nynorsk'),
3934 'no' => xl('Norwegian'),
3935 'ii' => xl('Nuosu'),
3936 'nr' => xl('South Ndebele'),
3937 'oc' => xl('Occitan'),
3938 'oj' => xl('Ojibwe, Ojibwa'),
3939 'cu' => xl('Old Church Slavonic, Church Slavonic, Old Bulgarian'),
3940 'om' => xl('Oromo'),
3941 'or' => xl('Oriya'),
3942 'os' => xl('Ossetian, Ossetic'),
3943 'pa' => xl('Panjabi, Punjabi'),
3945 'fa' => xl('Persian (Farsi)'),
3946 'pl' => xl('Polish'),
3947 'ps' => xl('Pashto, Pushto'),
3948 'pt' => xl('Portuguese'),
3949 'qu' => xl('Quechua'),
3950 'rm' => xl('Romansh'),
3951 'rn' => xl('Kirundi'),
3952 'ro' => xl('Romanian'),
3953 'ru' => xl('Russian'),
3954 'sa' => xl('Sanskrit (Samskrta)'),
3955 'sc' => xl('Sardinian'),
3956 'sd' => xl('Sindhi'),
3957 'se' => xl('Northern Sami'),
3958 'sm' => xl('Samoan'),
3959 'sg' => xl('Sango'),
3960 'sr' => xl('Serbian'),
3961 'gd' => xl('Scottish Gaelic- Gaelic'),
3962 'sn' => xl('Shona'),
3963 'si' => xl('Sinhala, Sinhalese'),
3964 'sk' => xl('Slovak'),
3965 'sl' => xl('Slovene'),
3966 'so' => xl('Somali'),
3967 'st' => xl('Southern Sotho'),
3968 'es' => xl('Spanish- Castilian'),
3969 'su' => xl('Sundanese'),
3970 'sw' => xl('Swahili'),
3971 'ss' => xl('Swati'),
3972 'sv' => xl('Swedish'),
3973 'ta' => xl('Tamil'),
3974 'te' => xl('Telugu'),
3975 'tg' => xl('Tajik'),
3977 'ti' => xl('Tigrinya'),
3978 'bo' => xl('Tibetan Standard, Tibetan, Central'),
3979 'tk' => xl('Turkmen'),
3980 'tl' => xl('Tagalog'),
3981 'tn' => xl('Tswana'),
3982 'to' => xl('Tonga (Tonga Islands)'),
3983 'tr' => xl('Turkish'),
3984 'ts' => xl('Tsonga'),
3985 'tt' => xl('Tatar'),
3987 'ty' => xl('Tahitian'),
3988 'ug' => xl('Uyghur, Uighur'),
3989 'uk' => xl('Ukrainian'),
3991 'uz' => xl('Uzbek'),
3992 've' => xl('Venda'),
3993 'vi' => xl('Vietnamese'),
3994 'vo' => xl('Volapuk'),
3995 'wa' => xl('Walloon'),
3996 'cy' => xl('Welsh'),
3997 'wo' => xl('Wolof'),
3998 'fy' => xl('Western Frisian'),
3999 'xh' => xl('Xhosa'),
4000 'yi' => xl('Yiddish'),
4001 'yo' => xl('Yoruba'),
4002 'za' => xl('Zhuang, Chuang'),
4005 'en', // default English
4006 xl('Choose PDF languange Preference'),
4008 'pdf_size' => array(
4009 xl('Paper Size'), // Descriptive Name
4011 'LETTER' => xl('Letter Paper Size'),
4012 'LEGAL' => xl('Legal Paper Size'),
4013 'FOLIO' => xl('Folio Paper Size'),
4014 'EXECUTIVE' => xl('Executive Paper Size'),
4015 '4A0' => ('4A0' . " " . xl('Paper Size')),
4016 '2A0' => ('2A0' . " " . xl('Paper Size')),
4017 'A0' => ('A0' . " " . xl('Paper Size')),
4018 'A1' => ('A1' . " " . xl('Paper Size')),
4019 'A2' => ('A2' . " " . xl('Paper Size')),
4020 'A3' => ('A3' . " " . xl('Paper Size')),
4021 'A4' => ('A4' . " " . xl('Paper Size')),
4022 'A5' => ('A5' . " " . xl('Paper Size')),
4023 'A6' => ('A6' . " " . xl('Paper Size')),
4024 'A7' => ('A7' . " " . xl('Paper Size')),
4025 'A8' => ('A8' . " " . xl('Paper Size')),
4026 'A9' => ('A9' . " " . xl('Paper Size')),
4027 'A10' => ('A10' . " " . xl('Paper Size')),
4028 'B0' => ('B0' . " " . xl('Paper Size')),
4029 'B1' => ('B1' . " " . xl('Paper Size')),
4030 'B2' => ('B2' . " " . xl('Paper Size')),
4031 'B3' => ('B3' . " " . xl('Paper Size')),
4032 'B4' => ('B4' . " " . xl('Paper Size')),
4033 'B5' => ('B5' . " " . xl('Paper Size')),
4034 'B6' => ('B6' . " " . xl('Paper Size')),
4035 'B7' => ('B7' . " " . xl('Paper Size')),
4036 'B8' => ('B8' . " " . xl('Paper Size')),
4037 'B9' => ('B9' . " " . xl('Paper Size')),
4038 'B10' => ('B10' . " " . xl('Paper Size')),
4039 'C0' => ('C0' . " " . xl('Paper Size')),
4040 'C1' => ('C1' . " " . xl('Paper Size')),
4041 'C2' => ('C2' . " " . xl('Paper Size')),
4042 'C3' => ('C3' . " " . xl('Paper Size')),
4043 'C4' => ('C4' . " " . xl('Paper Size')),
4044 'C5' => ('C5' . " " . xl('Paper Size')),
4045 'C6' => ('C6' . " " . xl('Paper Size')),
4046 'C7' => ('C7' . " " . xl('Paper Size')),
4047 'C8' => ('C8' . " " . xl('Paper Size')),
4048 'C9' => ('C9' . " " . xl('Paper Size')),
4049 'C10' => ('C10' . " " . xl('Paper Size')),
4050 'RA0' => ('RA0' . " " . xl('Paper Size')),
4051 'RA1' => ('RA1' . " " . xl('Paper Size')),
4052 'RA2' => ('RA2' . " " . xl('Paper Size')),
4053 'RA3' => ('RA3' . " " . xl('Paper Size')),
4054 'RA4' => ('RA4' . " " . xl('Paper Size')),
4055 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
4056 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
4057 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
4058 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
4059 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
4062 xl('Choose Paper Size')
4064 'pdf_left_margin' => array(
4065 xl('Left Margin (mm)'),
4068 xl('Left Margin (mm)')
4070 'pdf_right_margin' => array(
4071 xl('Right Margin (mm)'),
4074 xl('Right Margin (mm)')
4076 'pdf_top_margin' => array(
4077 xl('Top Margin (mm)'),
4080 xl('Top Margin (mm)')
4082 'pdf_bottom_margin' => array(
4083 xl('Bottom Margin (px)'),
4086 xl('Bottom Margin (px)')
4088 'pdf_output' => array(
4091 'D' => xl('Download'),
4095 xl("Choose Download or Display Inline"),
4098 'chart_label_type' => array(
4099 xl('Patient Label Type'),
4107 xl('Avery Label type for printing patient labels from popups in left nav screen'),
4110 'barcode_label_type' => array(
4111 xl('Barcode Label Type'),
4125 '12' => 'datamatrix'
4127 '9', // default = None
4128 xl('Barcode type for printing barcode labels from popups in left nav screen.')
4131 'addr_label_type' => array(
4132 xl('Print Patient Address Label'),
4133 'bool', // data type
4134 '1', // default = false
4135 xl('Select to print patient address labels from popups in left nav screen.')
4138 'env_x_width' => array(
4139 xl('Envelope Width in mm'),
4142 xl('In Portrait mode, determines the width of the envelope along the x-axis in mm')
4145 'env_y_height' => array(
4146 xl('Envelope Height in mm'),
4149 xl('In Portrait mode, determines the height of the envelope along the y-axis in mm')
4152 'env_font_size' => array(
4153 xl('Font Size in Pt'),
4156 xl('Sets the font of the address text on the envelope in mm')
4159 'env_x_dist' => array(
4160 xl('Envelope x-axis starting pt'),
4163 xl('Distance from the \'top\' of the envelope in mm')
4166 'env_y_dist' => array(
4167 xl('Envelope y-axis starting pt'),
4170 xl('Distance from the right most edge of the envelope in portrait position in mm')
4175 'Patient Banner Bar' => [
4176 'patient_name_display' => [
4177 xl('Patient Name Display'),
4179 'btn' => xl('As Button'),
4180 'text' => xl('As Text Link'),
4181 'text-large' => xl('As Large Text Link'),
4184 xl('How to display the patient name'),
4188 'Encounter Form' => [
4189 'default_chief_complaint' => array(
4190 xl('Default Reason for Visit'),
4191 'text', // data type
4193 xl('You may put text here as the default complaint in the New Patient Encounter form.')
4196 'default_visit_category' => [
4197 xl('Default Visit Category'),
4198 'default_visit_category',
4200 xl('Define a default visit category'),
4203 'enable_follow_up_encounters' => [
4204 xl('Enable follow-up encounters'),
4207 xl('Enable follow-up encounters feature')
4210 'gbl_visit_referral_source' => array(
4211 xl('Referral Source for Encounters'),
4212 'bool', // data type
4213 '0', // default = false
4214 xl('A referral source may be specified for each visit.')
4217 'gbl_visit_onset_date' => array(
4218 xl('Onset/Hosp Date for Encounters'),
4219 'bool', // data type
4220 '1', // default = true
4221 xl('An onset/hospitalization date may be specified for each visit.')
4224 'set_pos_code_encounter' => [
4225 xl('Set POS code in Encounter'),
4226 'bool', // data type
4227 '0', // default = false
4228 xl('This feature will allow the default POS facility code to be overridden from the encounter.')
4231 'set_service_facility_encounter' => array(
4232 xl('Set Service Facility in Encounter'),
4233 'bool', // data type
4234 '0', // default = false
4235 xl('This feature will allow the default service facility to be selected by the care team facility in Choices.')
4238 'enc_service_date' => [
4239 xl('Show Date of Service on Encounter Form'),
4240 getDefaultRenderListOptions(),
4241 RenderFormFieldHelper
::SHOW_ALL
,
4242 xl('How to display the Date of Service on the Encounter form. Defaults to the current time on a new form'),
4245 'enc_sensitivity_visibility' => [
4246 xl('Show Sensitivity on Encounter Form'),
4247 getDefaultRenderListOptions(),
4248 RenderFormFieldHelper
::SHOW_ALL
,
4249 xl('How to display the sensitivity option'),
4252 'enc_enable_issues' => [
4253 xl('Allow Linking/Adding Issues on Encounter'),
4254 getDefaultRenderListOptions(),
4255 RenderFormFieldHelper
::SHOW_ALL
,
4256 xl('Allow issues to be linked or added to an encounter'),
4259 'enc_enable_referring_provider' => [
4260 xl('Show Referring Provider option on Encounters'),
4261 getDefaultRenderListOptions(),
4262 RenderFormFieldHelper
::SHOW_ALL
,
4263 xl('Display the Referring Provider option on Encounters'),
4266 'enc_enable_facility' => [
4267 xl('Show Facility option on Encounters'),
4268 getDefaultRenderListOptions(),
4269 RenderFormFieldHelper
::SHOW_ALL
,
4270 xl('Display the Referring Provider option on Encounters'),
4273 'enc_enable_discharge_disposition' => [
4274 xl('Show Discharge Disposition option on Encounters'),
4275 getDefaultRenderListOptions(),
4276 RenderFormFieldHelper
::SHOW_ALL
,
4277 xl('Display the Discharge Disposition option on the Encounter form'),
4280 'enc_enable_visit_category' => [
4281 xl('Show Visit Category option on Encounters'),
4282 getDefaultRenderListOptions(),
4283 RenderFormFieldHelper
::SHOW_ALL
,
4284 xl('Show Visit Category option on Encounters'),
4287 'enc_enable_class' => [
4288 xl('Show Encounter Class option on Encounters'),
4289 getDefaultRenderListOptions(),
4290 RenderFormFieldHelper
::SHOW_ALL
,
4291 xl('Show Encounter Class option on Encounters'),
4294 'enc_enable_type' => [
4295 xl('Show Encounter Type option on Encounters'),
4296 getDefaultRenderListOptions(),
4297 RenderFormFieldHelper
::SHOW_ALL
,
4298 xl('Show Encounter Class option on Encounters'),
4304 if (!empty($GLOBALS['ippf_specific'])) {
4305 $GLOBALS['GLOBALS_METADATA']['IPPF Menu'] = array(
4307 'gbl_menu_stats_ippf' => array(
4308 xl('IPPF Statistics Reporting'),
4309 'bool', // data type
4311 xl('IPPF statistical reports.')
4314 'gbl_menu_stats_gcac' => array(
4315 xl('GCAC Statistics Reporting'),
4316 'bool', // data type
4318 xl('GCAC statistical reports.')
4321 'gbl_menu_stats_ma' => array(
4322 xl('MA Statistics Reporting'),
4323 'bool', // data type
4325 xl('MA statistical reports.')
4328 'gbl_menu_stats_cyp' => array(
4329 xl('CYP Statistics Reporting'),
4330 'bool', // data type
4332 xl('CYP statistical reports.')
4335 'gbl_menu_stats_daily' => array(
4336 xl('Daily Statistics Reporting'),
4337 'bool', // data type
4339 xl('Daily statistical reports.')
4342 'gbl_menu_stats_c3' => array(
4343 xl('C3 Statistics Reporting'),
4344 'bool', // data type
4346 xl('C3 statistical reports.')
4349 'gbl_menu_stats_cc' => array(
4350 xl('Cervical Cancer Reporting'),
4351 'bool', // data type
4353 xl('Cervical cancer statistical reports.')
4356 'gbl_menu_stats_sinadi' => array(
4357 xl('SINADI Report'),
4358 'bool', // data type
4360 xl('Uruguay SINADI statistical report.')
4363 'gbl_menu_visits_by_item' => array(
4364 xl('Visits by Item Report'),
4365 'bool', // data type
4367 xl('Visits by Item Report')
4370 'gbl_menu_acct_trans' => array(
4371 xl('Accounting Transactions Export'),
4372 'bool', // data type
4374 xl('Accounting transactions export to CSV')
4377 'gbl_menu_projects' => array(
4378 xl('Restricted Projects Reporting'),
4379 'bool', // data type
4381 xl('For IPPF Belize and maybe others')
4384 'gbl_menu_surinam_insurance' => array(
4385 xl('LOBI Insurers Report'),
4386 'bool', // data type
4388 xl('For IPPF Suriname and maybe others')
4391 'gbl_menu_netsuite' => array(
4392 xl('NetSuite Reports'),
4393 'bool', // data type
4395 xl('For NetSuite financial integration')
4398 'gbl_menu_ive_clients' => array(
4399 xl('IVE Client List'),
4400 'bool', // data type
4402 xl('Client List of IVE Activity')
4405 'gbl_menu_shifts' => array(
4406 xl('Shifts Reporting'),
4407 'bool', // data type
4409 xl('For IPPF Argentina and maybe others')
4412 'gbl_menu_service_and_client_volume' => array(
4413 xl('Service and Client Volume Report'),
4414 'bool', // data type
4416 xl('Service and Client Volume Report')
4420 $GLOBALS['GLOBALS_METADATA']['IPPF Features'] = array(
4422 'gbl_rapid_workflow' => array(
4423 xl('Rapid Workflow Option'),
4426 'LBFmsivd' => xl('MSI (requires LBFmsivd form)'),
4427 'fee_sheet' => xl('Fee Sheet and Checkout'),
4430 xl('Activates custom work flow logic')
4433 'gbl_new_acceptor_policy' => array(
4434 xl('New Acceptor Policy'),
4436 '0' => xl('Not applicable'),
4437 '1' => xl('Simplified; Contraceptive Start Date on Tally Sheet'),
4438 '3' => xl('Contraception Form; Acceptors New to Modern Contraception'),
4441 xl('Applicable only for family planning clinics')
4444 'gbl_min_max_months' => array(
4445 xl('Min/Max Inventory as Months'),
4446 'bool', // data type
4447 '1', // default = true
4448 xl('Min/max inventory is expressed as months of supply instead of units')
4451 'gbl_restrict_provider_facility' => array(
4452 xl('Restrict Providers by Facility'),
4453 'bool', // data type
4455 xl('Limit service provider selection according to the facility of the logged-in user.')
4458 'gbl_checkout_line_adjustments' => array(
4459 xl('Adjustments at Checkout'),
4461 '0' => xl('Invoice Level Only'),
4462 '1' => xl('Line Items Only'),
4463 '2' => xl('Invoice and Line Levels'),
4465 '1', // default = line items only
4466 xl('Discounts at checkout time may be entered per invoice or per line item or both.')
4469 'gbl_checkout_charges' => array(
4470 xl('Unit Price in Checkout and Receipt'),
4471 'bool', // data type
4472 '0', // default = false
4473 xl('Include line item unit price amounts in checkout and receipts.')
4476 'gbl_charge_categories' => array(
4477 xl('Customers in Checkout and Receipt'),
4478 'bool', // data type
4479 '0', // default = false
4480 xl('Include Customers in checkout and receipts. See the Customers list.')
4483 'gbl_auto_create_rx' => array(
4484 xl('Automatically Create Prescriptions'),
4485 'bool', // data type
4486 '0', // default = false
4487 xl('Prescriptions may be created from the Fee Sheet.')
4490 'gbl_checkout_receipt_note' => array(
4491 xl('Checkout Receipt Note'),
4492 'text', // data type
4494 xl('This note goes on the bottom of every checkout receipt.')
4497 'gbl_custom_receipt' => array(
4498 xl('Custom Checkout Receipt'),
4501 'checkout_receipt_general.inc.php' => xl('POS Printer'),
4502 'checkout_receipt_panama.inc.php' => xl('Panama'),
4505 xl('Present an additional PDF custom receipt after checkout.')
4508 'gbl_ma_ippf_code_restriction' => array(
4509 xl('Allow More than one MA/IPPF code mapping'),
4510 'bool', // data type
4511 '0', // default = false
4512 xl('Disable the restriction of only one IPPF code per MA code in superbill')
4515 'gbl_uruguay_asse_url' => array(
4516 xl('Uruguay ASSE URL'),
4517 'text', // data type
4519 xl('URL of ASSE SOAP server. Must be blank if not a Uruguay site. Enter "test" for dummy data.')
4522 'gbl_uruguay_asse_token' => array(
4523 xl('Uruguay ASSE Token'),
4524 'text', // data type
4526 xl('Token for connection to ASSE SOAP server')
4529 } // end if ippf_specific
4531 if (empty($skipGlobalEvent)) {
4532 $globalsInitEvent = new GlobalsInitializedEvent(new GlobalsService($GLOBALS_METADATA, $USER_SPECIFIC_GLOBALS, $USER_SPECIFIC_TABS));
4533 $globalsInitEvent = $GLOBALS["kernel"]->getEventDispatcher()->dispatch($globalsInitEvent, GlobalsInitializedEvent
::EVENT_HANDLE
, 10);
4534 $globalsService = $globalsInitEvent->getGlobalsService()->save();