Difference between revisions of "Ongoing 7.0.0 Patch Trail"

From OpenEMR Project Wiki
Line 66: Line 66:
* Security fixes (fixes by Brady Miller and Stephen Waite)
* Security fixes (fixes by Brady Miller and Stephen Waite)
* [https://www.open-emr.org/lectures/#openemr-form-builder-new-feature-quick-and-easy-form-builder New Form Builder] (by Jerry Padgett)
* [https://www.open-emr.org/lectures/#openemr-form-builder-new-feature-quick-and-easy-form-builder New Form Builder] (by Jerry Padgett)
* [https://github.com/openemr/openemr/blob/rel-700/interface/modules/custom_modules/oe-module-comlink-telehealth/Readme.md New Telehealth module] (by Stephen Nielson and Sherwin Gaddis)
* [https://github.com/openemr/openemr/blob/rel-700/interface/modules/custom_modules/oe-module-comlink-telehealth/Readme.md New Telehealth Module] (by Stephen Nielson and Sherwin Gaddis)
* CCDA fixes and improvements (by Jerry Padgett)
* CCDA fixes and improvements (by Jerry Padgett)
* FHIR fixes and improvements (by Stephen Nielson)
* FHIR fixes and improvements (by Stephen Nielson)
Line 76: Line 76:


* New Real World Testing report (by Brady Miller)
* New Real World Testing report (by Brady Miller)


* Vitals form fix (fix by Stephen Waite)
* Vitals form fix (fix by Stephen Waite)

Revision as of 09:30, 8 November 2022

                 -----PATCHES--------

(PATCH 1 for 7.0.0 - 46 files) ccdaservice/serveccda.js interface/forms/fee_sheet/review/fee_sheet_options_ajax.php interface/forms/LBF/new.php interface/forms/misc_billing_options/new.php interface/forms/misc_billing_options/report.php interface/forms/vitals/templates/vitals/general_new.html interface/login/login.php interface/main/backup.php interface/main/finder/dynamic_finder_ajax.php interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Model/CcdaServiceDocumentRequestor.php interface/patient_file/summary/add_edit_amendments.php interface/patient_file/summary/demographics.php interface/patient_file/summary/list_amendments.php interface/patient_file/summary/print_amendments.php interface/super/manage_site_files.php library/classes/rulesets/Amc/library/AmcItemizedActionData.php library/patient.inc library/pnotes.inc portal/get_pro.php portal/home.php portal/index.php portal/messaging/secure_chat.php portal/patient/fwk/libs/verysimple/Phreeze/Criteria.php portal/patient/fwk/libs/verysimple/Phreeze/DataPage.php portal/patient/fwk/libs/verysimple/Phreeze/DataSet.php portal/patient/fwk/libs/verysimple/Phreeze/Phreezable.php portal/patient/fwk/libs/verysimple/Phreeze/Reporter.php portal/patient/libs/Controller/PortalPatientController.php portal/patient/scripts/app/onsitedocuments.js portal/patient/templates/OnsiteActivityViewListView.tpl.php portal/patient/templates/OnsiteDocumentListView.tpl.php portal/patient/templates/ProviderHome.tpl.php portal/report/portal_patient_report.php portal/sign/lib/save-signature.php portal/sign/lib/show-signature.php setup.php sql_patch.php src/Billing/BillingProcessor/BillingClaim.php src/Billing/Claim.php src/Common/ORDataObject/Address.php src/Common/ORDataObject/ContactAddress.php src/Cqm/Qdm/BaseTypes/AbstractType.php src/Cqm/Qdm/BaseTypes/DateTime.php src/Gacl/Gacl.php templates/portal/home.html.twig version.php

Command to list files changed in full patch: git diff --name-only v7_0_0..rel-700 Command to list files new files changes in patch: git diff --name-only v7_0_0_1..rel-700 Script to make patch: https://gist.github.com/bradymiller/4f7817a7f2081891ccc93904914ea6f4 Next patch: 7-0-0-Patch-2.zip * Security fixes (fixes by Brady Miller and Stephen Waite) * New Form Builder (by Jerry Padgett) * New Telehealth Module (by Stephen Nielson and Sherwin Gaddis) * CCDA fixes and improvements (by Jerry Padgett) * FHIR fixes and improvements (by Stephen Nielson) * Billing fixes (fixes by Stephen Waite) * ICD10 import improvements (by Stephen Waite) * Encounter fix (fix by Sherwin Gaddis) * New Real World Testing report (by Brady Miller) * Vitals form fix (fix by Stephen Waite) * Patient search fix (fix by David Eschelbacher) * CCDA fix for large amount of data (fix by Jerry Padgett) * Patient history form fix (fix by Rod Roark) * Patient portal EASIPRO fix (fix by Jerry Padgett) * Patient portal history form fix (fix by Brady Miller) * Added voided claim to misc billing options and 837 file (by Stephen Waite) * PHP 8.1 fixes (fixes by Stephen Waite)