Highway to PSR2
commit33ef407f6364a6eb1f75d7b0172708f84775dd25
authorJason 'Toolbox' Oettinger <jason@oettinger.email>
Sun, 16 Jul 2017 04:34:07 +0000 (16 00:34 -0400)
committerBrady Miller <brady.g.miller@gmail.com>
Wed, 19 Jul 2017 00:45:24 +0000 (18 17:45 -0700)
tree7807efd664012e54fc9d6c0ebfd1c781f610937e
parentc38096323bcb079fcd7594da9a1d247609284a71
Highway to PSR2

PSR2 rules fully expanded into phpcs.xml, with all errors commented out and marked as fixable or as targets for warnings.

Removing `?>` from files with only php

"There MUST NOT be trailing whitespace at the end of non-blank lines."

When present, there MUST be one blank line after the namespace declaration.

When present, all use declarations MUST go after the namespace declaration.
There MUST be one use keyword per declaration.
There MUST be one blank line after the use block.

The extends and implements keywords MUST be declared on the same line as the class name.
The opening brace for the class go MUST go on its own line; the closing brace for the class MUST go on the next line after the body.
Lists of implements MAY be split across multiple lines, where each subsequent line is indented once. When doing so, the first item in the list MUST be on the next line, and there MUST be only one interface per line.

Visibility MUST be declared on all methods.

method visibility precedes static keyword and follows abstract keyword

(Mostly removing extra lines before closing braces in methods.)
Method names MUST NOT be declared with a space after the method name.
The opening brace MUST go on its own line, and the closing brace MUST go on the next line following the body.
There MUST NOT be a space after the opening parenthesis, and there MUST NOT be a space before the closing parenthesis.

In the argument list, there MUST NOT be a space before each comma, and there MUST be one space after each comma.

When making a method or function call, there MUST NOT be a space between the method or function name and the opening parenthesis, there MUST NOT be a space after the opening parenthesis, and there MUST NOT be a space before the closing parenthesis.
In the argument list, there MUST NOT be a space before each comma, and there MUST be one space after each comma. (**MOSTLY THIS**)
Argument lists MAY be split across multiple lines, where each subsequent line is indented once. When doing so, the first item in the list MUST be on the next line, and there MUST be only one argument per line.

Argument lists MAY be split across multiple lines, where each subsequent line is indented once. When doing so, the first item in the list MUST be on the next line, and there MUST be only one argument per line.

There MUST be one space after the control structure keyword
 There MUST NOT be a space after the opening parenthesis
 There MUST NOT be a space before the closing parenthesis
 There MUST be one space between the closing parenthesis and the opening brace
 The structure body MUST be indented once
 The closing brace MUST be on the next line after the body

The body of each structure MUST be enclosed by braces. **No inline control structures**

The case statement MUST be indented once from switch, and the break keyword (or other terminating keyword) MUST be indented at the same level as the case body.
There MUST be a comment such as // no break when fall-through is intentional in a non-empty case body.

Added scope indentation rules. About 50 files needed manual fixes, therefore **this commit needs manual inspection and testing**.
Additionally adds foreach rules.

