Height/length, weight, and blood pressure must be recorded in numerical
[openemr.git] / library / globals.inc.php
blob4489cd21b0f43ee82d0727b8c1039c9bd64b2f4d
1 <?php
2 // Copyright (C) 2010 Rod Roark <rod@sunsetsystems.com>
3 //
4 // This program is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License
6 // as published by the Free Software Foundation; either version 2
7 // of the License, or (at your option) any later version.
9 // $GLOBALS['print_command'] is the
10 // Print command for spooling to printers, used by statements.inc.php
11 // This is the command to be used for printing (without the filename).
12 // The word following "-P" should be the name of your printer. This
13 // example is designed for 8.5x11-inch paper with 1-inch margins,
14 // 10 CPI, 6 LPI, 65 columns, 54 lines per page.
16 // IF lpr services are installed on Windows this setting will be similar
17 // Otherwise configure it as needed (print /d:PRN) might be an option for Windows parallel printers
19 // Current supported languages: // Allow capture of term for translation:
20 // Albanian // xl('Albanian')
21 // Amharic // xl('Amharic')
22 // Arabic // xl('Arabic')
23 // Armenian // xl('Armenian')
24 // Bahasa Indonesia // xl('Bahasa Indonesia')
25 // Bengali // xl('Bengali')
26 // Chinese (Simplified) // xl('Chinese (Simplified)')
27 // Chinese (Traditional) // xl('Chinese (Traditional)')
28 // Czech // xl('Czech')
29 // Danish // xl('Danish')
30 // Dutch // xl('Dutch')
31 // English (Indian) // xl('English (Indian)')
32 // English (Standard) // xl('English (Standard)')
33 // Estonian // xl('Estonian')
34 // French // xl('French (Standard)')
35 // French // xl('French (Canadian)')
36 // German // xl('German')
37 // Greek // xl('Greek')
38 // Hebrew // xl('Hebrew')
39 // Hindi // xl('Hindi')
40 // Hungarian // xl('Hungarian')
41 // Italian // xl('Italian')
42 // Lithuanian // xl('Lithuanian')
43 // Norwegian // xl('Norwegian')
44 // Persian // xl('Persian')
45 // Polish // xl('Polish')
46 // Portuguese (Brazilian) // xl('Portuguese (Brazilian)')
47 // Portuguese (European) // xl('Portuguese (European)')
48 // Romanian // xl('Romanian')
49 // Russian // xl('Russian')
50 // Slovak // xl('Slovak')
51 // Spanish (Latin American) // xl('Spanish (Latin American)')
52 // Spanish (Spain) // xl('Spanish (Spain)')
53 // Swedish // xl('Swedish')
54 // Turkish // xl('Turkish')
55 // Ukrainian // xl('Ukrainian')
56 // Vietnamese // xl('Vietnamese')
58 // OS-dependent stuff.
59 if (stristr(PHP_OS, 'WIN')) {
60 // MS Windows
61 $mysql_bin_dir = 'C:/xampp/mysql/bin';
62 $perl_bin_dir = 'C:/xampp/perl/bin';
63 $temporary_files_dir = 'C:/windows/temp';
64 $backup_log_dir = 'C:/windows/temp';
66 else {
67 // Everything else
68 $mysql_bin_dir = '/usr/bin';
69 $perl_bin_dir = '/usr/bin';
70 $temporary_files_dir = '/tmp';
71 $backup_log_dir = '/tmp';
74 // Language constant declarations:
75 // xl('Appearance')
76 // xl('Locale')
77 // xl('Features')
78 // xl('Calendar')
79 // xl('Security')
80 // xl('Notifications')
81 // xl('Miscellaneous')
83 // List of user specific tabs and globals
84 $USER_SPECIFIC_TABS = array('Appearance',
85 'Locale',
86 'Calendar',
87 'Connectors');
88 $USER_SPECIFIC_GLOBALS = array('default_top_pane',
89 'concurrent_layout',
90 'css_header',
91 'gbl_pt_list_page_size',
92 'gbl_pt_list_new_window',
93 'units_of_measurement',
94 'us_weight_format',
95 'date_display_format',
96 'time_display_format',
97 'event_color',
98 'erx_import_status_message');
100 $GLOBALS_METADATA = array(
102 // Appearance Tab
104 'Appearance' => array(
106 'default_top_pane' => array(
107 xl('Main Top Pane Screen'), // descriptive name
108 array(
109 'main_info.php' => xl('Calendar Screen'),
110 '../new/new.php' => xl('Patient Search/Add Screen'),
112 'main_info.php', // default = calendar
113 xl('Type of screen layout')
116 'concurrent_layout' => array(
117 xl('Layout Style'), // descriptive name
118 array(
119 '0' => xl('Old style layout with no left menu'),
120 '1' => xl('Navigation menu consists of pairs of radio buttons'),
121 '2' => xl('Navigation menu is a tree view'),
122 '3' => xl('Navigation uses a sliding menu'),
124 '3', // default = tree menu
125 xl('Type of screen layout')
128 'css_header' => array(
129 xl('Theme'),
130 'css',
131 'style_oemr.css',
132 xl('Pick a CSS theme.')
135 'gbl_nav_area_width' => array(
136 xl('Navigation Area Width'),
137 'num',
138 '150',
139 xl('Width in pixels of the left navigation frame.')
142 'openemr_name' => array(
143 xl('Application Title'),
144 'text',
145 'OpenEMR',
146 xl('Application name for login page and main window title.')
149 'full_new_patient_form' => array(
150 xl('New Patient Form'),
151 array(
152 '0' => xl('Old-style static form without search or duplication check'),
153 '1' => xl('All demographics fields, with search and duplication check'),
154 '2' => xl('Mandatory or specified fields only, search and dup check'),
155 '3' => xl('Mandatory or specified fields only, dup check, no search'),
157 '1', // default
158 xl('Style of form used for adding new patients')
161 'patient_search_results_style' => array(
162 xl('Patient Search Results Style'),
163 array(
164 '0' => xl('Encounter statistics'),
165 '1' => xl('Mandatory and specified fields'),
167 '0', // default
168 xl('Type of columns displayed for patient search results')
171 'gbl_tall_nav_area' => array(
172 xl('Tall Navigation Area'),
173 'bool', // data type
174 '0', // default = false
175 xl('Navigation area uses full height of frameset')
178 'gbl_nav_visit_forms' => array(
179 xl('Navigation Area Visit Forms'),
180 'bool', // data type
181 '1', // default = true
182 xl('Navigation area includes encounter forms')
185 'simplified_demographics' => array(
186 xl('Simplified Demographics'),
187 'bool', // data type
188 '0', // default = false
189 xl('Omit insurance and some other things from the demographics form')
192 'simplified_prescriptions' => array(
193 xl('Simplified Prescriptions'),
194 'bool', // data type
195 '0', // default = false
196 xl('Omit form, route and interval which then become part of dosage')
199 'simplified_copay' => array(
200 xl('Simplified Co-Pay'),
201 'bool', // data type
202 '0', // default = false
203 xl('Omit method of payment from the co-pay panel')
206 'use_charges_panel' => array(
207 xl('Use Charges Panel'),
208 'bool', // data type
209 '0', // default = false
210 xl('Enables the old Charges panel for entering billing codes and payments. Not recommended, use the Fee Sheet instead.')
213 // TajEmo Work BY CB 2012/06/21 10:42:31 AM added option to Hide Fees
214 'enable_fees_in_left_menu' => array(
215 xl('Enable Fees In Left Menu'),
216 'bool', // data type
217 '1', // default = true
218 xl('Enable Fees In Left Menu')
220 // EDI history 2012-09-13
221 'enable_edihistory_in_left_menu' => array(
222 xl('Enable EDI History In Left Menu'),
223 'bool', // data type
224 '1', // default = true
225 xl('EDI History (under Fees) for storing and interpreting EDI claim response files')
228 'online_support_link' => array(
229 xl('Online Support Link'),
230 'text', // data type
231 'http://open-emr.org/',
232 xl('URL for OpenEMR support.')
235 'encounter_page_size' => array(
236 xl('Encounter Page Size'),
237 array(
238 '0' => xl('Show All'),
239 '5' => '5',
240 '10' => '10',
241 '15' => '15',
242 '20' => '20',
243 '25' => '25',
244 '50' => '50',
246 '20',
247 xl('Number of encounters to display per page.')
250 'gbl_pt_list_page_size' => array(
251 xl('Patient List Page Size'),
252 array(
253 '10' => '10',
254 '25' => '25',
255 '50' => '50',
256 '100' => '100',
258 '10',
259 xl('Number of patients to display per page in the patient list.')
262 'gbl_pt_list_new_window' => array(
263 xl('Patient List New Window'),
264 'bool', // data type
265 '0', // default = false
266 xl('Default state of New Window checkbox in the patient list.')
269 'gbl_vitals_options' => array(
270 xl('Vitals Form Options'),
271 array(
272 '0' => xl('Standard'),
273 '1' => xl('Omit circumferences'),
275 '0', // default
276 xl('Special treatment for the Vitals form')
281 // Locale Tab
283 'Locale' => array(
285 'language_default' => array(
286 xl('Default Language'),
287 'lang', // data type
288 'English (Standard)', // default = english
289 xl('Default language if no other is allowed or chosen.')
292 'language_menu_showall' => array(
293 xl('All Languages Allowed'),
294 'bool', // data type
295 '1', // default = true
296 xl('Allow all available languages as choices on menu at login.')
299 'language_menu_other' => array(
300 xl('Allowed Languages'),
301 'm_lang', // data type
302 '', // default = none
303 xl('Select which languages, if any, may be chosen at login. (only pertinent if above All Languages Allowed is turned off)')
306 'allow_debug_language' => array(
307 xl('Allow Debugging Language'),
308 'bool', // data type
309 '1', // default = true during development and false for production releases
310 xl('This will allow selection of the debugging (\'dummy\') language.')
313 'translate_layout' => array(
314 xl('Translate Layouts'),
315 'bool', // data type
316 '1', // default = true
317 xl('Is text from form layouts to be translated?')
320 'translate_lists' => array(
321 xl('Translate Lists'),
322 'bool', // data type
323 '1', // default = true
324 xl('Is text from lists to be translated?')
327 'translate_gacl_groups' => array(
328 xl('Translate Access Control Groups'),
329 'bool', // data type
330 '1', // default = true
331 xl('Are access control group names to be translated?')
334 'translate_form_titles' => array(
335 xl('Translate Patient Note Titles'),
336 'bool', // data type
337 '1', // default = true
338 xl('Are patient note titles to be translated?')
341 'translate_document_categories' => array(
342 xl('Translate Document Categories'),
343 'bool', // data type
344 '1', // default = true
345 xl('Are document category names to be translated?')
348 'translate_appt_categories' => array(
349 xl('Translate Appointment Categories'),
350 'bool', // data type
351 '1', // default = true
352 xl('Are appointment category names to be translated?')
355 'units_of_measurement' => array(
356 xl('Units for Visit Forms'),
357 array(
358 '1' => xl('Show both US and metric (main unit is US)'),
359 '2' => xl('Show both US and metric (main unit is metric)'),
360 '3' => xl('Show US only'),
361 '4' => xl('Show metric only'),
363 '1', // default = Both/US
364 xl('Applies to the Vitals form and Growth Chart')
367 'us_weight_format' => array(
368 xl('Display Format for US Weights'),
369 array(
370 '1'=>xl('Show pounds as decimal value'),
371 '2'=>xl('Show pounds and ounces')
373 '1',
374 xl('Applies to Vitals form')
377 'disable_deprecated_metrics_form' => array(
378 xl('Disable Old Metric Vitals Form'),
379 'bool', // data type
380 '1', // default = true
381 xl('This was the older metric-only Vitals form, now deprecated.')
384 'phone_country_code' => array(
385 xl('Telephone Country Code'),
386 'num',
387 '1', // default = North America
388 xl('1 = North America. See http://www.wtng.info/ for a list of other country codes.')
391 'date_display_format' => array(
392 xl('Date Display Format'),
393 array(
394 '0' => xl('YYYY-MM-DD'),
395 '1' => xl('MM/DD/YYYY'),
396 '2' => xl('DD/MM/YYYY'),
398 '0',
399 xl('Format used to display most dates.')
402 'time_display_format' => array(
403 xl('Time Display Format'),
404 array(
405 '0' => xl('24 hr'),
406 '1' => xl('12 hr'),
408 '0',
409 xl('Format used to display most times.')
412 'currency_decimals' => array(
413 xl('Currency Decimal Places'),
414 array(
415 '0' => xl('0'),
416 '1' => xl('1'),
417 '2' => xl('2'),
419 '2',
420 xl('Number of digits after decimal point for currency, usually 0 or 2.')
423 'currency_dec_point' => array(
424 xl('Currency Decimal Point Symbol'),
425 array(
426 '.' => xl('Period'),
427 ',' => xl('Comma'),
429 '.',
430 xl('Symbol used as the decimal point for currency. Not used if Decimal Places is 0.')
433 'currency_thousands_sep' => array(
434 xl('Currency Thousands Separator'),
435 array(
436 ',' => xl('Comma'),
437 '.' => xl('Period'),
438 ' ' => xl('Space'),
439 '' => xl('None'),
441 ',',
442 xl('Symbol used to separate thousands for currency.')
445 'gbl_currency_symbol' => array(
446 xl('Currency Designator'),
447 'text', // data type
448 '$', // default
449 xl('Code or symbol to indicate currency')
451 'age_display_format'=>array(xl('Age Display Format'),
452 array(
453 '0'=>xl('Years or months'),
454 '1'=>xl('Years, months and days')
456 '0',
457 xl('Format for age display')
459 'age_display_limit' => array(
460 xl('Age in Years for Display Format Change'),
461 'num',
462 '3',
463 xl('If YMD is selected for age display, switch to just Years when patients older than this value in years')
467 // Features Tab
469 'Features' => array(
471 'specific_application' => array(
472 xl('Specific Application'),
473 array(
474 '0' => xl('None'),
475 '1' => xl('Athletic team'),
476 '2' => xl('IPPF'),
477 '3' => xl('Weight loss clinic'),
479 '0', // default
480 xl('Indicator for specialized usage')
483 'inhouse_pharmacy' => array(
484 xl('Drugs and Products'),
485 array(
486 '0' => xl('Do not inventory and sell any products'),
487 '1' => xl('Inventory and sell drugs only'),
488 '2' => xl('Inventory and sell both drugs and non-drug products'),
489 '3' => xl('Products but no prescription drugs and no templates'),
491 '0', // default
492 xl('Option to support inventory and sales of products')
495 'disable_chart_tracker' => array(
496 xl('Disable Chart Tracker'),
497 'bool', // data type
498 '0', // default = false
499 xl('Removes the Chart Tracker feature')
502 'disable_phpmyadmin_link' => array(
503 xl('Disable phpMyAdmin'),
504 'bool', // data type
505 '0', // default = false
506 xl('Removes support for phpMyAdmin')
509 'disable_immunizations' => array(
510 xl('Disable Immunizations'),
511 'bool', // data type
512 '0', // default = false
513 xl('Removes support for immunizations')
516 'disable_prescriptions' => array(
517 xl('Disable Prescriptions'),
518 'bool', // data type
519 '0', // default = false
520 xl('Removes support for prescriptions')
523 'omit_employers' => array(
524 xl('Omit Employers'),
525 'bool', // data type
526 '0', // default = false
527 xl('Omit employer information in patient demographics')
530 'select_multi_providers' => array(
531 xl('Support Multi-Provider Events'),
532 'bool', // data type
533 '0', // default = false
534 xl('Support calendar events that apply to multiple providers')
537 'disable_non_default_groups' => array(
538 xl('Disable User Groups'),
539 'bool', // data type
540 '1', // default = true
541 xl('Normally this should be checked. Not related to access control.')
544 'ignore_pnotes_authorization' => array(
545 xl('Skip Authorization of Patient Notes'),
546 'bool', // data type
547 '1', // default = true
548 xl('Do not require patient notes to be authorized')
551 'support_encounter_claims' => array(
552 xl('Allow Encounter Claims'),
553 'bool', // data type
554 '0', // default = false
555 xl('Allow creation of claims containing diagnoses but not procedures or charges. Most clinics do not want this.')
558 'advance_directives_warning' => array(
559 xl('Advance Directives Warning'),
560 'bool', // data type
561 '0', // default = false
562 xl('Display advance directives in the demographics page.')
565 'configuration_import_export' => array(
566 xl('Configuration Export/Import'),
567 'bool', // data type
568 '0', // default = false
569 xl('Support export/import of configuration data via the Backup page.')
572 'restrict_user_facility' => array(
573 xl('Restrict Users to Facilities'),
574 'bool', // data type
575 '0', // default
576 xl('Restrict non-authorized users to the Schedule Facilities set in User admin.')
579 'set_facility_cookie' => array(
580 xl('Remember Selected Facility'),
581 'bool', // data type
582 '0', // default
583 xl('Set a facility cookie to remember the selected facility between logins.')
586 'receipts_by_provider' => array(
587 xl('Print Receipts by Provider'),
588 'bool',
589 '0', // default
590 xl('Causes Receipts to Print Encounter/Primary Provider Info')
593 'discount_by_money' => array(
594 xl('Discounts as Monetary Amounts'),
595 'bool', // data type
596 '1', // default = true
597 xl('Discounts at checkout time are entered as money amounts, as opposed to percentage.')
600 'gbl_visit_referral_source' => array(
601 xl('Referral Source for Encounters'),
602 'bool', // data type
603 '0', // default = false
604 xl('A referral source may be specified for each visit.')
607 'gbl_mask_patient_id' => array(
608 xl('Mask for Patient IDs'),
609 'text', // data type
610 '', // default
611 xl('Specifies formatting for the external patient ID. # = digit, @ = alpha, * = any character. Empty if not used.')
614 'gbl_mask_invoice_number' => array(
615 xl('Mask for Invoice Numbers'),
616 'text', // data type
617 '', // default
618 xl('Specifies formatting for invoice reference numbers. # = digit, @ = alpha, * = any character. Empty if not used.')
621 'gbl_mask_product_id' => array(
622 xl('Mask for Product IDs'),
623 'text', // data type
624 '', // default
625 xl('Specifies formatting for product NDC fields. # = digit, @ = alpha, * = any character. Empty if not used.')
628 'force_billing_widget_open' => array(
629 xl('Force Billing Widget Open'),
630 'bool', // data type
631 '0', // default = false
632 xl('This will force the Billing Widget in the Patient Summary screen to always be open.')
635 'num_past_appointments_to_show' => array(
636 xl('Past Appointment Display Widget'),
637 'num', // data type
638 '0', // default = false
639 xl('A positive number will show that many past appointments on a Widget in the Patient Summary screen.')
642 'activate_ccr_ccd_report' => array(
643 xl('Activate CCR/CCD Reporting'),
644 'bool', // data type
645 '1', // default = true
646 xl('This will activate the CCR(Continuity of Care Record) and CCD(Continuity of Care Document) reporting.')
649 'hide_document_encryption' => array(
650 xl('Hide Encryption/Decryption Options In Document Management'),
651 'bool', // data type
652 '1', // default = true
653 xl('This will deactivate document the encryption and decryption features, and hide them in the UI.')
656 'use_custom_immun_list' => array(
657 xl('Use Custom Immunization List'),
658 'bool', // data type
659 '0', // default = true
660 xl('This will use the custom immunizations list rather than the standard CVX immunization list.')
663 'cms_1500' => array(
664 xl('CMS 1500 Paper Form Format'),
665 array(
666 '0' => xl('08/05'),
667 '1' => xl('02/12'),
669 '0', // default
670 xl('This specifies which revision of the form the billing module should generate')
673 'cms_1500_box_31_format' => array(
674 xl('CMS 1500: Box 31 Format'),
675 array(
676 '0' => xl('Signature on File'),
677 '1' => xl('Firstname Lastname'),
678 '2' => xl('None'),
680 '0', // default
681 xl('This specifies whether to include date in Box 31.')
685 'cms_1500_box_31_date' => array(
686 xl('CMS 1500: Date in Box 31 (Signature)'),
687 array(
688 '0' => xl('None'),
689 '1' => xl('Date of Service'),
690 '2' => xl('Today'),
692 '0', // default
693 xl('This specifies whether to include date in Box 31.')
697 // E-Sign Tab
699 'E-Sign' => array(
701 'esign_all' => array(
702 xl('Allows E-Sign on the entire encounter'),
703 'bool', // data type
704 '0', // default = false
705 xl('This will enable signing an entire encounter, rather than individual forms')
708 'lock_esign_all' => array(
709 xl('Lock e-signed encounters and their forms'),
710 'bool', // data type
711 '0', // default = false
712 xl('This will disable the Edit button on all forms whose parent encounter is e-signed')
715 'esign_individual' => array(
716 xl('Allows E-Signing Individual Forms'),
717 'bool', // data type
718 '1', // default = false
719 xl('This will enable signing individual forms separately')
722 'lock_esign_individual' => array(
723 xl('Lock an e-signed form individually'),
724 'bool', // data type
725 '1', // default = false
726 xl('This will disable the Edit button on any form that is e-signed')
729 'esign_lock_toggle' => array(
730 xl('Enable lock toggle'),
731 'bool', // data type
732 '0', // default = false
733 xl('This will give the user the option to lock (separate locking and signing)')
736 'esign_report_hide_empty_sig' => array(
737 xl('Hide Empty E-Sign Logs On Report'),
738 'bool', // data type
739 '1', // default = false
740 xl('This will hide empty e-sign logs on the patient report')
744 //Documents Tab
745 'Documents' => array(
746 'document_storage_method' => array(
747 xl('Document Storage Method'),
748 array(
749 '0' => xl('Hard Disk'),
750 '1' => xl('CouchDB')
752 '0', // default
753 xl('Option to save method of document storage.')
755 'couchdb_host' => array(
756 xl('CouchDB HostName'),
757 'text',
758 'localhost',
759 xl('CouchDB host'),
761 'couchdb_user' => array(
762 xl('CouchDB UserName'),
763 'text',
765 xl('Username to connect to CouchDB'),
767 'couchdb_pass' => array(
768 xl('CouchDB Password'),
769 'text',
771 xl('Password to connect to CouchDB'),
773 'couchdb_port' => array(
774 xl('CouchDB Port'),
775 'text',
776 '5984',
777 xl('CouchDB port'),
779 'couchdb_dbase' => array(
780 xl('CouchDB Database'),
781 'text',
783 xl('CouchDB database name'),
785 'couchdb_log' => array(
786 xl('CouchDB Log Enable'),
787 'bool',
788 '0',
789 xl('Enable log for document uploads/downloads to CouchDB'),
792 'patient_id_category_name' => array(
793 xl('Patient ID Category Name'),
794 'text', // data type
795 'Patient ID card', // default
796 xl('Optional category name for an ID Card image that can be viewed from the patient summary page.')
799 'patient_photo_category_name' => array(
800 xl('Patient Photo Category Name'),
801 'text', // data type
802 'Patient Photograph', // default
803 xl('Optional category name for photo images that can be viewed from the patient summary page.')
806 'lab_results_category_name' => array(
807 xl('Lab Results Category Name'),
808 'text', // data type
809 'Lab Report', // default
810 xl('Document category name for storage of electronically received lab results.')
815 // Calendar Tab
817 'Calendar' => array(
819 'disable_calendar' => array(
820 xl('Disable Calendar'),
821 'bool', // data type
822 '0', // default
823 xl('Do not display the calendar.')
826 'schedule_start' => array(
827 xl('Calendar Starting Hour'),
828 'hour',
829 '8', // default
830 xl('Beginning hour of day for calendar events.')
833 'schedule_end' => array(
834 xl('Calendar Ending Hour'),
835 'hour',
836 '17', // default
837 xl('Ending hour of day for calendar events.')
840 'calendar_interval' => array(
841 xl('Calendar Interval'),
842 array(
843 '5' => '5',
844 '10' => '10',
845 '15' => '15',
846 '20' => '20',
847 '30' => '30',
848 '60' => '60',
850 '15', // default
851 xl('The time granularity of the calendar and the smallest interval in minutes for an appointment slot.')
854 'calendar_appt_style' => array(
855 xl('Appointment Display Style'),
856 array(
857 '1' => 'Last name',
858 '2' => 'Last name, first name',
859 '3' => 'Last name, first name (title)',
860 '4' => 'Last name, first name (title: description)',
862 '2', // default
863 xl('This determines how appointments display on the calendar.')
866 'docs_see_entire_calendar' => array(
867 xl('Providers See Entire Calendar'),
868 'bool', // data type
869 '0', // default
870 xl('Check this if you want providers to see all appointments by default and not just their own.')
873 'auto_create_new_encounters' => array(
874 xl('Auto-Create New Encounters'),
875 'bool', // data type
876 '1', // default
877 xl('Automatically create a new encounter when appointment status is set to "@" (arrived).')
880 'event_color' => array(
881 xl('Appointment/Event Color'),
882 array(
883 '1' => 'Category Color Schema',
884 '2' => 'Facility Color Schema',
885 ), // data type
886 '1', // default
887 xl('This determines which color schema used for appointment')
892 // Security Tab
894 'Security' => array(
896 'timeout' => array(
897 xl('Idle Session Timeout Seconds'),
898 'num', // data type
899 '7200', // default
900 xl('Maximum idle time in seconds before logout. Default is 7200 (2 hours).')
903 'secure_password' => array(
904 xl('Require Strong Passwords'),
905 'bool', // data type
906 '0', // default
907 xl('Strong password means at least 8 characters, and at least three of: a number, a lowercase letter, an uppercase letter, a special character.')
910 'password_history' => array(
911 xl('Require Unique Passwords'),
912 'bool', // data type
913 '0', // default
914 xl('Means none of last three passwords are allowed when changing a password.')
916 'password_compatibility' => array(
917 xl('Permit unsalted passwords'),
918 'bool', // data type
919 '1', // default
920 xl('After migration from the old password mechanisms where passwords are stored in the users table without salt is complete, this flag should be set to false so that only authentication by the new method is possible')
923 'password_expiration_days' => array(
924 xl('Default Password Expiration Days'),
925 'num', // data type
926 '0', // default
927 xl('Default password expiration period in days. 0 means this feature is disabled.')
930 'password_grace_time' => array(
931 xl('Password Expiration Grace Period'),
932 'num', // data type
933 '0', // default
934 xl('Period in days where a user may login with an expired password.')
937 'is_client_ssl_enabled' => array(
938 xl('Enable Client SSL'),
939 'bool', // data type
940 '0', // default
941 xl('Enable client SSL certificate authentication.')
944 'certificate_authority_crt' => array(
945 xl('Path to CA Certificate File'),
946 'text', // data type
947 '', // default
948 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
951 'certificate_authority_key' => array(
952 xl('Path to CA Key File'),
953 'text', // data type
954 '', // default
955 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
958 'client_certificate_valid_in_days' => array(
959 xl('Client Certificate Expiration Days'),
960 'num', // data type
961 '365', // default
962 xl('Number of days that the client certificate is valid.')
965 'Emergency_Login_email_id' => array(
966 xl('Emergency Login Email Address'),
967 'text', // data type
968 '', // default
969 xl('Email address, if any, to receive emergency login user activation messages.')
974 // Notifications Tab
976 'Notifications' => array(
978 'patient_reminder_sender_name' => array(
979 xl('Patient Reminder Sender Name'),
980 'text', // data type
981 '', // default
982 xl('Name of the sender for patient reminders.')
985 'patient_reminder_sender_email' => array(
986 xl('Patient Reminder Sender Email'),
987 'text', // data type
988 '', // default
989 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.')
992 'practice_return_email_path' => array(
993 xl('Notification Email Address'),
994 'text', // data type
995 '', // default
996 xl('Email address, if any, to receive administrative notifications.')
999 'EMAIL_METHOD' => array(
1000 xl('Email Transport Method'),
1001 array(
1002 'PHPMAIL' => 'PHPMAIL',
1003 'SENDMAIL' => 'SENDMAIL',
1004 'SMTP' => 'SMTP',
1006 'SMTP', // default
1007 xl('Method for sending outgoing email.')
1010 'SMTP_HOST' => array(
1011 xl('SMTP Server Hostname'),
1012 'text', // data type
1013 'localhost', // default
1014 xl('If SMTP is used, the server`s hostname or IP address.')
1017 'SMTP_PORT' => array(
1018 xl('SMTP Server Port Number'),
1019 'num', // data type
1020 '25', // default
1021 xl('If SMTP is used, the server`s TCP port number (usually 25).')
1024 'SMTP_USER' => array(
1025 xl('SMTP User for Authentication'),
1026 'text', // data type
1027 '', // default
1028 xl('Must be empty if SMTP authentication is not used.')
1031 'SMTP_PASS' => array(
1032 xl('SMTP Password for Authentication'),
1033 'text', // data type
1034 '', // default
1035 xl('Must be empty if SMTP authentication is not used.')
1038 'EMAIL_NOTIFICATION_HOUR' => array(
1039 xl('Email Notification Hours'),
1040 'num', // data type
1041 '50', // default
1042 xl('Number of hours in advance to send email notifications.')
1045 'SMS_NOTIFICATION_HOUR' => array(
1046 xl('SMS Notification Hours'),
1047 'num', // data type
1048 '50', // default
1049 xl('Number of hours in advance to send SMS notifications.')
1052 'SMS_GATEWAY_USENAME' => array(
1053 xl('SMS Gateway Username'),
1054 'text', // data type
1055 '', // default
1056 xl('Username for SMS Gateway.')
1059 'SMS_GATEWAY_PASSWORD' => array(
1060 xl('SMS Gateway Password'),
1061 'text', // data type
1062 '', // default
1063 xl('Password for SMS Gateway.')
1066 'SMS_GATEWAY_APIKEY' => array(
1067 xl('SMS Gateway API Key'),
1068 'text', // data type
1069 '', // default
1070 xl('API key for SMS Gateway.')
1073 'phone_notification_hour' => array(
1074 xl('Phone Notification Hour'),
1075 'num', // data type
1076 '50', // default
1077 xl('Number of hours in advance to send Phone notification.')
1080 'phone_gateway_username' => array(
1081 xl('Phone Gateway Username'),
1082 'text', // data type
1083 '', // default
1084 xl('Username for Phone Gateway. Automated VOIP service provided by Maviq. Please visit http://signup.maviq.com for more information.')
1087 'phone_gateway_password' => array(
1088 xl('Phone Gateway Password'),
1089 'text', // data type
1090 '', // default
1091 xl('Password for Phone Gateway. Automated VOIP service provided by Maviq. Please visit http://signup.maviq.com for more information.')
1094 'phone_gateway_url' => array(
1095 xl('Phone Gateway URL'),
1096 'text', // data type
1097 '', // default
1098 xl('URL for Phone Gateway. Automated VOIP service provided by Maviq. Please visit http://signup.maviq.com for more information.')
1103 // CDR (Clinical Decision Rules)
1105 'CDR' => array(
1107 'enable_cdr' => array(
1108 xl('Enable Clinical Decisions Rules (CDR)'),
1109 'bool', // data type
1110 '1', // default
1111 xl('Enable Clinical Decisions Rules (CDR)')
1114 'enable_cdr_crw' => array(
1115 xl('Enable Clinical Reminder Widget'),
1116 'bool', // data type
1117 '1', // default
1118 xl('Enable Clinical Reminder Widget')
1121 'enable_cdr_crp' => array(
1122 xl('Enable Clinical Reminder Popup'),
1123 'bool', // data type
1124 '1', // default
1125 xl('Enable Clinical Reminder Popup')
1128 'enable_cdr_prw' => array(
1129 xl('Enable Patient Reminder Widget'),
1130 'bool', // data type
1131 '1', // default
1132 xl('Enable Patient Reminder Widget')
1135 'enable_cqm' => array(
1136 xl('Enable CQM Reporting'),
1137 'bool', // data type
1138 '1', // default
1139 xl('Enable Clinical Quality Measure (CQM) Reporting')
1142 'pqri_registry_name' => array(
1143 xl('PQRI Registry Name'),
1144 'text', // data type
1145 'Model Registry', // default
1146 xl('PQRI Registry Name')
1149 'pqri_registry_id' => array(
1150 xl('PQRI Registry ID'),
1151 'text', // data type
1152 '125789123', // default
1153 xl('PQRI Registry ID')
1156 'enable_amc' => array(
1157 xl('Enable AMC Reporting'),
1158 'bool', // data type
1159 '1', // default
1160 xl('Enable Automated Measure Calculations (AMC) Reporting')
1163 'enable_amc_prompting' => array(
1164 xl('Enable AMC Prompting'),
1165 'bool', // data type
1166 '1', // default
1167 xl('Enable Prompting For Automated Measure Calculations (AMC) Required Data')
1170 'enable_amc_tracking' => array(
1171 xl('Enable AMC Tracking'),
1172 'bool', // data type
1173 '1', // default
1174 xl('Enable Reporting of Tracking Date For Automated Measure Calculations (AMC)')
1177 'cdr_report_nice' => array(
1178 xl('CDR Reports Processing Priority'),
1179 array(
1180 '' => xl('Default Priority'),
1181 '5' => xl('Moderate Priority'),
1182 '10' => xl('Moderate/Low Priority'),
1183 '15' => xl('Low Priority'),
1184 '20' => xl('Lowest Priority')
1186 '', // default
1187 xl('Set processing priority for CDR engine based reports.')
1190 'pat_rem_clin_nice' => array(
1191 xl('Patient Reminder Creation Processing Priority'),
1192 array(
1193 '' => xl('Default Priority'),
1194 '5' => xl('Moderate Priority'),
1195 '10' => xl('Moderate/Low Priority'),
1196 '15' => xl('Low Priority'),
1197 '20' => xl('Lowest Priority')
1199 '', // default
1200 xl('Set processing priority for creation of Patient Reminders (in full clinic mode).')
1205 // Logging
1207 'Logging' => array(
1209 'enable_auditlog' => array(
1210 xl('Enable Audit Logging'),
1211 'bool', // data type
1212 '1', // default
1213 xl('Enable Audit Logging')
1216 'audit_events_patient-record' => array(
1217 xl('Audit Logging Patient Record'),
1218 'bool', // data type
1219 '1', // default
1220 xl('Enable logging of patient record modifications.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1223 'audit_events_scheduling' => array(
1224 xl('Audit Logging Scheduling'),
1225 'bool', // data type
1226 '1', // default
1227 xl('Enable logging of scheduling activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1230 'audit_events_order' => array(
1231 xl('Audit Logging Order'),
1232 'bool', // data type
1233 '1', // default
1234 xl('Enable logging of ordering activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1237 'audit_events_security-administration' => array(
1238 xl('Audit Logging Security Administration'),
1239 'bool', // data type
1240 '1', // default
1241 xl('Enable logging of security and administration activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1244 'audit_events_backup' => array(
1245 xl('Audit Logging Backups'),
1246 'bool', // data type
1247 '1', // default
1248 xl('Enable logging of backup related activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1251 'audit_events_other' => array(
1252 xl('Audit Logging Miscellaneous'),
1253 'bool', // data type
1254 '1', // default
1255 xl('Enable logging of miscellaneous activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1258 'audit_events_query' => array(
1259 xl('Audit Logging SELECT Query'),
1260 'bool', // data type
1261 '0', // default
1262 xl('Enable logging of all SQL SELECT queries.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1265 'audit_events_cdr' => array(
1266 xl('Audit CDR Engine Queries'),
1267 'bool', // data type
1268 '0', // default
1269 xl('Enable logging of CDR Engine Queries.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1272 'enable_atna_audit' => array(
1273 xl('Enable ATNA Auditing'),
1274 'bool', // data type
1275 '0', // default
1276 xl('Enable Audit Trail and Node Authentication (ATNA).')
1279 'atna_audit_host' => array(
1280 xl('ATNA audit host'),
1281 'text', // data type
1282 '', // default
1283 xl('The hostname of the ATNA audit repository machine.')
1286 'atna_audit_port' => array(
1287 xl('ATNA audit port'),
1288 'text', // data type
1289 '6514', // default
1290 xl('Listening port of the RFC 5425 TLS syslog server.')
1293 'atna_audit_localcert' => array(
1294 xl('ATNA audit local certificate'),
1295 'text', // data type
1296 '', // default
1297 xl('Certificate to send to RFC 5425 TLS syslog server.')
1300 'atna_audit_cacert' => array(
1301 xl('ATNA audit CA certificate'),
1302 'text', // data type
1303 '', // default
1304 xl('CA Certificate for verifying the RFC 5425 TLS syslog server.')
1309 // Miscellaneous Tab
1311 'Miscellaneous' => array(
1313 'mysql_bin_dir' => array(
1314 xl('Path to MySQL Binaries'),
1315 'text', // data type
1316 $mysql_bin_dir, // default
1317 xl('Full path to directory containing MySQL executables.')
1320 'perl_bin_dir' => array(
1321 xl('Path to Perl Binaries'),
1322 'text', // data type
1323 $perl_bin_dir, // default
1324 xl('Full path to directory containing Perl executables.')
1327 'temporary_files_dir' => array(
1328 xl('Path to Temporary Files'),
1329 'text', // data type
1330 $temporary_files_dir, // default
1331 xl('Full path to directory used for temporary files.')
1334 'backup_log_dir' => array(
1335 xl('Path for Event Log Backup'),
1336 'text', // data type
1337 $backup_log_dir, // default
1338 xl('Full path to directory for event log backup.')
1341 'state_data_type' => array(
1342 xl('State Data Type'),
1343 array(
1344 '2' => xl('Text field'),
1345 '1' => xl('Single-selection list'),
1346 '26' => xl('Single-selection list with ability to add to the list'),
1348 '26', // default
1349 xl('Field type to use for employer or subscriber state in demographics.')
1352 'state_list' => array(
1353 xl('State list'),
1354 'text', // data type
1355 'state', // default
1356 xl('List used by above State Data Type option.')
1359 'state_custom_addlist_widget' => array(
1360 xl('State List Widget Custom Fields'),
1361 'bool', // data type
1362 '1', // default
1363 xl('Show the custom state form for the add list widget (will ask for title and abbreviation).')
1366 'country_data_type' => array(
1367 xl('Country Data Type'),
1368 array(
1369 '2' => xl('Text field'),
1370 '1' => xl('Single-selection list'),
1371 '26' => xl('Single-selection list with ability to add to the list'),
1373 '26', // default
1374 xl('Field type to use for employer or subscriber country in demographics.')
1377 'country_list' => array(
1378 xl('Country list'),
1379 'text', // data type
1380 'country', // default
1381 xl('List used by above Country Data Type option.')
1384 'print_command' => array(
1385 xl('Print Command'),
1386 'text', // data type
1387 'lpr -P HPLaserjet6P -o cpi=10 -o lpi=6 -o page-left=72 -o page-top=72',
1388 xl('Shell command for printing from the server.')
1391 'default_chief_complaint' => array(
1392 xl('Default Reason for Visit'),
1393 'text', // data type
1395 xl('You may put text here as the default complaint in the New Patient Encounter form.')
1398 'default_new_encounter_form' => array(
1399 xl('Default Encounter Form ID'),
1400 'text', // data type
1402 xl('To automatically open the specified form. Some sports teams use football_injury_audit here.')
1405 'MedicareReferrerIsRenderer' => array(
1406 xl('Medicare Referrer Is Renderer'),
1407 'bool', // data type
1408 '0', // default = true
1409 xl('For Medicare only, forces the referring provider to be the same as the rendering provider.')
1412 'post_to_date_benchmark' => array(
1413 xl('Financial Close Date (yyyy-mm-dd)'),
1414 'text', // data type
1415 date('Y-m-d',time() - (10 * 24 * 60 * 60)), // default
1416 xl('The payments posted cannot go below this date.This ensures that after taking the final report nobody post for previous dates.')
1419 'enable_hylafax' => array(
1420 xl('Enable Hylafax Support'),
1421 'bool', // data type
1422 '0', // default
1423 xl('Enable Hylafax Support')
1426 'hylafax_server' => array(
1427 xl('Hylafax Server'),
1428 'text', // data type
1429 'localhost', // default
1430 xl('Hylafax server hostname.')
1433 'hylafax_basedir' => array(
1434 xl('Hylafax Directory'),
1435 'text', // data type
1436 '/var/spool/fax', // default
1437 xl('Location where Hylafax stores faxes.')
1440 'hylafax_enscript' => array(
1441 xl('Hylafax Enscript Command'),
1442 'text', // data type
1443 'enscript -M Letter -B -e^ --margins=36:36:36:36', // default
1444 xl('Enscript command used by Hylafax.')
1447 'enable_scanner' => array(
1448 xl('Enable Scanner Support'),
1449 'bool', // data type
1450 '0', // default
1451 xl('Enable Scanner Support')
1454 'scanner_output_directory' => array(
1455 xl('Scanner Directory'),
1456 'text', // data type
1457 '/mnt/scan_docs', // default
1458 xl('Location where scans are stored.')
1463 // Portal Tab
1465 'Portal' => array(
1467 'portal_onsite_enable' => array(
1468 xl('Enable Onsite Patient Portal'),
1469 'bool', // data type
1470 '0',
1471 xl('Enable Onsite Patient Portal.')
1474 'portal_onsite_address' => array(
1475 xl('Onsite Patient Portal Site Address'),
1476 'text', // data type
1477 'https://your_web_site.com/openemr/patients',
1478 xl('Website link for the Onsite Patient Portal.')
1481 'portal_offsite_enable' => array(
1482 xl('Enable Offsite Patient Portal'),
1483 'bool', // data type
1484 '0',
1485 xl('Enable Offsite Patient Portal.')
1488 'portal_offsite_providerid' => array(
1489 xl('Offsite Patient Portal Provider ID'),
1490 'text', // data type
1492 xl('Offsite Patient Portal Provider ID(Put Blank If not Registered).')
1495 'portal_offsite_username' => array(
1496 xl('Offsite Patient Portal Username'),
1497 'text', // data type
1499 xl('Offsite Patient Portal Username(Put Blank If not Registered).')
1502 'portal_offsite_password' => array(
1503 xl('Offsite Patient Portal Password'),
1504 'pwd', // data type
1506 xl('Offsite Patient Portal Password(Put Blank If not Registered).')
1509 'portal_offsite_address' => array(
1510 xl('Offsite Patient Portal Site Address'),
1511 'text', // data type
1512 'https://ssh.mydocsportal.com/provider.php',
1513 xl('Offsite Https link for the Patient Portal.')
1515 'portal_offsite_address_patient_link' => array(
1516 xl('Offsite Patient Portal Site Address (Patient Link)'),
1517 'text', // data type
1518 'https://ssh.mydocsportal.com',
1519 xl('Offsite Https link for the Patient Portal.(Patient Link)')
1524 // Connectors Tab
1526 'Connectors' => array(
1528 'lab_exchange_enable' => array(
1529 xl('Enable Lab Exchange'),
1530 'bool', // data type
1531 '0',
1532 xl('Enable the Medical Information Integration, LLC Lab Exchange Service.')
1535 'lab_exchange_siteid' => array(
1536 xl('Lab Exchange Site ID'),
1537 'text', // data type
1538 '3',
1539 xl('Site ID for the Medical Information Integration, LLC Lab Exchange Service.')
1542 'lab_exchange_token' => array(
1543 xl('Lab Exchange Token ID'),
1544 'text', // data type
1545 '12345',
1546 xl('Token ID for the Medical Information Integration, LLC Lab Exchange Service.')
1549 'lab_exchange_endpoint' => array(
1550 xl('Lab Exchange Site Address'),
1551 'text', // data type
1552 'https://len.mi-squared.com:29443/len/api',
1553 xl('Contact Medical Information Integration, LLC at http://mi-squared.com for Lab Exchange Service.')
1556 'erx_enable' => array(
1557 xl('Enable NewCrop eRx Service'),
1558 'bool', // data type
1559 '0',
1560 xl('Enable NewCrop eRx Service')
1563 'erx_path_production' => array(
1564 xl('NewCrop eRx Site Address'),
1565 'text', // data type
1566 'https://secure.newcropaccounts.com/InterfaceV7/RxEntry.aspx',
1567 xl('Contact Medical Information Integration, LLC at http://mi-squared.com or ZH Healthcare at http://zhservices.com for subscribing the eRx service')
1570 'erx_path_soap_production' => array(
1571 xl('NewCrop eRx Web Service Address'),
1572 'text', // data type
1573 'https://secure.newcropaccounts.com/v7/WebServices/Update1.asmx?WSDL;https://secure.newcropaccounts.com/v7/WebServices/Patient.asmx?WSDL',
1574 xl('Contact Medical Information Integration, LLC at http://mi-squared.com or ZH Healthcare at http://zhservices.com for subscribing the eRx service')
1577 'erx_soap_ttl_allergies' => array(
1578 xl('NewCrop eRx SOAP Request Time-To-Live for Allergies'),
1579 'num',
1580 '21600',
1581 xl('Time-To-Live for Allergies SOAP Request in seconds')
1584 'erx_soap_ttl_medications' => array(
1585 xl('NewCrop eRx SOAP Request Time-To-Live for Medications'),
1586 'num',
1587 '21600',
1588 xl('Time-To-Live for Medications SOAP Request in seconds')
1591 'partner_name_production' => array(
1592 xl('NewCrop eRx Partner Name'),
1593 'text', // data type
1595 xl('Contact Medical Information Integration, LLC at http://mi-squared.com or ZH Healthcare at http://zhservices.com for subscribing the eRx service')
1598 'erx_name_production' => array(
1599 xl('NewCrop eRx Name'),
1600 'text', // data type
1602 xl('Contact Medical Information Integration, LLC at http://mi-squared.com or ZH Healthcare at http://zhservices.com for subscribing the eRx service')
1605 'erx_password_production' => array(
1606 xl('NewCrop eRx Password'),
1607 'pass', // data type
1609 xl('Contact Medical Information Integration, LLC at http://mi-squared.com or ZH Healthcare at http://zhservices.com for subscribing the eRx service')
1612 'erx_account_id' => array(
1613 xl('NewCrop eRx Account Id'),
1614 'text', // data type
1615 '1',
1616 xl('Contact Medical Information Integration, LLC at http://mi-squared.com or ZH Healthcare at http://zhservices.com for subscribing the eRx service')
1619 'erx_upload_active' => array(
1620 xl('Only upload active prescriptions'),
1621 'bool', // data type
1622 '0',
1623 xl('Only upload active prescriptions')
1626 'erx_import_status_message' => array(
1627 xl('Enable import status message for NewCrop erx'),
1628 'bool', // data type
1629 '0',
1630 xl('Enable import status message for NewCrop erx')
1633 'erx_medication_display' => array(
1634 xl('Do not display Medications uploaded to NewCrop'),
1635 'bool', // data type
1636 '0',
1637 xl('Do not display Medications uploaded to NewCrop')
1640 'erx_allergy_display' => array(
1641 xl('Do not display Allergy uploaded to NewCrop'),
1642 'bool', // data type
1643 '0',
1644 xl('Do not display Allergy uploaded to NewCrop')
1647 'erx_default_patient_country' => array(
1648 xl('Default Patient Country'),
1649 array(
1650 '' => '',
1651 'US' => 'USA',
1652 'CA' => 'Canada',
1653 'MX' => 'Mexico'
1656 xl('Default Patient Country'),
1659 'phimail_enable' => array(
1660 xl('Enable phiMail Direct Messaging Service'),
1661 'bool', // data type
1662 '0',
1663 xl('Enable phiMail Direct Messaging Service')
1666 'phimail_server_address' => array(
1667 xl('phiMail Server Address'),
1668 'text', // data type
1669 'https://phimail.example.com:32541',
1670 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
1673 'phimail_username' => array(
1674 xl('phiMail Username'),
1675 'text', // data type
1677 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
1680 'phimail_password' => array(
1681 xl('phiMail Password'),
1682 'pass', // data type
1684 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
1687 'phimail_notify' => array(
1688 xl('phiMail notification user'),
1689 'text', // data type
1690 'admin',
1691 xl('This user will receive notification of new incoming Direct messages')
1694 'phimail_interval' => array(
1695 xl('phiMail Message Check Interval (minutes)'),
1696 'num', // data type
1697 '5',
1698 xl('Interval between message checks (set to zero for manual checks only)')
1701 'phimail_ccd_enable' => array(
1702 xl('phiMail Allow CCD Send'),
1703 'bool', // data type
1704 '0',
1705 xl('phiMail Allow CCD Send')
1708 'phimail_ccr_enable' => array(
1709 xl('phiMail Allow CCR Send'),
1710 'bool', // data type
1711 '0',
1712 xl('phiMail Allow CCR Send')
1717 'Rx' => array(
1718 'rx_enable_DEA' => array(
1719 xl('Rx Enable DEA #'),
1720 'bool', // data type
1721 '1',
1722 xl('Rx Enable DEA #')
1724 'rx_show_DEA' => array(
1725 xl('Rx Show DEA #'),
1726 'bool', // data type
1727 '0',
1728 xl('Rx Show DEA #')
1730 'rx_enable_NPI' => array(
1731 xl('Rx Enable NPI'),
1732 'bool', // data type
1733 '0',
1734 xl('Rx Enable NPI')
1736 'rx_show_NPI' => array(
1737 xl('Rx Show NPI'),
1738 'bool', // data type
1739 '0',
1740 xl('Rx Show NPI')
1742 'rx_enable_SLN' => array(
1743 xl('Rx Enable State Lic. #'),
1744 'bool', // data type
1745 '0',
1746 xl('Rx Enable State Lic. #')
1748 'rx_show_SLN' => array(
1749 xl('Rx Show State Lic. #'),
1750 'bool', // data type
1751 '0',
1752 xl('Rx Show State Lic. #')
1754 'rx_paper_size' => array(
1755 xl('Rx Paper Size'), // descriptive name
1756 array(
1757 'LETTER' => xl('Letter Paper Size'),
1758 'LEGAL' => xl('Legal Paper Size'),
1759 'FOLIO' => xl('Folio Paper Size'),
1760 'EXECUTIVE' => xl('Executive Paper Size'),
1761 '4A0' => ('4A0' . " " . xl('Paper Size')),
1762 '2A0' => ('2A0' . " " . xl('Paper Size')),
1763 'A0' => ('A0' . " " . xl('Paper Size')),
1764 'A1' => ('A1' . " " . xl('Paper Size')),
1765 'A2' => ('A2' . " " . xl('Paper Size')),
1766 'A3' => ('A3' . " " . xl('Paper Size')),
1767 'A4' => ('A4' . " " . xl('Paper Size')),
1768 'A5' => ('A5' . " " . xl('Paper Size')),
1769 'A6' => ('A6' . " " . xl('Paper Size')),
1770 'A7' => ('A7' . " " . xl('Paper Size')),
1771 'A8' => ('A8' . " " . xl('Paper Size')),
1772 'A9' => ('A9' . " " . xl('Paper Size')),
1773 'A10' => ('A10' . " " . xl('Paper Size')),
1774 'B0' => ('B0' . " " . xl('Paper Size')),
1775 'B1' => ('B1' . " " . xl('Paper Size')),
1776 'B2' => ('B2' . " " . xl('Paper Size')),
1777 'B3' => ('B3' . " " . xl('Paper Size')),
1778 'B4' => ('B4' . " " . xl('Paper Size')),
1779 'B5' => ('B5' . " " . xl('Paper Size')),
1780 'B6' => ('B6' . " " . xl('Paper Size')),
1781 'B7' => ('B7' . " " . xl('Paper Size')),
1782 'B8' => ('B8' . " " . xl('Paper Size')),
1783 'B9' => ('B9' . " " . xl('Paper Size')),
1784 'B10' => ('B10' . " " . xl('Paper Size')),
1785 'C0' => ('C0' . " " . xl('Paper Size')),
1786 'C1' => ('C1' . " " . xl('Paper Size')),
1787 'C2' => ('C2' . " " . xl('Paper Size')),
1788 'C3' => ('C3' . " " . xl('Paper Size')),
1789 'C4' => ('C4' . " " . xl('Paper Size')),
1790 'C5' => ('C5' . " " . xl('Paper Size')),
1791 'C6' => ('C6' . " " . xl('Paper Size')),
1792 'C7' => ('C7' . " " . xl('Paper Size')),
1793 'C8' => ('C8' . " " . xl('Paper Size')),
1794 'C9' => ('C9' . " " . xl('Paper Size')),
1795 'C10' => ('C10' . " " . xl('Paper Size')),
1796 'RA0' => ('RA0' . " " . xl('Paper Size')),
1797 'RA1' => ('RA1' . " " . xl('Paper Size')),
1798 'RA2' => ('RA2' . " " . xl('Paper Size')),
1799 'RA3' => ('RA3' . " " . xl('Paper Size')),
1800 'RA4' => ('RA4' . " " . xl('Paper Size')),
1801 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
1802 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
1803 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
1804 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
1805 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
1807 'LETTER', // default = tree menu
1808 xl('Rx Paper Size')
1810 'rx_left_margin' => array(
1811 xl('Rx Left Margin (px)'),
1812 'num',
1813 '30',
1814 xl('Rx Left Margin (px)')
1816 'rx_right_margin' => array(
1817 xl('Rx Right Margin (px)'),
1818 'num',
1819 '30',
1820 xl('Rx Right Margin (px)')
1822 'rx_top_margin' => array(
1823 xl('Rx Top Margin (px)'),
1824 'num',
1825 '72',
1826 xl('Rx Top Margin (px)')
1828 'rx_bottom_margin' => array(
1829 xl('Rx Bottom Margin (px)'),
1830 'num',
1831 '30',
1832 xl('Rx Bottom Margin (px)')