Allow multi auto encounters and bug fixes (#2174)
commit3534531d139aa59089f9dd24570a3f1b96191094
authorJerry Padgett <sjpadgett@gmail.com>
Fri, 1 Feb 2019 18:09:49 +0000 (1 13:09 -0500)
committerGitHub <noreply@github.com>
Fri, 1 Feb 2019 18:09:49 +0000 (1 13:09 -0500)
treefee632b92a7974e093e21b71604088e1e76eb052
parent714a40bf158fdcc779d77e48def51b4df996b70e
Allow multi auto encounters and bug fixes (#2174)

* Allow multi auto encounters and bug fixes
- new global to allow auto encounter per event per day
- new user debug feature
- add alert feature to dialog
- fix dialog stepping on styles(found with smarty template)
- fix dialog not working in frames ui due to window order being changed(unknown when happened)

* escapes and ensure patient tracker maintains new encounter ref
13 files changed:
config/config.yaml
interface/globals.php
interface/main/calendar/add_edit_event.php
interface/main/main_screen.php
interface/main/tabs/main.php
interface/patient_file/summary/demographics.php
interface/patient_tracker/patient_tracker_status.php
library/dialog.js
library/encounter_events.inc.php
library/globals.inc.php
library/js/userDebug.js [new file with mode: 0644]
library/patient_tracker.inc.php
templates/prescription/general_edit.html