Running CI with updated phpcs. Had to disable ScopeClosingBrace rule
1590 files changed:
acl_setup.php
acl_upgrade.php
admin.php
ccdaservice/ccda_gateway.php
ccdaservice/ssmanager.php
ccr/createCCR.php
ccr/createCCRActor.php
ccr/createCCRAlerts.php
ccr/createCCRHeader.php
ccr/createCCRImmunization.php
ccr/createCCRMedication.php
ccr/createCCRProblem.php
ccr/createCCRProcedure.php
ccr/createCCRResult.php
ccr/display.php
ccr/transmitCCD.php
ccr/uuid.php
ci/phpcs.xml
common/compatibility/Checker.php
common/database/Auditor.php
common/database/Connector.php
common/http/HttpResponseHelper.php
common/logging/Logger.php
common/utils/QueryUtils.php
common/utils/StringUtils.php
contrib/forms/assessment_intake/report.php
contrib/forms/assessment_intake/save.php
contrib/forms/assessment_intake/view.php
contrib/forms/body_composition/new.php
contrib/forms/body_composition/report.php
contrib/forms/body_composition/view.php
contrib/forms/clinical_notes/new.php
contrib/forms/clinical_notes/report.php
contrib/forms/clinical_notes/view.php
contrib/forms/contacts/report.php
contrib/forms/contacts/save.php
contrib/forms/evaluation/C_FormEvaluation.class.php
contrib/forms/evaluation/FormEvaluation.class.php
contrib/forms/evaluation/new.php
contrib/forms/evaluation/report.php
contrib/forms/evaluation/save.php
contrib/forms/evaluation/view.php
contrib/forms/example/SQL.php
contrib/forms/example/save.php
contrib/forms/example2/new.php
contrib/forms/example2/print.php
contrib/forms/example2/report.php
contrib/forms/example2/save.php
contrib/forms/example2/view.php
contrib/forms/hand/C_FormHand.class.php
contrib/forms/hand/FormHand.class.php
contrib/forms/hand/new.php
contrib/forms/hand/report.php
contrib/forms/hand/save.php
contrib/forms/hand/view.php
contrib/forms/hearingtest/report.php
contrib/forms/hearingtest/save.php
contrib/forms/hearingtest/view.php
contrib/forms/hist_exam_plan/new.php
contrib/forms/hist_exam_plan/report.php
contrib/forms/hist_exam_plan/view.php
contrib/forms/hp_tje_primary/C_FormHpTje.class.php
contrib/forms/hp_tje_primary/FormHpTjePrimary.class.php
contrib/forms/hp_tje_primary/new.php
contrib/forms/hp_tje_primary/report.php
contrib/forms/hp_tje_primary/save.php
contrib/forms/hp_tje_primary/view.php
contrib/forms/hpi/C_FormHPI.class.php
contrib/forms/hpi/FormHPI.class.php
contrib/forms/hpi/new.php
contrib/forms/hpi/report.php
contrib/forms/hpi/save.php
contrib/forms/hpi/view.php
contrib/forms/individual_treatment_plan/report.php
contrib/forms/individual_treatment_plan/save.php
contrib/forms/individual_treatment_plan/view.php
contrib/forms/ippf_srh/new.php
contrib/forms/ippf_srh/report.php
contrib/forms/ippf_srh/view.php
contrib/forms/leg_length/C_FormLegLength.class.php
contrib/forms/leg_length/FormLegLength.class.php
contrib/forms/leg_length/new.php
contrib/forms/leg_length/report.php
contrib/forms/leg_length/save.php
contrib/forms/leg_length/view.php
contrib/forms/nursing_notes/C_FormNursingNotes.class.php
contrib/forms/nursing_notes/FormNursingNotes.class.php
contrib/forms/nursing_notes/new.php
contrib/forms/nursing_notes/report.php
contrib/forms/nursing_notes/save.php
contrib/forms/nursing_notes/view.php
contrib/forms/obstetrical/report.php
contrib/forms/obstetrical/save.php
contrib/forms/obstetrical/view.php
contrib/forms/pain/report.php
contrib/forms/pain/save.php
contrib/forms/pain/view.php
contrib/forms/ped_GI/form.php
contrib/forms/ped_GI/new.php
contrib/forms/ped_GI/report.php
contrib/forms/ped_GI/save.php
contrib/forms/ped_GI/view.php
contrib/forms/ped_fever/form.php
contrib/forms/ped_fever/new.php
contrib/forms/ped_fever/report.php
contrib/forms/ped_fever/save.php
contrib/forms/ped_fever/view.php
contrib/forms/ped_pain/form.php
contrib/forms/ped_pain/new.php
contrib/forms/ped_pain/report.php
contrib/forms/ped_pain/save.php
contrib/forms/ped_pain/view.php
contrib/forms/prior_auth/C_FormPriorAuth.class.php
contrib/forms/prior_auth/FormPriorAuth.class.php
contrib/forms/prior_auth/new.php
contrib/forms/prior_auth/report.php
contrib/forms/prior_auth/save.php
contrib/forms/prior_auth/view.php
contrib/forms/prosthesis/C_FormProsthesis.class.php
contrib/forms/prosthesis/FormProsthesis.class.php
contrib/forms/prosthesis/new.php
contrib/forms/prosthesis/report.php
contrib/forms/prosthesis/save.php
contrib/forms/prosthesis/view.php
contrib/forms/psychiatrySet/brief_aan_verwijzer/autosave.php
contrib/forms/psychiatrySet/brief_aan_verwijzer/delete_autosave.php
contrib/forms/psychiatrySet/brief_aan_verwijzer/new.php
contrib/forms/psychiatrySet/brief_aan_verwijzer/report.php
contrib/forms/psychiatrySet/brief_aan_verwijzer/save.php
contrib/forms/psychiatrySet/brief_aan_verwijzer/view.php
contrib/forms/psychiatrySet/intakeverslag/autosave.php
contrib/forms/psychiatrySet/intakeverslag/delete_autosave.php
contrib/forms/psychiatrySet/intakeverslag/new.php
contrib/forms/psychiatrySet/intakeverslag/report.php
contrib/forms/psychiatrySet/intakeverslag/save.php
contrib/forms/psychiatrySet/intakeverslag/view.php
contrib/forms/psychiatrySet/psychiatrisch_onderzoek/autosave.php
contrib/forms/psychiatrySet/psychiatrisch_onderzoek/delete_autosave.php
contrib/forms/psychiatrySet/psychiatrisch_onderzoek/new.php
contrib/forms/psychiatrySet/psychiatrisch_onderzoek/report.php
contrib/forms/psychiatrySet/psychiatrisch_onderzoek/save.php
contrib/forms/psychiatrySet/psychiatrisch_onderzoek/view.php
contrib/forms/review_of_systems/C_FormReviewOfSystems.class.php
contrib/forms/review_of_systems/FormReviewOfSystems.class.php
contrib/forms/review_of_systems/new.php
contrib/forms/review_of_systems/report.php
contrib/forms/review_of_systems/save.php
contrib/forms/review_of_systems/view.php
contrib/forms/reviewofs/report.php
contrib/forms/reviewofs/save.php
contrib/forms/reviewofs/view.php
contrib/forms/rom/C_FormROM.class.php
contrib/forms/rom/FormROM.class.php
contrib/forms/rom/new.php
contrib/forms/rom/report.php
contrib/forms/rom/save.php
contrib/forms/rom/view.php
contrib/forms/ros2/C_FormROS2.class.php
contrib/forms/ros2/FormROS2.class.php
contrib/forms/ros2/new.php
contrib/forms/ros2/report.php
contrib/forms/ros2/save.php
contrib/forms/ros2/view.php
contrib/forms/scanned_notes/new.php
contrib/forms/scanned_notes/report.php
contrib/forms/scanned_notes/view.php
contrib/forms/snellen/C_FormSnellen.class.php
contrib/forms/snellen/FormSnellen.class.php
contrib/forms/snellen/new.php
contrib/forms/snellen/report.php
contrib/forms/snellen/save.php
contrib/forms/snellen/view.php
contrib/forms/soap2/C_FormSOAP.class.php
contrib/forms/soap2/FormSOAP.class.php
contrib/forms/soap2/new.php
contrib/forms/soap2/report.php
contrib/forms/soap2/save.php
contrib/forms/soap2/view.php
contrib/forms/soccer_injury/new.php
contrib/forms/soccer_injury/report.php
contrib/forms/soccer_injury/view.php
contrib/forms/specialist_notes/new.php
contrib/forms/specialist_notes/report.php
contrib/forms/specialist_notes/view.php
contrib/forms/sports_fitness/new.php
contrib/forms/sports_fitness/report.php
contrib/forms/sports_fitness/view.php
contrib/forms/strength_conditioning/new.php
contrib/forms/strength_conditioning/report.php
contrib/forms/strength_conditioning/view.php
contrib/forms/treatment_protocols/new.php
contrib/forms/treatment_protocols/report.php
contrib/forms/treatment_protocols/view.php
contrib/forms/vision/report.php
contrib/forms/vision/save.php
contrib/util/de_identification_upgrade.php
contrib/util/deidentification/deidentification.php
contrib/util/dupecheck/Utils.php
contrib/util/dupecheck/index.php
contrib/util/dupecheck/mergerecords.php
contrib/util/express.php
contrib/util/installScripts/InstallerAuto.php
controller.php
controllers/C_BillingContact.class.php
controllers/C_Document.class.php
controllers/C_DocumentCategory.class.php
controllers/C_Hl7.class.php
controllers/C_InsuranceCompany.class.php
controllers/C_InsuranceNumbers.class.php
controllers/C_PatientFinder.class.php
controllers/C_Pharmacy.class.php
controllers/C_PracticeSettings.class.php
controllers/C_Prescription.class.php
controllers/C_X12Partner.class.php
custom/BillingExport.csv.php
custom/ajax_download.php
custom/chart_tracker.php
custom/code_types.inc.php
custom/download_qrda.php
custom/export_labworks.php
custom/export_qrda_xml.php
custom/export_registry_xml.php
custom/export_xml.php
custom/import_xml.php
custom/qrda_category1.inc
custom/qrda_category1_functions.php
custom/qrda_download.php
custom/qrda_functions.php
custom/search.php
entities/ChartTracker.php
entities/ONote.php
entities/ProductRegistration.php
entities/User.php
entities/Version.php
index.php
interface/batchcom/batch_navigation.php
interface/batchcom/batch_phone_notification.php
interface/batchcom/batch_reminders.php
interface/batchcom/batchcom.inc.php
interface/batchcom/batchcom.php
interface/batchcom/emailnotification.php
interface/batchcom/settingsnotification.php
interface/batchcom/smsnotification.php
interface/billing/adjustment_reason_codes.php
interface/billing/billing_process.php
interface/billing/billing_report.php
interface/billing/claim_status_codes.php
interface/billing/customize_log.php
interface/billing/edih_main.php
interface/billing/edih_view.php
interface/billing/edit_payment.php
interface/billing/era_payments.php
interface/billing/get_claim_file.php
interface/billing/indigent_patients_report.php
interface/billing/new_payment.php
interface/billing/payment_master.inc.php
interface/billing/payment_pat_sel.inc.php
interface/billing/print_billing_report.php
interface/billing/print_daysheet_report_num1.php
interface/billing/print_daysheet_report_num2.php
interface/billing/print_daysheet_report_num3.php
interface/billing/remark_codes.php
interface/billing/search_payments.php
interface/billing/sl_eob_help.php
interface/billing/sl_eob_invoice.php
interface/billing/sl_eob_patient_note.php
interface/billing/sl_eob_process.php
interface/billing/sl_eob_search.php
interface/billing/sl_receipts_report.php
interface/clickmap/AbstractClickmapModel.php
interface/clickmap/C_AbstractClickmap.php
interface/cmsportal/history_form.php
interface/cmsportal/insurance_form.php
interface/cmsportal/issue_form.php
interface/cmsportal/lbf_form.php
interface/cmsportal/list_requests.php
interface/cmsportal/patient_form.php
interface/cmsportal/patient_form_ajax.php
interface/cmsportal/patient_select.php
interface/cmsportal/portal.inc.php
interface/cmsportal/upload_form.php
interface/cmsportal/upload_form_show.php
interface/code_systems/list_installed.php
interface/code_systems/list_staged.php
interface/code_systems/standard_tables_manage.php
interface/de_identification_forms/de_identification_screen1.php
interface/de_identification_forms/de_identification_screen2.php
interface/de_identification_forms/find_code_popup.php
interface/de_identification_forms/find_drug_popup.php
interface/de_identification_forms/find_immunization_popup.php
interface/de_identification_forms/re_identification_input_screen.php
interface/de_identification_forms/re_identification_op_single_patient.php
interface/drugs/add_edit_drug.php
interface/drugs/add_edit_lot.php
interface/drugs/destroy_lot.php
interface/drugs/dispense_drug.php
interface/drugs/drug_inventory.php
interface/drugs/drugs.inc.php
interface/eRx.php
interface/eRxGlobals.php
interface/eRxPage.php
interface/eRxSOAP.php
interface/eRxStore.php
interface/eRxXMLBuilder.php
interface/eRx_xml.php
interface/fax/fax_dispatch.php
interface/fax/fax_dispatch_newpid.php
interface/fax/fax_view.php
interface/fax/faxq.php
interface/forms/CAMOS/admin.php
interface/forms/CAMOS/ajax_save.php
interface/forms/CAMOS/content_parser.php
interface/forms/CAMOS/new.php
interface/forms/CAMOS/notegen.php
interface/forms/CAMOS/print.php
interface/forms/CAMOS/report.php
interface/forms/CAMOS/rx_print.php
interface/forms/CAMOS/save.php
interface/forms/CAMOS/view.php
interface/forms/LBF/new.php
interface/forms/LBF/printable.php
interface/forms/LBF/report.php
interface/forms/LBF/view.php
interface/forms/aftercare_plan/new.php
interface/forms/aftercare_plan/report.php
interface/forms/aftercare_plan/save.php
interface/forms/aftercare_plan/view.php
interface/forms/ankleinjury/new.php
interface/forms/ankleinjury/report.php
interface/forms/ankleinjury/save.php
interface/forms/ankleinjury/view.php
interface/forms/bronchitis/new.php
interface/forms/bronchitis/report.php
interface/forms/bronchitis/save.php
interface/forms/bronchitis/view.php
interface/forms/care_plan/new.php
interface/forms/care_plan/report.php
interface/forms/care_plan/save.php
interface/forms/care_plan/view.php
interface/forms/clinical_instructions/report.php
interface/forms/clinical_instructions/save.php
interface/forms/clinical_instructions/view.php
interface/forms/dictation/report.php
interface/forms/dictation/save.php
interface/forms/eye_mag/SpectacleRx.php
interface/forms/eye_mag/a_issue.php
interface/forms/eye_mag/help.php
interface/forms/eye_mag/js/eye_base.php
interface/forms/eye_mag/new.php
interface/forms/eye_mag/php/Anything_simple.php
interface/forms/eye_mag/php/eye_mag_functions.php
interface/forms/eye_mag/php/taskman_functions.php
interface/forms/eye_mag/report.php
interface/forms/eye_mag/save.php
interface/forms/eye_mag/taskman.php
interface/forms/eye_mag/view.php
interface/forms/fee_sheet/codes.php
interface/forms/fee_sheet/new.php
interface/forms/fee_sheet/report.php
interface/forms/fee_sheet/review/code_check.php
interface/forms/fee_sheet/review/fee_sheet_ajax.php
interface/forms/fee_sheet/review/fee_sheet_classes.php
interface/forms/fee_sheet/review/fee_sheet_justify.php
interface/forms/fee_sheet/review/fee_sheet_options_ajax.php
interface/forms/fee_sheet/review/fee_sheet_options_queries.php
interface/forms/fee_sheet/review/fee_sheet_queries.php
interface/forms/fee_sheet/review/fee_sheet_search_ajax.php
interface/forms/fee_sheet/review/fee_sheet_search_queries.php
interface/forms/fee_sheet/review/initialize_review.php
interface/forms/fee_sheet/view.php
interface/forms/functional_cognitive_status/new.php
interface/forms/functional_cognitive_status/report.php
interface/forms/functional_cognitive_status/save.php
interface/forms/functional_cognitive_status/view.php
interface/forms/group_attendance/functions.php
interface/forms/group_attendance/new.php
interface/forms/group_attendance/save.php
interface/forms/group_attendance/view.php
interface/forms/misc_billing_options/date_qualifier_options.php
interface/forms/misc_billing_options/new.php
interface/forms/misc_billing_options/report.php
interface/forms/misc_billing_options/save.php
interface/forms/misc_billing_options/view.php
interface/forms/newGroupEncounter/common.php
interface/forms/newGroupEncounter/new.php
interface/forms/newGroupEncounter/report.php
interface/forms/newGroupEncounter/save.php
interface/forms/newGroupEncounter/view.php
interface/forms/newpatient/common.php
interface/forms/newpatient/new.php
interface/forms/newpatient/report.php
interface/forms/newpatient/save.php
interface/forms/newpatient/view.php
interface/forms/note/new.php
interface/forms/note/print.php
interface/forms/note/report.php
interface/forms/note/save.php
interface/forms/note/view.php
interface/forms/observation/new.php
interface/forms/observation/report.php
interface/forms/observation/save.php
interface/forms/observation/view.php
interface/forms/painmap/C_FormPainMap.class.php
interface/forms/painmap/FormPainMap.php
interface/forms/painmap/new.php
interface/forms/painmap/report.php
interface/forms/painmap/save.php
interface/forms/painmap/view.php
interface/forms/physical_exam/edit_diagnoses.php
interface/forms/physical_exam/lines.php
interface/forms/physical_exam/new.php
interface/forms/physical_exam/report.php
interface/forms/physical_exam/view.php
interface/forms/prior_auth/C_FormPriorAuth.class.php
interface/forms/prior_auth/FormPriorAuth.class.php
interface/forms/prior_auth/new.php
interface/forms/prior_auth/report.php
interface/forms/prior_auth/save.php
interface/forms/prior_auth/view.php
interface/forms/procedure_order/new.php
interface/forms/procedure_order/report.php
interface/forms/procedure_order/view.php
interface/forms/reviewofs/new.php
interface/forms/reviewofs/report.php
interface/forms/reviewofs/save.php
interface/forms/reviewofs/view.php
interface/forms/ros/C_FormROS.class.php
interface/forms/ros/FormROS.class.php
interface/forms/ros/new.php
interface/forms/ros/report.php
interface/forms/ros/save.php
interface/forms/ros/view.php
interface/forms/soap/C_FormSOAP.class.php
interface/forms/soap/FormSOAP.class.php
interface/forms/soap/new.php
interface/forms/soap/report.php
interface/forms/soap/save.php
interface/forms/soap/view.php
interface/forms/track_anything/create.php
interface/forms/track_anything/history.php
interface/forms/track_anything/new.php
interface/forms/track_anything/report.php
interface/forms/track_anything/view.php
interface/forms/transfer_summary/new.php
interface/forms/transfer_summary/report.php
interface/forms/transfer_summary/save.php
interface/forms/transfer_summary/view.php
interface/forms/treatment_plan/new.php
interface/forms/treatment_plan/report.php
interface/forms/treatment_plan/save.php
interface/forms/treatment_plan/view.php
interface/forms/vitals/C_FormVitals.class.php
interface/forms/vitals/FormVitals.class.php
interface/forms/vitals/growthchart/chart.php
interface/forms/vitals/new.php
interface/forms/vitals/report.php
interface/forms/vitals/save.php
interface/forms/vitals/view.php
interface/forms_admin/forms_admin.php
interface/globals.php
interface/language/lang_constant.php
interface/language/lang_definition.php
interface/language/lang_language.php
interface/language/lang_manage.php
interface/language/language.inc.php
interface/language/language.php
interface/login/login.php
interface/login_screen.php
interface/logout.php
interface/logview/erx_logview.php
interface/logview/logview.php
interface/main/about_page.php
interface/main/authorizations/authorizations.php
interface/main/authorizations/authorizations_full.php
interface/main/backup.php
interface/main/backuplog.php
interface/main/calendar/add_edit_event.php
interface/main/calendar/config.php
interface/main/calendar/find_appt_popup.php
interface/main/calendar/find_group_popup.php
interface/main/calendar/find_patient_popup.php
interface/main/calendar/findfirstapp.php
interface/main/calendar/includes/pnAPI.php
interface/main/calendar/includes/pnHTML.php
interface/main/calendar/includes/pnMod.php
interface/main/calendar/includes/pnSession.php
interface/main/calendar/includes/pnUser.php
interface/main/calendar/includes/pnre.inc.php
interface/main/calendar/includes/pntables.php
interface/main/calendar/index.php
interface/main/calendar/modules/PostCalendar/common.api.php
interface/main/calendar/modules/PostCalendar/index.php
interface/main/calendar/modules/PostCalendar/pcSmarty.class.php
interface/main/calendar/modules/PostCalendar/plugins/function.pc_date_format.php
interface/main/calendar/modules/PostCalendar/plugins/function.pc_date_select.php
interface/main/calendar/modules/PostCalendar/plugins/function.pc_filter.php
interface/main/calendar/modules/PostCalendar/plugins/function.pc_form_nav_close.php
interface/main/calendar/modules/PostCalendar/plugins/function.pc_form_nav_open.php
interface/main/calendar/modules/PostCalendar/plugins/function.pc_popup.php
interface/main/calendar/modules/PostCalendar/plugins/function.pc_sort_day.php
interface/main/calendar/modules/PostCalendar/plugins/function.pc_sort_events.php
interface/main/calendar/modules/PostCalendar/plugins/function.pc_url.php
interface/main/calendar/modules/PostCalendar/plugins/function.pc_view_select.php
interface/main/calendar/modules/PostCalendar/plugins/function.pc_week_range.php
interface/main/calendar/modules/PostCalendar/plugins/modifier.pc_date_format.php
interface/main/calendar/modules/PostCalendar/pnadmin.php
interface/main/calendar/modules/PostCalendar/pnadminapi.php
interface/main/calendar/modules/PostCalendar/pnblocks/calendar.php
interface/main/calendar/modules/PostCalendar/pnincludes/Benchmark/Timer.php
interface/main/calendar/modules/PostCalendar/pnincludes/Date/Calc.php
interface/main/calendar/modules/PostCalendar/pninit.php
interface/main/calendar/modules/PostCalendar/pnlang/eng/admin.php
interface/main/calendar/modules/PostCalendar/pnlang/eng/calendar.php
interface/main/calendar/modules/PostCalendar/pnlang/eng/global.php
interface/main/calendar/modules/PostCalendar/pnlang/eng/init.php
interface/main/calendar/modules/PostCalendar/pnlang/eng/popup.php
interface/main/calendar/modules/PostCalendar/pnlang/eng/user.php
interface/main/calendar/modules/PostCalendar/pnlang/eng/userapi.php
interface/main/calendar/modules/PostCalendar/pntables.php
interface/main/calendar/modules/PostCalendar/pntemplates/default/views/monthSelector.php
interface/main/calendar/modules/PostCalendar/pnuser.php
interface/main/calendar/modules/PostCalendar/pnuserapi.php
interface/main/calendar/modules/PostCalendar/pnversion.php
interface/main/calendar/modules/PostCalendar/popup.php
interface/main/calendar/modules/PostCalendar/print.php
interface/main/calendar/pntables.php
interface/main/daemon_frame.php
interface/main/dated_reminders/dated_reminders.php
interface/main/dated_reminders/dated_reminders_add.php
interface/main/dated_reminders/dated_reminders_log.php
interface/main/display_documents.php
interface/main/exceptions/invalid_email_exception.php
interface/main/finder/dynamic_finder.php
interface/main/finder/dynamic_finder_ajax.php
interface/main/finder/finder_navigation.php
interface/main/finder/patient_finder.php
interface/main/finder/patient_select.php
interface/main/holidays/Holidays_Controller.php
interface/main/holidays/Holidays_Storage.php
interface/main/holidays/import_holidays.php
interface/main/ippf_export.php
interface/main/left_nav.php
interface/main/main_info.php
interface/main/main_screen.php
interface/main/main_title.php
interface/main/messages/lab_results_messages.php
interface/main/messages/messages.php
interface/main/onotes/office_comments.php
interface/main/onotes/office_comments_full.php
interface/main/pwd_expires_alert.php
interface/main/tabs/main.php
interface/main/tabs/menu/menu_db.php
interface/main/tabs/menu/menu_json.php
interface/main/tabs/menu/menu_updates.php
interface/modules/zend_modules/config/autoload/global.php
interface/modules/zend_modules/module/Acl/Module.php
interface/modules/zend_modules/module/Acl/src/Acl/Controller/AclController.php
interface/modules/zend_modules/module/Acl/src/Acl/Model/Acl.php
interface/modules/zend_modules/module/Acl/src/Acl/Model/AclTable.php
interface/modules/zend_modules/module/Application/src/Application/Controller/IndexController.php
interface/modules/zend_modules/module/Application/src/Application/Controller/SendtoController.php
interface/modules/zend_modules/module/Application/src/Application/Controller/SoapController.php
interface/modules/zend_modules/module/Application/src/Application/Helper/Getvariables.php
interface/modules/zend_modules/module/Application/src/Application/Helper/Javascript.php
interface/modules/zend_modules/module/Application/src/Application/Listener/Listener.php
interface/modules/zend_modules/module/Application/src/Application/Model/Application.php
interface/modules/zend_modules/module/Application/src/Application/Model/ApplicationTable.php
interface/modules/zend_modules/module/Application/src/Application/Model/SendtoTable.php
interface/modules/zend_modules/module/Application/src/Application/Plugin/CommonPlugin.php
interface/modules/zend_modules/module/Application/src/Application/Plugin/Phimail.php
interface/modules/zend_modules/module/Carecoordination/Module.php
interface/modules/zend_modules/module/Carecoordination/autoload_function.php
interface/modules/zend_modules/module/Carecoordination/config/module.config.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Controller/CarecoordinationController.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Controller/CcdController.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Controller/EncounterccdadispatchController.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Controller/EncountermanagerController.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Controller/MapperController.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Controller/ModuleconfigController.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Controller/SetupController.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Form/ModuleconfigForm.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Model/CarecoordinationTable.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Model/CcdTable.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Model/Configuration.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Model/EncounterccdadispatchTable.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Model/EncountermanagerTable.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Model/MapperTable.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Model/Moduleconfig.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Model/ModuleconfigTable.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Model/SetupTable.php
interface/modules/zend_modules/module/Ccr/Module.php
interface/modules/zend_modules/module/Ccr/config/module.config.php
interface/modules/zend_modules/module/Ccr/src/Ccr/Controller/CcrController.php
interface/modules/zend_modules/module/Ccr/src/Ccr/Model/Ccr.php
interface/modules/zend_modules/module/Ccr/src/Ccr/Model/CcrTable.php
interface/modules/zend_modules/module/Documents/Module.php
interface/modules/zend_modules/module/Documents/config/module.config.php
interface/modules/zend_modules/module/Documents/src/Documents/Controller/DocumentsController.php
interface/modules/zend_modules/module/Documents/src/Documents/Model/Documents.php
interface/modules/zend_modules/module/Documents/src/Documents/Model/DocumentsTable.php
interface/modules/zend_modules/module/Documents/src/Documents/Plugin/Documents.php
interface/modules/zend_modules/module/Immunization/Module.php
interface/modules/zend_modules/module/Immunization/config/module.config.php
interface/modules/zend_modules/module/Immunization/src/Immunization/Controller/ImmunizationController.php
interface/modules/zend_modules/module/Immunization/src/Immunization/Controller/ModuleconfigController.php
interface/modules/zend_modules/module/Immunization/src/Immunization/Form/ImmunizationForm.php
interface/modules/zend_modules/module/Immunization/src/Immunization/Model/Configuration.php
interface/modules/zend_modules/module/Immunization/src/Immunization/Model/Immunization.php
interface/modules/zend_modules/module/Immunization/src/Immunization/Model/ImmunizationTable.php
interface/modules/zend_modules/module/Installer/Module.php
interface/modules/zend_modules/module/Installer/src/Installer/Controller/InstallerController.php
interface/modules/zend_modules/module/Installer/src/Installer/Model/InstModuleTable.php
interface/modules/zend_modules/module/Multipledb/Module.php
interface/modules/zend_modules/module/Multipledb/src/Multipledb/Controller/BaseController.php
interface/modules/zend_modules/module/Multipledb/src/Multipledb/Controller/ModuleconfigController.php
interface/modules/zend_modules/module/Multipledb/src/Multipledb/Controller/MultipledbController.php
interface/modules/zend_modules/module/Multipledb/src/Multipledb/Model/Multipledb.php
interface/modules/zend_modules/module/Multipledb/src/Multipledb/Model/MultipledbTable.php
interface/modules/zend_modules/module/Patientvalidation/Module.php
interface/modules/zend_modules/module/Patientvalidation/src/Patientvalidation/Controller/BaseController.php
interface/modules/zend_modules/module/Patientvalidation/src/Patientvalidation/Controller/PatientvalidationController.php
interface/modules/zend_modules/module/Patientvalidation/src/Patientvalidation/Model/PatientData.php
interface/modules/zend_modules/module/Patientvalidation/src/Patientvalidation/Model/PatientDataTable.php
interface/modules/zend_modules/module/Syndromicsurveillance/Module.php
interface/modules/zend_modules/module/Syndromicsurveillance/config/module.config.php
interface/modules/zend_modules/module/Syndromicsurveillance/src/Syndromicsurveillance/Controller/ModuleconfigController.php
interface/modules/zend_modules/module/Syndromicsurveillance/src/Syndromicsurveillance/Controller/SyndromicsurveillanceController.php
interface/modules/zend_modules/module/Syndromicsurveillance/src/Syndromicsurveillance/Model/Configuration.php
interface/modules/zend_modules/module/Syndromicsurveillance/src/Syndromicsurveillance/Model/Syndromicsurveillance.php
interface/modules/zend_modules/module/Syndromicsurveillance/src/Syndromicsurveillance/Model/SyndromicsurveillanceTable.php
interface/modules/zend_modules/public/index.php
interface/new/new.php
interface/new/new_comprehensive.php
interface/new/new_comprehensive_save.php
interface/new/new_navigation.php
interface/new/new_patient_save.php
interface/new/new_search_popup.php
interface/new/new_title.php
interface/orders/find_order_popup.php
interface/orders/gen_hl7_order.inc.php
interface/orders/lab_exchange.php
interface/orders/lab_exchange_tools.php
interface/orders/list_reports.php
interface/orders/load_compendium.php
interface/orders/order_manifest.php
interface/orders/orders_results.php
interface/orders/patient_match_dialog.php
interface/orders/pending_followup.php
interface/orders/pending_orders.php
interface/orders/procedure_provider_edit.php
interface/orders/procedure_provider_list.php
interface/orders/procedure_stats.php
interface/orders/qoe.inc.php
interface/orders/receive_hl7_results.inc.php
interface/orders/single_order_results.inc.php
interface/orders/single_order_results.php
interface/orders/types.php
interface/orders/types_ajax.php
interface/orders/types_edit.php
interface/patient_file/addr_appt_label.php
interface/patient_file/addr_label.php
interface/patient_file/barcode_label.php
interface/patient_file/ccr_pending_approval.php
interface/patient_file/ccr_review_approve.php
interface/patient_file/deleter.php
interface/patient_file/download_template.php
interface/patient_file/education.php
interface/patient_file/encounter/Services/ViewHelper.php
interface/patient_file/encounter/cash_receipt.php
interface/patient_file/encounter/coding.php
interface/patient_file/encounter/copay.php
interface/patient_file/encounter/delete_form.php
interface/patient_file/encounter/diagnosis.php
interface/patient_file/encounter/diagnosis_full.php
interface/patient_file/encounter/encounter.php
interface/patient_file/encounter/encounter_top.php
interface/patient_file/encounter/find_code_popup.php
interface/patient_file/encounter/forms.php
interface/patient_file/encounter/load_form.php
interface/patient_file/encounter/other.php
interface/patient_file/encounter/search_code.php
interface/patient_file/encounter/superbill_codes.php
interface/patient_file/encounter/superbill_custom_full.php
interface/patient_file/encounter/trend_form.php
interface/patient_file/encounter/view_form.php
interface/patient_file/front_payment.php
interface/patient_file/history/edit_billnote.php
interface/patient_file/history/encounters.php
interface/patient_file/history/encounters_ajax.php
interface/patient_file/history/history.inc.php
interface/patient_file/history/history.php
interface/patient_file/history/history_full.php
interface/patient_file/history/history_save.php
interface/patient_file/history/patient_history.php
interface/patient_file/label.php
interface/patient_file/letter.php
interface/patient_file/link_issue_to_encounter.php
interface/patient_file/merge_patients.php
interface/patient_file/pos_checkout.php
interface/patient_file/printed_fee_sheet.php
interface/patient_file/problem_encounter.php
interface/patient_file/reminder/active_reminder_popup.php
interface/patient_file/reminder/clinical_reminders.php
interface/patient_file/reminder/patient_reminders.php
interface/patient_file/report/custom_report.php
interface/patient_file/report/patient_report.php
interface/patient_file/rules/patient_data.php
interface/patient_file/summary/add_edit_amendments.php
interface/patient_file/summary/add_edit_issue.php
interface/patient_file/summary/advancedirectives.php
interface/patient_file/summary/browse.php
interface/patient_file/summary/clinical_reminders_fragment.php
interface/patient_file/summary/create_portallogin.php
interface/patient_file/summary/demographics.php
interface/patient_file/summary/demographics_full.php
interface/patient_file/summary/demographics_print.php
interface/patient_file/summary/demographics_save.php
interface/patient_file/summary/disc_fragment.php
interface/patient_file/summary/disclosure_full.php
interface/patient_file/summary/fitness_status.php
interface/patient_file/summary/immunizations.php
interface/patient_file/summary/labdata.php
interface/patient_file/summary/labdata_fragment.php
interface/patient_file/summary/lbf_fragment.php
interface/patient_file/summary/left_frame.php
interface/patient_file/summary/list_amendments.php
interface/patient_file/summary/main_frameset.php
interface/patient_file/summary/patient_picture.php
interface/patient_file/summary/patient_reminders_fragment.php
interface/patient_file/summary/pnotes.php
interface/patient_file/summary/pnotes_fragment.php
interface/patient_file/summary/pnotes_full.php
interface/patient_file/summary/pnotes_full_add.php
interface/patient_file/summary/pnotes_print.php
interface/patient_file/summary/print_amendments.php
interface/patient_file/summary/record_disclosure.php
interface/patient_file/summary/rx_frameset.php
interface/patient_file/summary/rx_left.php
interface/patient_file/summary/shot_record.php
interface/patient_file/summary/stats.php
interface/patient_file/summary/stats_full.php
interface/patient_file/summary/summary_bottom.php
interface/patient_file/summary/track_anything_fragment.php
interface/patient_file/summary/vitals_fragment.php
interface/patient_file/transaction/add_transaction.php
interface/patient_file/transaction/patient_transaction.php
interface/patient_file/transaction/print_referral.php
interface/patient_file/transaction/record_request.php
interface/patient_file/transaction/transactions.php
interface/patient_file/upload_dialog.php
interface/patient_tracker/patient_tracker.php
interface/patient_tracker/patient_tracker_status.php
interface/practice/ins_list.php
interface/practice/ins_search.php
interface/product_registration/exceptions/duplicate_registration_exception.php
interface/product_registration/exceptions/generic_product_registration_exception.php
interface/product_registration/product_registration_controller.php
interface/reports/amc_tracking.php
interface/reports/appointments_report.php
interface/reports/appt_encounter_report.php
interface/reports/audit_log_tamper_report.php
interface/reports/background_services.php
interface/reports/cdr_log.php
interface/reports/chart_location_activity.php
interface/reports/charts_checked_out.php
interface/reports/clinical_reports.php
interface/reports/collections_report.php
interface/reports/cqm.php
interface/reports/criteria.tab.php
interface/reports/custom_report_range.php
interface/reports/daily_summary_report.php
interface/reports/destroyed_drugs_report.php
interface/reports/direct_message_log.php
interface/reports/edi_270.php
interface/reports/edi_271.php
interface/reports/encounters_report.php
interface/reports/external_data.php
interface/reports/front_receipts_report.php
interface/reports/immunization_report.php
interface/reports/index.php
interface/reports/insurance_allocation_report.php
interface/reports/inventory_activity.php
interface/reports/inventory_list.php
interface/reports/inventory_transactions.php
interface/reports/ippf_cyp_report.php
interface/reports/ippf_daily.php
interface/reports/ippf_statistics.php
interface/reports/non_reported.php
interface/reports/pat_ledger.php
interface/reports/patient_edu_web_lookup.php
interface/reports/patient_flow_board_report.php
interface/reports/patient_list.php
interface/reports/patient_list_creation.php
interface/reports/prescriptions_report.php
interface/reports/receipts_by_method_report.php
interface/reports/referrals_report.php
interface/reports/report.inc.php
interface/reports/report.script.php
interface/reports/report_results.php
interface/reports/sales_by_item.php
interface/reports/services_by_category.php
interface/reports/svc_code_financial_report.php
interface/reports/unique_seen_patients_report.php
interface/soap_functions/soap_accountStatusDetails.php
interface/soap_functions/soap_allergy.php
interface/soap_functions/soap_patientfullmedication.php
interface/super/edit_globals.php
interface/super/edit_layout.php
interface/super/edit_layout_props.php
interface/super/edit_list.php
interface/super/field_id_popup.php
interface/super/layout_listitems_ajax.php
interface/super/load_codes.php
interface/super/manage_document_templates.php
interface/super/manage_site_files.php
interface/super/rules/base/library/ActionRouter.php
interface/super/rules/base/library/BaseController.php
interface/super/rules/base/library/ControllerRouter.php
interface/super/rules/base/template/basic.php
interface/super/rules/base/template/undecorated.php
interface/super/rules/base/view/error.php
interface/super/rules/controllers/add/controller.php
interface/super/rules/controllers/add/view/add.php
interface/super/rules/controllers/alerts/controller.php
interface/super/rules/controllers/alerts/view/list_actmgr.php
interface/super/rules/controllers/browse/controller.php
interface/super/rules/controllers/browse/view/list.php
interface/super/rules/controllers/browse/view/plans_config.php
interface/super/rules/controllers/detail/controller.php
interface/super/rules/controllers/detail/view/view.php
interface/super/rules/controllers/edit/controller.php
interface/super/rules/controllers/edit/helper/common.php
interface/super/rules/controllers/edit/template/criteria.php
interface/super/rules/controllers/edit/view/action.php
interface/super/rules/controllers/edit/view/add_criteria.php
interface/super/rules/controllers/edit/view/age.php
interface/super/rules/controllers/edit/view/bucket.php
interface/super/rules/controllers/edit/view/custom.php
interface/super/rules/controllers/edit/view/diagnosis.php
interface/super/rules/controllers/edit/view/intervals.php
interface/super/rules/controllers/edit/view/lifestyle.php
interface/super/rules/controllers/edit/view/sex.php
interface/super/rules/controllers/edit/view/simple_text_criteria.php
interface/super/rules/controllers/edit/view/summary.php
interface/super/rules/include/common.php
interface/super/rules/include/header.php
interface/super/rules/include/ui.php
interface/super/rules/index.php
interface/super/rules/library/CdrAlertManager.class.php
interface/super/rules/library/CdrHelper.class.php
interface/super/rules/library/Code.php
interface/super/rules/library/CodeManager.php
interface/super/rules/library/Option.php
interface/super/rules/library/ReminderIntervalDetail.php
interface/super/rules/library/ReminderIntervalRange.php
interface/super/rules/library/ReminderIntervalType.php
interface/super/rules/library/ReminderIntervals.php
interface/super/rules/library/Rule.php
interface/super/rules/library/RuleAction.php
interface/super/rules/library/RuleActions.php
interface/super/rules/library/RuleCriteria.php
interface/super/rules/library/RuleCriteriaAge.php
interface/super/rules/library/RuleCriteriaAgeBuilder.php
interface/super/rules/library/RuleCriteriaAllergy.php
interface/super/rules/library/RuleCriteriaBuilder.php
interface/super/rules/library/RuleCriteriaDatabaseBucket.php
interface/super/rules/library/RuleCriteriaDatabaseBuilder.php
interface/super/rules/library/RuleCriteriaDatabaseCustom.php
interface/super/rules/library/RuleCriteriaDbView.php
interface/super/rules/library/RuleCriteriaDiagnosis.php
interface/super/rules/library/RuleCriteriaFactory.php
interface/super/rules/library/RuleCriteriaFilterFactory.php
interface/super/rules/library/RuleCriteriaLifestyle.php
interface/super/rules/library/RuleCriteriaListsBuilder.php
interface/super/rules/library/RuleCriteriaMedicalIssue.php
interface/super/rules/library/RuleCriteriaMedication.php
interface/super/rules/library/RuleCriteriaSex.php
interface/super/rules/library/RuleCriteriaSexBuilder.php
interface/super/rules/library/RuleCriteriaSimpleText.php
interface/super/rules/library/RuleCriteriaSurgery.php
interface/super/rules/library/RuleCriteriaTargetFactory.php
interface/super/rules/library/RuleCriteriaType.php
interface/super/rules/library/RuleFilters.php
interface/super/rules/library/RuleManager.php
interface/super/rules/library/RuleTargetActionGroup.php
interface/super/rules/library/RuleTargets.php
interface/super/rules/library/RuleType.php
interface/super/rules/library/RulesPlanMappingEventHandlers.php
interface/super/rules/library/RulesPlanMappingEventHandlers_ajax.php
interface/super/rules/library/TimeUnit.php
interface/super/show_groups_popup.php
interface/super/show_lists_popup.php
interface/therapy_groups/index.php
interface/therapy_groups/therapy_groups_controllers/base_controller.php
interface/therapy_groups/therapy_groups_controllers/participants_controller.php
interface/therapy_groups/therapy_groups_controllers/therapy_groups_controller.php
interface/therapy_groups/therapy_groups_models/group_statuses_model.php
interface/therapy_groups/therapy_groups_models/therapy_groups_counselors_model.php
interface/therapy_groups/therapy_groups_models/therapy_groups_encounters_model.php
interface/therapy_groups/therapy_groups_models/therapy_groups_events_model.php
interface/therapy_groups/therapy_groups_models/therapy_groups_model.php
interface/therapy_groups/therapy_groups_models/therapy_groups_participants_model.php
interface/therapy_groups/therapy_groups_models/users_model.php
interface/therapy_groups/therapy_groups_views/addGroup.php
interface/therapy_groups/therapy_groups_views/appointmentComponent.php
interface/therapy_groups/therapy_groups_views/groupDetailsGeneralData.php
interface/therapy_groups/therapy_groups_views/groupDetailsParticipants.php
interface/therapy_groups/therapy_groups_views/header.php
interface/therapy_groups/therapy_groups_views/listGroups.php
interface/usergroup/addrbook_edit.php
interface/usergroup/addrbook_list.php
interface/usergroup/adminacl.php
interface/usergroup/facilities.php
interface/usergroup/facilities_add.php
interface/usergroup/facility_admin.php
interface/usergroup/facility_user.php
interface/usergroup/facility_user_admin.php
interface/usergroup/ssl_certificates_admin.php
interface/usergroup/user_admin.php
interface/usergroup/user_info.php
interface/usergroup/user_info_ajax.php
interface/usergroup/usergroup_admin.php
interface/usergroup/usergroup_admin_add.php
interface/usergroup/usergroup_navigation.php
interface/usergroup/usergroup_title.php
interface/weno/drug-drug.php
ippf_upgrade.php
library/Claim.class.php
library/ESign/Abstract/Controller.php
library/ESign/Abstract/Model.php
library/ESign/Api.php
library/ESign/ButtonIF.php
library/ESign/DbRow/Signable.php
library/ESign/ESign.php
library/ESign/Encounter/Button.php
library/ESign/Encounter/Controller.php
library/ESign/Encounter/Factory.php
library/ESign/Encounter/Log.php
library/ESign/Encounter/Signable.php
library/ESign/FactoryIF.php
library/ESign/Form/Button.php
library/ESign/Form/Controller.php
library/ESign/Form/Factory.php
library/ESign/Form/LBF/Signable.php
library/ESign/Form/Log.php
library/ESign/Form/Signable.php
library/ESign/LogIF.php
library/ESign/Router.php
library/ESign/SignableIF.php
library/ESign/Signature.php
library/ESign/Utils/Verification.php
library/ESign/VerificationIF.php
library/ESign/Viewer.php
library/ESign/views/default/esign_signature_log.php
library/ESign/views/encounter/esign_button.php
library/ESign/views/encounter/esign_form.php
library/ESign/views/form/esign_button.php
library/ESign/views/form/esign_form.php
library/FeeSheet.class.php
library/FeeSheetHtml.class.php
library/acl.inc
library/acl_upgrade_fx.php
library/admin/src/Event/MenuEvent.php
library/admin/src/Service/AdminMenuBuilder.php
library/ajax/addlistitem.php
library/ajax/adminacl_ajax.php
library/ajax/amc_misc_data.php
library/ajax/ccr_import_ajax.php
library/ajax/collect_new_report_id.php
library/ajax/dated_reminders_counter.php
library/ajax/document_helpers.php
library/ajax/drug_screen_completed.php
library/ajax/execute_background_services.php
library/ajax/execute_cdr_report.php
library/ajax/execute_pat_reminder.php
library/ajax/facility_ajax_code.php
library/ajax/find_patients.php
library/ajax/graph_track_anything.php
library/ajax/graphs.php
library/ajax/imm_autocomplete/search.php
library/ajax/left_nav_encounter_ajax.php
library/ajax/lists_touch.php
library/ajax/log_print_action_ajax.php
library/ajax/offsite_portal_ajax.php
library/ajax/payment_ajax.php
library/ajax/plan_setting.php
library/ajax/prescription_drugname_lookup.php
library/ajax/rule_setting.php
library/ajax/status_report.php
library/ajax/unset_session_ajax.php
library/ajax/upload.php
library/ajax/user_settings.php
library/amc.php
library/api.inc
library/appointment_status.inc.php
library/appointments.inc.php
library/auth.inc
library/authentication/common_operations.php
library/authentication/login_operations.php
library/authentication/password_change.php
library/authentication/password_hashing.php
library/authentication/privDB.php
library/billing.inc
library/billrep.inc
library/calendar.inc
library/calendar_events.inc.php
library/classes/Address.class.php
library/classes/CategoryTree.class.php
library/classes/ClinicalTypes/Allergy.php
library/classes/ClinicalTypes/CareGoal.php
library/classes/ClinicalTypes/Characteristic.php
library/classes/ClinicalTypes/ClinicalType.php
library/classes/ClinicalTypes/Communication.php
library/classes/ClinicalTypes/Diagnosis.php
library/classes/ClinicalTypes/Encounter.php
library/classes/ClinicalTypes/Helper.php
library/classes/ClinicalTypes/LabResult.php
library/classes/ClinicalTypes/Medication.php
library/classes/ClinicalTypes/PhysicalExam.php
library/classes/ClinicalTypes/Range.php
library/classes/ClinicalTypes/codes.php
library/classes/Company.class.php
library/classes/ConfigTree.class.php
library/classes/Controller.class.php
library/classes/CouchDB.class.php
library/classes/Document.class.php
library/classes/Filtreatment_class.php
library/classes/Installer.class.php
library/classes/InsuranceCompany.class.php
library/classes/InsuranceNumbers.class.php
library/classes/Note.class.php
library/classes/NumberToText.class.php
library/classes/OFX.class.php
library/classes/ORDataObject.class.php
library/classes/POSRef.class.php
library/classes/PQRIXml.class.php
library/classes/Patient.class.php
library/classes/Person.class.php
library/classes/Pharmacy.class.php
library/classes/PhoneNumber.class.php
library/classes/Prescription.class.php
library/classes/Provider.class.php
library/classes/QRDAXml.class.php
library/classes/RXList.class.php
library/classes/Tree.class.php
library/classes/TreeMenu.php
library/classes/X12Partner.class.php
library/classes/XmlWriterOemr.class.php
library/classes/class.Handler_HL7v2.php
library/classes/class.Parser_HL7v2.php
library/classes/html2text.class.php
library/classes/php-barcode.php
library/classes/postmaster.php
library/classes/rulesets/Amc/AmcReportFactory.php
library/classes/rulesets/Amc/library/AMC_Unimplemented.php
library/classes/rulesets/Amc/library/AbstractAmcReport.php
library/classes/rulesets/Amc/library/AmcFilterIF.php
library/classes/rulesets/Amc/library/AmcPopulation.php
library/classes/rulesets/Amc/library/AmcResult.php
library/classes/rulesets/Amc/reports/AMC_302c/Denominator.php
library/classes/rulesets/Amc/reports/AMC_302c/Numerator.php
library/classes/rulesets/Amc/reports/AMC_302d/Denominator.php
library/classes/rulesets/Amc/reports/AMC_302d/Numerator.php
library/classes/rulesets/Amc/reports/AMC_302e/Denominator.php
library/classes/rulesets/Amc/reports/AMC_302e/Numerator.php
library/classes/rulesets/Amc/reports/AMC_302f/Denominator.php
library/classes/rulesets/Amc/reports/AMC_302f/Numerator.php
library/classes/rulesets/Amc/reports/AMC_302f_1_STG1/Denominator.php
library/classes/rulesets/Amc/reports/AMC_302f_1_STG1/Numerator.php
library/classes/rulesets/Amc/reports/AMC_302f_2_STG1/Denominator.php
library/classes/rulesets/Amc/reports/AMC_302f_2_STG1/Numerator.php
library/classes/rulesets/Amc/reports/AMC_302f_3_STG1/Denominator.php
library/classes/rulesets/Amc/reports/AMC_302f_3_STG1/Numerator.php
library/classes/rulesets/Amc/reports/AMC_302f_4_STG1/Denominator.php
library/classes/rulesets/Amc/reports/AMC_302f_4_STG1/Numerator.php
library/classes/rulesets/Amc/reports/AMC_302f_STG2/Denominator.php
library/classes/rulesets/Amc/reports/AMC_302f_STG2/Numerator.php
library/classes/rulesets/Amc/reports/AMC_302g/Denominator.php
library/classes/rulesets/Amc/reports/AMC_302g/Numerator.php
library/classes/rulesets/Amc/reports/AMC_302h/Denominator.php
library/classes/rulesets/Amc/reports/AMC_302h/Numerator.php
library/classes/rulesets/Amc/reports/AMC_302j/Denominator.php
library/classes/rulesets/Amc/reports/AMC_302j/Numerator.php
library/classes/rulesets/Amc/reports/AMC_302m/Denominator.php
library/classes/rulesets/Amc/reports/AMC_302m/Numerator.php
library/classes/rulesets/Amc/reports/AMC_302m_STG2/Denominator.php
library/classes/rulesets/Amc/reports/AMC_302m_STG2/Numerator.php
library/classes/rulesets/Amc/reports/AMC_304a/Denominator.php
library/classes/rulesets/Amc/reports/AMC_304a/Numerator.php
library/classes/rulesets/Amc/reports/AMC_304a_1/Denominator.php
library/classes/rulesets/Amc/reports/AMC_304a_1/Numerator.php
library/classes/rulesets/Amc/reports/AMC_304a_2/Denominator.php
library/classes/rulesets/Amc/reports/AMC_304a_2/Numerator.php
library/classes/rulesets/Amc/reports/AMC_304a_3/Denominator.php
library/classes/rulesets/Amc/reports/AMC_304a_3/Numerator.php
library/classes/rulesets/Amc/reports/AMC_304b/Denominator.php
library/classes/rulesets/Amc/reports/AMC_304b/Numerator.php
library/classes/rulesets/Amc/reports/AMC_304b_1_STG2/Denominator.php
library/classes/rulesets/Amc/reports/AMC_304b_1_STG2/Numerator.php
library/classes/rulesets/Amc/reports/AMC_304b_2_STG2/Denominator.php
library/classes/rulesets/Amc/reports/AMC_304b_2_STG2/Numerator.php
library/classes/rulesets/Amc/reports/AMC_304b_STG1/Denominator.php
library/classes/rulesets/Amc/reports/AMC_304b_STG1/Numerator.php
library/classes/rulesets/Amc/reports/AMC_304c/Denominator.php
library/classes/rulesets/Amc/reports/AMC_304c/Numerator.php
library/classes/rulesets/Amc/reports/AMC_304d/Denominator.php
library/classes/rulesets/Amc/reports/AMC_304d/Numerator.php
library/classes/rulesets/Amc/reports/AMC_304d_STG2/Denominator.php
library/classes/rulesets/Amc/reports/AMC_304d_STG2/Numerator.php
library/classes/rulesets/Amc/reports/AMC_304f/Denominator.php
library/classes/rulesets/Amc/reports/AMC_304f/Numerator.php
library/classes/rulesets/Amc/reports/AMC_304g/Denominator.php
library/classes/rulesets/Amc/reports/AMC_304g/Numerator.php
library/classes/rulesets/Amc/reports/AMC_304h/Denominator.php
library/classes/rulesets/Amc/reports/AMC_304h/Numerator.php
library/classes/rulesets/Amc/reports/AMC_304h_STG2/Denominator.php
library/classes/rulesets/Amc/reports/AMC_304h_STG2/Numerator.php
library/classes/rulesets/Amc/reports/AMC_304i/Denominator.php
library/classes/rulesets/Amc/reports/AMC_304i/Numerator.php
library/classes/rulesets/Amc/reports/AMC_304i_STG1/Denominator.php
library/classes/rulesets/Amc/reports/AMC_304i_STG1/Numerator.php
library/classes/rulesets/Amc/reports/AMC_304i_STG2/Denominator.php
library/classes/rulesets/Amc/reports/AMC_304i_STG2/Numerator.php
library/classes/rulesets/Amc/reports/AMC_314g_1_2_14/Denominator.php
library/classes/rulesets/Amc/reports/AMC_314g_1_2_14/Numerator.php
library/classes/rulesets/Amc/reports/AMC_314g_1_2_14_STG2/Denominator.php
library/classes/rulesets/Amc/reports/AMC_314g_1_2_14_STG2/Numerator.php
library/classes/rulesets/Amc/reports/AMC_314g_1_2_19/Denominator.php
library/classes/rulesets/Amc/reports/AMC_314g_1_2_19/Numerator.php
library/classes/rulesets/Amc/reports/AMC_314g_1_2_20/Denominator.php
library/classes/rulesets/Amc/reports/AMC_314g_1_2_20/Numerator.php
library/classes/rulesets/Amc/reports/AMC_314g_1_2_21/Denominator.php
library/classes/rulesets/Amc/reports/AMC_314g_1_2_21/Numerator.php
library/classes/rulesets/Amc/reports/AMC_314g_1_2_22/Denominator.php
library/classes/rulesets/Amc/reports/AMC_314g_1_2_22/Numerator.php
library/classes/rulesets/Cqm/CqmReportFactory.php
library/classes/rulesets/Cqm/library/AbstractCqmReport.php
library/classes/rulesets/Cqm/library/CqmFilterIF.php
library/classes/rulesets/Cqm/library/CqmPopulation.php
library/classes/rulesets/Cqm/library/CqmResult.php
library/classes/rulesets/Cqm/library/NFQ_Unimplemented.php
library/classes/rulesets/Cqm/reports/NFQ_0002/Denominator.php
library/classes/rulesets/Cqm/reports/NFQ_0002/Exclusion.php
library/classes/rulesets/Cqm/reports/NFQ_0002/InitialPatientPopulation.php
library/classes/rulesets/Cqm/reports/NFQ_0002/Numerator.php
library/classes/rulesets/Cqm/reports/NFQ_0013/Exclusion.php
library/classes/rulesets/Cqm/reports/NFQ_0013/InitialPatientPopulation.php
library/classes/rulesets/Cqm/reports/NFQ_0013/Numerator.php
library/classes/rulesets/Cqm/reports/NFQ_0024/Denominator.php
library/classes/rulesets/Cqm/reports/NFQ_0024/Exclusion.php
library/classes/rulesets/Cqm/reports/NFQ_0024/InitialPatientPopulation1.php
library/classes/rulesets/Cqm/reports/NFQ_0024/InitialPatientPopulation2.php
library/classes/rulesets/Cqm/reports/NFQ_0024/InitialPatientPopulation3.php
library/classes/rulesets/Cqm/reports/NFQ_0024/Numerator1.php
library/classes/rulesets/Cqm/reports/NFQ_0024/Numerator2.php
library/classes/rulesets/Cqm/reports/NFQ_0024/Numerator3.php
library/classes/rulesets/Cqm/reports/NFQ_0028_2014/Denominator.php
library/classes/rulesets/Cqm/reports/NFQ_0028_2014/DenominatorException.php
library/classes/rulesets/Cqm/reports/NFQ_0028_2014/InitialPatientPopulation.php
library/classes/rulesets/Cqm/reports/NFQ_0028_2014/Numerator.php
library/classes/rulesets/Cqm/reports/NFQ_0028a/InitialPatientPopulation.php
library/classes/rulesets/Cqm/reports/NFQ_0028a/Numerator.php
library/classes/rulesets/Cqm/reports/NFQ_0028b/Denominator.php
library/classes/rulesets/Cqm/reports/NFQ_0028b/InitialPatientPopulation.php
library/classes/rulesets/Cqm/reports/NFQ_0028b/Numerator.php
library/classes/rulesets/Cqm/reports/NFQ_0038/Denominator.php
library/classes/rulesets/Cqm/reports/NFQ_0038/InitialPatientPopulation.php
library/classes/rulesets/Cqm/reports/NFQ_0038/Numerator1.php
library/classes/rulesets/Cqm/reports/NFQ_0038/Numerator10.php
library/classes/rulesets/Cqm/reports/NFQ_0038/Numerator11.php
library/classes/rulesets/Cqm/reports/NFQ_0038/Numerator12.php
library/classes/rulesets/Cqm/reports/NFQ_0038/Numerator2.php
library/classes/rulesets/Cqm/reports/NFQ_0038/Numerator3.php
library/classes/rulesets/Cqm/reports/NFQ_0038/Numerator4.php
library/classes/rulesets/Cqm/reports/NFQ_0038/Numerator5.php
library/classes/rulesets/Cqm/reports/NFQ_0038/Numerator6.php
library/classes/rulesets/Cqm/reports/NFQ_0038/Numerator7.php
library/classes/rulesets/Cqm/reports/NFQ_0038/Numerator8.php
library/classes/rulesets/Cqm/reports/NFQ_0038/Numerator9.php
library/classes/rulesets/Cqm/reports/NFQ_0038_2014/Denominator.php
library/classes/rulesets/Cqm/reports/NFQ_0038_2014/InitialPatientPopulation.php
library/classes/rulesets/Cqm/reports/NFQ_0038_2014/Numerator.php
library/classes/rulesets/Cqm/reports/NFQ_0041/Denominator.php
library/classes/rulesets/Cqm/reports/NFQ_0041/Exclusions.php
library/classes/rulesets/Cqm/reports/NFQ_0041/InitialPatientPopulation.php
library/classes/rulesets/Cqm/reports/NFQ_0041/Numerator.php
library/classes/rulesets/Cqm/reports/NFQ_0043/Denominator.php
library/classes/rulesets/Cqm/reports/NFQ_0043/InitialPatientPopulation.php
library/classes/rulesets/Cqm/reports/NFQ_0043/Numerator.php
library/classes/rulesets/Cqm/reports/NFQ_0059/Denominator.php
library/classes/rulesets/Cqm/reports/NFQ_0059/InitialPatientPopulation.php
library/classes/rulesets/Cqm/reports/NFQ_0059/Numerator.php
library/classes/rulesets/Cqm/reports/NFQ_0064/Numerator1.php
library/classes/rulesets/Cqm/reports/NFQ_0064/Numerator2.php
library/classes/rulesets/Cqm/reports/NFQ_0101/Denominator.php
library/classes/rulesets/Cqm/reports/NFQ_0101/DenominatorException.php
library/classes/rulesets/Cqm/reports/NFQ_0101/InitialPatientPopulation.php
library/classes/rulesets/Cqm/reports/NFQ_0101/Numerator.php
library/classes/rulesets/Cqm/reports/NFQ_0384/Denominator.php
library/classes/rulesets/Cqm/reports/NFQ_0384/InitialPatientPopulation.php
library/classes/rulesets/Cqm/reports/NFQ_0384/Numerator.php
library/classes/rulesets/Cqm/reports/NFQ_0421/Denominator.php
library/classes/rulesets/Cqm/reports/NFQ_0421/Exclusion.php
library/classes/rulesets/Cqm/reports/NFQ_0421/InitialPatientPopulation.php
library/classes/rulesets/Cqm/reports/NFQ_0421/InitialPatientPopulation2.php
library/classes/rulesets/Cqm/reports/NFQ_0421/Numerator1.php
library/classes/rulesets/Cqm/reports/NFQ_0421/Numerator2.php
library/classes/rulesets/Cqm/reports/common/DenominatorAllPatients.php
library/classes/rulesets/Cqm/reports/common/DiabetesDenominator.php
library/classes/rulesets/Cqm/reports/common/DiabetesExclusions.php
library/classes/rulesets/Cqm/reports/common/DiabetesInitialPatientPopulation.php
library/classes/rulesets/Cqm/reports/common/ExceptionsNone.php
library/classes/rulesets/Cqm/reports/common/ExclusionsNone.php
library/classes/rulesets/Cqm/reports/common/Immunizations.php
library/classes/rulesets/ReportManager.php
library/classes/rulesets/ReportTypes.php
library/classes/rulesets/library/RsHelper.php
library/classes/rulesets/library/RsPatient.php
library/classes/rulesets/library/RsPopulation.php
library/classes/rulesets/library/RsReportFactoryAbstract.php
library/classes/thumbnail/Thumbnail.class.php
library/classes/thumbnail/ThumbnailGenerator.php
library/clinical_rules.php
library/core/src/Controller.php
library/core/src/Header.php
library/core/src/Kernel.php
library/create_ssl_certificate.php
library/csv_like_join.php
library/date_functions.php
library/dated_reminder_functions.php
library/daysheet.inc.php
library/direct_message_check.inc
library/documents.php
library/dynarch_calendar_en.inc.php
library/edi.inc
library/edihistory/codes/edih_271_code_class.php
library/edihistory/codes/edih_835_code_class.php
library/edihistory/codes/edih_997_codes.php
library/edihistory/edih_271_html.php
library/edihistory/edih_277_html.php
library/edihistory/edih_278_html.php
library/edihistory/edih_835_html.php
library/edihistory/edih_997_error.php
library/edihistory/edih_archive.php
library/edihistory/edih_csv_data.php
library/edihistory/edih_csv_inc.php
library/edihistory/edih_csv_parse.php
library/edihistory/edih_io.php
library/edihistory/edih_segments.php
library/edihistory/edih_uploads.php
library/edihistory/edih_x12file_class.php
library/edihistory/test_edih_835_accounting.php
library/edihistory/test_edih_sftp_files.php
library/encounter.inc
library/encounter_events.inc.php
library/formatting.inc.php
library/formdata.inc.php
library/forms.inc
library/gen_hcfa_1500.inc.php
library/gen_hcfa_1500_02_12.inc.php
library/gen_x12_837.inc.php
library/globals.inc.php
library/gprelations.inc.php
library/group.inc
library/htmlspecialchars.inc.php
library/immunization_helper.php
library/invoice_summary.inc.php
library/ippf_issues.inc.php
library/js/jquery.treeview-1.4.1/demo/source.php
library/lab_exchange_api.php
library/lists.inc
library/log.inc
library/log_validation.php
library/maviq_phone_api.php
library/menu/MainMenuRole.php
library/options.inc.php
library/options.js.php
library/options_listadd.inc
library/parse_era.inc.php
library/parse_patient_xml.php
library/patient.inc
library/patient_tracker.inc.php
library/patientvalidation.inc.php
library/payment.inc.php
library/payment_jav.inc.php
library/pid.inc
library/pnotes.inc
library/registry.inc
library/reminders.php
library/report.inc
library/report_database.inc
library/sample/src/Event/SampleEvent.php
library/sanitize.inc.php
library/sl_eob.inc.php
library/smarty/plugins/function.amcCollect.php
library/smarty/plugins/function.user_info.php
library/smarty/plugins/function.xl.php
library/spreadsheet.inc.php
library/sql-ccr.inc
library/sql.inc
library/sql_upgrade_fx.php
library/sqlconf.php
library/standard_tables_capture.inc
library/transactions.inc
library/translation.inc.php
library/user.inc
library/validation/LBF_Validation.php
library/validation/validate_core.php
library/validation/validation_script.js.php
library/xmltoarray_parser_htmlfix.php
modules/sms_email_reminder/batch_phone_notification.php
modules/sms_email_reminder/batch_reminders.php
modules/sms_email_reminder/cron_email_notification.php
modules/sms_email_reminder/cron_functions.php
modules/sms_email_reminder/cron_sms_notification.php
modules/sms_email_reminder/sms_clickatell.php
modules/sms_email_reminder/sms_tmb4.php
myportal/index.php
myportal/soap_service/factory_class.php
myportal/soap_service/portal_connectivity.php
myportal/soap_service/server_audit.php
myportal/soap_service/server_existingpatient.php
myportal/soap_service/server_mail.php
myportal/soap_service/server_med_rec.php
myportal/soap_service/server_newpatient.php
myportal/soap_service/server_newpatienttoapprove.php
myportal/soap_service/server_oemruser.php
myportal/soap_service/server_side.php
patients/add_edit_event_user.php
patients/find_appt_popup_user.php
patients/get_allergies.php
patients/get_amendments.php
patients/get_appointments.php
patients/get_lab_results.php
patients/get_medications.php
patients/get_patient_documents.php
patients/get_patient_info.php
patients/get_problems.php
patients/index.php
patients/logout.php
patients/summary_pat_portal.php
patients/verify_session.php
portal/_header.php
portal/add_edit_event_user.php
portal/find_appt_popup_user.php
portal/get_allergies.php
portal/get_amendments.php
portal/get_appointments.php
portal/get_lab_results.php
portal/get_medications.php
portal/get_patient_documents.php
portal/get_patient_info.php
portal/get_problems.php
portal/get_profile.php
portal/home.php
portal/import_template.php
portal/import_template_ui.php
portal/index.php
portal/lib/appsql.class.php
portal/lib/doc_lib.php
portal/lib/download_template.php
portal/lib/paylib.php
portal/lib/portal_mail.inc
portal/lib/portal_pnotes.inc
portal/lib/section_fetch.class.php
portal/lib/template_menu.php
portal/logout.php
portal/messaging/handle_note.php
portal/messaging/messages.php
portal/messaging/secure_chat.php
portal/patient/_app_config.php
portal/patient/_global_config.php
portal/patient/_machine_config.php
portal/patient/fwk/libs/savant/Savant3.php
portal/patient/fwk/libs/savant/Savant3/Error.php
portal/patient/fwk/libs/savant/Savant3/Exception.php
portal/patient/fwk/libs/savant/Savant3/Filter.php
portal/patient/fwk/libs/savant/Savant3/Plugin.php
portal/patient/fwk/libs/savant/Savant3/resources/Savant3_Filter_trimwhitespace.php
portal/patient/fwk/libs/savant/Savant3/resources/Savant3_Plugin_ahref.php
portal/patient/fwk/libs/savant/Savant3/resources/Savant3_Plugin_date.php
portal/patient/fwk/libs/savant/Savant3/resources/Savant3_Plugin_htmlAttribs.php
portal/patient/fwk/libs/savant/Savant3/resources/Savant3_Plugin_image.php
portal/patient/fwk/libs/savant/Savant3/resources/Savant3_Plugin_plural.php
portal/patient/fwk/libs/savant/Savant3/resources/Savant3_Plugin_studlycaps.php
portal/patient/fwk/libs/util/Mime_Types.php
portal/patient/fwk/libs/util/class.html2text.php
portal/patient/fwk/libs/util/html2text.php
portal/patient/fwk/libs/util/parsecsv.lib.php
portal/patient/fwk/libs/util/password.php
portal/patient/fwk/libs/util/thumbnail.php
portal/patient/fwk/libs/util/zip.lib.php
portal/patient/fwk/libs/verysimple/Authentication/Auth401.php
portal/patient/fwk/libs/verysimple/Authentication/AuthenticationException.php
portal/patient/fwk/libs/verysimple/Authentication/Authenticator.php
portal/patient/fwk/libs/verysimple/Authentication/Bcrypt.php
portal/patient/fwk/libs/verysimple/Authentication/IAuthenticatable.php
portal/patient/fwk/libs/verysimple/Authentication/OAuthUtil.php
portal/patient/fwk/libs/verysimple/Authentication/PassPhrase.php
portal/patient/fwk/libs/verysimple/Authentication/SimpleAccount.php
portal/patient/fwk/libs/verysimple/DB/DataDriver/IDataDriver.php
portal/patient/fwk/libs/verysimple/DB/DataDriver/MySQL.php
portal/patient/fwk/libs/verysimple/DB/DataDriver/MySQL_PDO.php
portal/patient/fwk/libs/verysimple/DB/DataDriver/MySQLi.php
portal/patient/fwk/libs/verysimple/DB/DataDriver/SQLite.php
portal/patient/fwk/libs/verysimple/DB/DatabaseConfig.php
portal/patient/fwk/libs/verysimple/DB/DatabaseException.php
portal/patient/fwk/libs/verysimple/DB/ISqlFunction.php
portal/patient/fwk/libs/verysimple/DB/Reflection/DBColumn.php
portal/patient/fwk/libs/verysimple/DB/Reflection/DBConnection.php
portal/patient/fwk/libs/verysimple/DB/Reflection/DBConnectionString.php
portal/patient/fwk/libs/verysimple/DB/Reflection/DBConstraint.php
portal/patient/fwk/libs/verysimple/DB/Reflection/DBEventHandler.php
portal/patient/fwk/libs/verysimple/DB/Reflection/DBKey.php
portal/patient/fwk/libs/verysimple/DB/Reflection/DBSchema.php
portal/patient/fwk/libs/verysimple/DB/Reflection/DBServer.php
portal/patient/fwk/libs/verysimple/DB/Reflection/DBSet.php
portal/patient/fwk/libs/verysimple/DB/Reflection/DBTable.php
portal/patient/fwk/libs/verysimple/Email/EmailMessage.php
portal/patient/fwk/libs/verysimple/Email/Mailer.php
portal/patient/fwk/libs/verysimple/Email/Message.php
portal/patient/fwk/libs/verysimple/Email/Pop3Client.php
portal/patient/fwk/libs/verysimple/Email/Recipient.php
portal/patient/fwk/libs/verysimple/Encryption/McryptUtil.php
portal/patient/fwk/libs/verysimple/Form.php
portal/patient/fwk/libs/verysimple/HTTP/BrowserDevice.php
portal/patient/fwk/libs/verysimple/HTTP/Context.php
portal/patient/fwk/libs/verysimple/HTTP/FileUpload.php
portal/patient/fwk/libs/verysimple/HTTP/FormValidator.php
portal/patient/fwk/libs/verysimple/HTTP/HttpRequest.php
portal/patient/fwk/libs/verysimple/HTTP/Request.php
portal/patient/fwk/libs/verysimple/HTTP/RequestUtil.php
portal/patient/fwk/libs/verysimple/HTTP/UrlWriter.php
portal/patient/fwk/libs/verysimple/IO/FileHelper.php
portal/patient/fwk/libs/verysimple/IO/FolderHelper.php
portal/patient/fwk/libs/verysimple/IO/IncludeException.php
portal/patient/fwk/libs/verysimple/IO/Includer.php
portal/patient/fwk/libs/verysimple/Payment/AuthorizeNet.php
portal/patient/fwk/libs/verysimple/Payment/CreditCardUtil.php
portal/patient/fwk/libs/verysimple/Payment/CurrencyConverter.php
portal/patient/fwk/libs/verysimple/Payment/PayPal.php
portal/patient/fwk/libs/verysimple/Payment/PaymentProcessor.php
portal/patient/fwk/libs/verysimple/Payment/PaymentRequest.php
portal/patient/fwk/libs/verysimple/Payment/PaymentResponse.php
portal/patient/fwk/libs/verysimple/Payment/RefundRequest.php
portal/patient/fwk/libs/verysimple/Payment/SkipJack.php
portal/patient/fwk/libs/verysimple/Payment/TestGateway.php
portal/patient/fwk/libs/verysimple/Phreeze/ActionRouter.php
portal/patient/fwk/libs/verysimple/Phreeze/AuthAccount.php
portal/patient/fwk/libs/verysimple/Phreeze/BladeRenderEngine.php
portal/patient/fwk/libs/verysimple/Phreeze/CacheMemCache.php
portal/patient/fwk/libs/verysimple/Phreeze/CacheNoCache.php
portal/patient/fwk/libs/verysimple/Phreeze/CacheRam.php
portal/patient/fwk/libs/verysimple/Phreeze/ConnectionSetting.php
portal/patient/fwk/libs/verysimple/Phreeze/Controller.php
portal/patient/fwk/libs/verysimple/Phreeze/Criteria.php
portal/patient/fwk/libs/verysimple/Phreeze/CriteriaFilter.php
portal/patient/fwk/libs/verysimple/Phreeze/DataAdapter.php
portal/patient/fwk/libs/verysimple/Phreeze/DataPage.php
portal/patient/fwk/libs/verysimple/Phreeze/DataSet.php
portal/patient/fwk/libs/verysimple/Phreeze/Dispatcher.php
portal/patient/fwk/libs/verysimple/Phreeze/ExportUtility.php
portal/patient/fwk/libs/verysimple/Phreeze/FieldMap.php
portal/patient/fwk/libs/verysimple/Phreeze/GenericRouter.php
portal/patient/fwk/libs/verysimple/Phreeze/ICache.php
portal/patient/fwk/libs/verysimple/Phreeze/IDaoMap.php
portal/patient/fwk/libs/verysimple/Phreeze/IDaoMap2.php
portal/patient/fwk/libs/verysimple/Phreeze/IObservable.php
portal/patient/fwk/libs/verysimple/Phreeze/IObserver.php
portal/patient/fwk/libs/verysimple/Phreeze/IRenderEngine.php
portal/patient/fwk/libs/verysimple/Phreeze/IRouter.php
portal/patient/fwk/libs/verysimple/Phreeze/KeyMap.php
portal/patient/fwk/libs/verysimple/Phreeze/MockRouter.php
portal/patient/fwk/libs/verysimple/Phreeze/NotFoundException.php
portal/patient/fwk/libs/verysimple/Phreeze/Observable.php
portal/patient/fwk/libs/verysimple/Phreeze/ObserveToBrowser.php
portal/patient/fwk/libs/verysimple/Phreeze/ObserveToFile.php
portal/patient/fwk/libs/verysimple/Phreeze/ObserveToSmarty.php
portal/patient/fwk/libs/verysimple/Phreeze/PHPRenderEngine.php
portal/patient/fwk/libs/verysimple/Phreeze/Phreezable.php
portal/patient/fwk/libs/verysimple/Phreeze/Phreezer.php
portal/patient/fwk/libs/verysimple/Phreeze/QueryBuilder.php
portal/patient/fwk/libs/verysimple/Phreeze/Reporter.php
portal/patient/fwk/libs/verysimple/Phreeze/SavantRenderEngine.php
portal/patient/fwk/libs/verysimple/Phreeze/SimpleRouter.php
portal/patient/fwk/libs/verysimple/Phreeze/SmartyRenderEngine.php
portal/patient/fwk/libs/verysimple/Phreeze/TwigRenderEngine.php
portal/patient/fwk/libs/verysimple/Phreeze/ValidationResponse.php
portal/patient/fwk/libs/verysimple/RSS/IRSSFeedItem.php
portal/patient/fwk/libs/verysimple/RSS/Writer.php
portal/patient/fwk/libs/verysimple/Search/Google.php
portal/patient/fwk/libs/verysimple/Search/SearchEngine.php
portal/patient/fwk/libs/verysimple/Search/SearchRank.php
portal/patient/fwk/libs/verysimple/String/NameValue.php
portal/patient/fwk/libs/verysimple/String/SimpleTemplate.php
portal/patient/fwk/libs/verysimple/String/VerySimpleStringUtil.php
portal/patient/fwk/libs/verysimple/Util/ExceptionFormatter.php
portal/patient/fwk/libs/verysimple/Util/ExceptionThrower.php
portal/patient/fwk/libs/verysimple/Util/MemCacheProxy.php
portal/patient/fwk/libs/verysimple/Util/TextImageWriter.php
portal/patient/fwk/libs/verysimple/Util/UrlWriterMode.php
portal/patient/fwk/libs/verysimple/Util/VsDateUtil.php
portal/patient/fwk/libs/verysimple/XML/ParseException.php
portal/patient/fwk/libs/verysimple/XML/VerySimpleXmlUtil.php
portal/patient/fwk/libs/verysimple/XML/XMLUtil.php
portal/patient/index.php
portal/patient/libs/App/SecureApp.php
portal/patient/libs/Controller/AppBaseController.php
portal/patient/libs/Controller/DefaultController.php
portal/patient/libs/Controller/OnsiteActivityViewController.php
portal/patient/libs/Controller/OnsiteDocumentController.php
portal/patient/libs/Controller/OnsitePortalActivityController.php
portal/patient/libs/Controller/PatientController.php
portal/patient/libs/Controller/PortalPatientController.php
portal/patient/libs/Controller/ProviderController.php
portal/patient/libs/Controller/SecureAppController.php
portal/patient/libs/Controller/UserController.php
portal/patient/libs/Model/DAO/OnsiteActivityViewCriteriaDAO.php
portal/patient/libs/Model/DAO/OnsiteActivityViewDAO.php
portal/patient/libs/Model/DAO/OnsiteActivityViewMap-query.php
portal/patient/libs/Model/DAO/OnsiteActivityViewMap.php
portal/patient/libs/Model/DAO/OnsiteDocumentCriteriaDAO.php
portal/patient/libs/Model/DAO/OnsiteDocumentDAO.php
portal/patient/libs/Model/DAO/OnsiteDocumentMap.php
portal/patient/libs/Model/DAO/OnsitePortalActivityCriteriaDAO.php
portal/patient/libs/Model/DAO/OnsitePortalActivityDAO.php
portal/patient/libs/Model/DAO/OnsitePortalActivityMap.php
portal/patient/libs/Model/DAO/PatientCriteriaDAO.php
portal/patient/libs/Model/DAO/PatientDAO.php
portal/patient/libs/Model/DAO/PatientMap.php
portal/patient/libs/Model/DAO/UserCriteriaDAO.php
portal/patient/libs/Model/DAO/UserDAO.php
portal/patient/libs/Model/DAO/UserMap.php
portal/patient/libs/Model/OnsiteActivityView.php
portal/patient/libs/Model/OnsiteActivityViewCriteria.php
portal/patient/libs/Model/OnsiteDocument.php
portal/patient/libs/Model/OnsiteDocumentCriteria.php
portal/patient/libs/Model/OnsitePortalActivity.php
portal/patient/libs/Model/OnsitePortalActivityCriteria.php
portal/patient/libs/Model/Patient.php
portal/patient/libs/Model/PatientCriteria.php
portal/patient/libs/Model/User.php
portal/patient/libs/Model/UserCriteria.php
portal/patient/libs/Reporter/OnsiteActivityViewReporter-query.php
portal/patient/libs/Reporter/OnsiteActivityViewReporter.php
portal/patient/libs/Reporter/OnsiteDocumentReporter.php
portal/patient/libs/Reporter/OnsitePortalActivityReporter.php
portal/patient/libs/Reporter/PatientReporter.php
portal/patient/libs/Reporter/UserReporter.php
portal/patient/templates/DefaultError404.tpl.php
portal/patient/templates/DefaultErrorFatal.tpl.php
portal/patient/templates/DefaultHome.tpl.php
portal/patient/templates/OnsiteActivityViewListView.tpl.php
portal/patient/templates/OnsiteDocumentListView.tpl.php
portal/patient/templates/OnsitePortalActivityListView.tpl.php
portal/patient/templates/PatientListView.tpl.php
portal/patient/templates/ProviderHome.tpl.php
portal/patient/templates/SecureApp.tpl.php
portal/portal_payment.php
portal/report/pat_ledger.php
portal/report/portal_custom_report.php
portal/report/portal_patient_report.php
portal/sign/lib/save-signature.php
portal/sign/lib/show-signature.php
portal/sign/lib/sigconvert.php
portal/verify_session.php
repositories/ChartTrackerRepository.php
repositories/ONoteRepository.php
repositories/ProductRegistrationRepository.php
repositories/UserRepository.php
repositories/VersionRepository.php
services/ChartTrackerService.php
services/ONoteService.php
services/PatientService.php
services/ProductRegistrationService.php
services/UserService.php
services/VersionService.php
setup.php
sites/default/LBF/LBFathbf.plugin.php
sites/default/LBF/LBFathv.plugin.php
sites/default/LBF/LBFfms.plugin.php
sites/default/LBF/LBFgcac.plugin.php
sites/default/LBF/LBFvbf.plugin.php
sites/default/LBF/LBTref.plugin.php
sites/default/config.php
sites/default/sqlconf.php
sites/default/statement.inc.php
sql_patch.php
sql_upgrade.php
version.php