Ported IPPF updates related to layouts, and some other fixes.
commit5b9b8df3f2b8b90ceb0cb88c7f45cf1f6cd74211
authorRod Roark <rod@sunsetsystems.com>
Sun, 21 Feb 2021 02:58:07 +0000 (21 13:58 +1100)
committerRod Roark <rod@sunsetsystems.com>
Sat, 27 Mar 2021 22:56:53 +0000 (28 09:56 +1100)
tree83c8fa4caf004b4b5a932d41dde680b55856ec9e
parentc990c47d4c3913b19cc7b858735c80620970fedc
Ported IPPF updates related to layouts, and some other fixes.

Added ability to implement multiple layouts for patient history.
Added layout condition to either hide a field or set it to a specified value.
Option to allow only one code in a layout field.
Improvements for LBF static text fields.
Added LBF data type for a set of lab test results.
Added LBF data type to specify a patient.
Added NPI to address book list.
Assorted bug fixes.
31 files changed:
custom/code_types.inc.php
interface/forms/LBF/new.php
interface/forms/LBF/printable.php
interface/globals.php
interface/new/new_comprehensive.php
interface/patient_file/encounter/find_code_dynamic.php
interface/patient_file/encounter/find_code_dynamic_ajax.php
interface/patient_file/history/history_save.php
interface/patient_file/pos_checkout.php
interface/patient_file/pos_checkout_ippf.php
interface/patient_file/transaction/add_transaction.php
interface/patient_file/void_dialog.php [new file with mode: 0644]
interface/super/edit_layout.php
interface/super/edit_layout_props.php
interface/super/edit_list.php
interface/super/layout_service_codes.php
interface/usergroup/addrbook_list.php
library/FeeSheet.class.php
library/checkout_receipt_array.inc.php [new file with mode: 0644]
library/contraception_billing_scan.inc.php
library/globals.inc.php
library/layout.inc.php
library/options.inc.php
library/options.js.php
library/patient.inc
sql/6_0_0-to-6_1_0_upgrade.sql
sql/database.sql
sql/ippf_upgrade.sql
src/Menu/MainMenuRole.php
src/Menu/PatientMenuRole.php
version.php