Patient Flow Board and Drug Screening modules.
commit912b68544239ae6399f349f4e1fe2ff531cde3a6
authorteryhill <teryhill@yahoo.com>
Tue, 21 Apr 2015 14:41:02 +0000 (21 10:41 -0400)
committerbradymiller <bradymiller@users.sourceforge.net>
Wed, 10 Jun 2015 04:36:09 +0000 (9 21:36 -0700)
tree1134a400740fed8e59c32504bd7ad14659e513a9
parent3ed1d1fb7385fb64876294aa758ba31e8a20014a
Patient Flow Board and Drug Screening modules.

Patient Flow Board:
--Can be found at left menu -> Flow Board.
--Global settings can be found in Administration->Globals->Calendar
--More setting can be found in Administration->Lists->Appointment Statuses

Drug Screening:
--Can be found at left menu -> Flow Board
--Global settings can be found in Administration->Globals->Calendar
--(note it is turned off be default, and can be turned on in globals)

Patient Flow Board and Drug Screening Report:
--Can be found at Reports -> Visits -> Patient Flow Board

Bug Fix:
--Since this tracks encounters/appointment mapping, it removes the bug of
creating multiple encounters when check in (select arrive) patient multiple times.

Minor Feature:
--Administration-Globals->Appearance->Remove Bottom Pane
26 files changed:
Documentation/Setting up the Patient flow board for OpenEmr.pdf [new file with mode: 0644]
images/pfb.png [new file with mode: 0644]
interface/main/calendar/add_edit_event.php
interface/main/left_nav.php
interface/main/main_screen.php
interface/patient_file/summary/demographics.php
interface/patient_tracker/patient_tracker.php [new file with mode: 0644]
interface/patient_tracker/patient_tracker_status.php [new file with mode: 0644]
interface/reports/patient_flow_board_report.php [new file with mode: 0644]
interface/super/edit_list.php
library/ajax/drug_screen_completed.php [new file with mode: 0644]
library/appointments.inc.php
library/encounter_events.inc.php
library/globals.inc.php
library/js/blink/LICENSE.md [new file with mode: 0644]
library/js/blink/jquery.modern-blink.js [new file with mode: 0644]
library/js/jscolor/arrow.gif [new file with mode: 0644]
library/js/jscolor/cross.gif [new file with mode: 0644]
library/js/jscolor/hs.png [new file with mode: 0644]
library/js/jscolor/hv.png [new file with mode: 0644]
library/js/jscolor/jscolor.js [new file with mode: 0644]
library/patient_tracker.inc.php [new file with mode: 0644]
sql/4_2_0-to-4_2_1_upgrade.sql
sql/database.sql
sql/patch.sql
version.php