Weno follow up (#7196)
commit501cfa70bee9fc4eb6fa6923e9d10fcfd57ded02
authorJerry Padgett <sjpadgett@gmail.com>
Mon, 29 Jan 2024 16:50:39 +0000 (29 11:50 -0500)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2024 16:50:39 +0000 (29 11:50 -0500)
treed57ef5ebc3ffaecaeeb85302908f840f65cad848
parentd893b1f9e227db0abc38648e4486705a63f2cded
Weno follow up (#7196)

* Weno follow up
- correct interval for WenoExchange
- add after actions to enable, disable and delete background tasks.

* - review escaping and some performance refactors
- find and populate user id to prescription table.
- remove encounter dependency to render weno prescription frame.
- add docblocks
- restore README module install instruction.

* - a version v6.0.0 background task requierement left for legacy
- remove encounter requirement my call
- fix user specific password get
- remove weno from custom menu.

* - remove all references for old weno drugs feature.
- remove tasking call for old background tasks.
20 files changed:
contrib/weno/WenoPharmacyDirectory2020-12-13.csv [deleted file]
contrib/weno/erx_weno_drugs.sql [deleted file]
interface/modules/custom_modules/README.md
interface/modules/custom_modules/oe-module-weno/ModuleManagerAfterActionListener.php [new file with mode: 0644]
interface/modules/custom_modules/oe-module-weno/README [new file with mode: 0644]
interface/modules/custom_modules/oe-module-weno/scripts/weno_log_sync.php
interface/modules/custom_modules/oe-module-weno/scripts/weno_pharmacy_search.php
interface/modules/custom_modules/oe-module-weno/sql/table.sql
interface/modules/custom_modules/oe-module-weno/src/Bootstrap.php
interface/modules/custom_modules/oe-module-weno/src/Services/DownloadWenoPharmacies.php
interface/modules/custom_modules/oe-module-weno/src/Services/LogDataInsert.php
interface/modules/custom_modules/oe-module-weno/src/Services/LogImportBuild.php
interface/modules/custom_modules/oe-module-weno/src/Services/TransmitProperties.php
interface/modules/custom_modules/oe-module-weno/src/Services/WenoPharmaciesJson.php
interface/modules/custom_modules/oe-module-weno/templates/synch.php
interface/modules/custom_modules/oe-module-weno/templates/weno_fragment.php
library/ajax/drug_autocomplete/search.php [deleted file]
sites/default/documents/custom_menus/Custom.json
sql/database.sql
version.php