Added ESign api and implemantion of ESign on forms and encounters
commit5adae4b90968141cf97c0edd5a75884b8fed66d2
authorKen Chapple <ken.chapple@gmail.com>
Fri, 15 Nov 2013 01:22:23 +0000 (14 17:22 -0800)
committerTony McCormick <tony@mi-squared.com>
Thu, 23 Jan 2014 06:37:31 +0000 (22 22:37 -0800)
tree0c9710fcaae085de51f67aacac0f220db41bd997
parent5f8cb9aca7c8f4a197fd7f830d9fccf4e03c83e0
Added ESign api and implemantion of ESign on forms and encounters
72 files changed:
interface/esign/index.php [new file with mode: 0644]
interface/main/left_nav.php
interface/patient_file/encounter/forms.php
interface/patient_file/encounter/new_form.php
interface/patient_file/report/custom_report.php
library/ESign/Abstract/Configuration.php [new file with mode: 0644]
library/ESign/Abstract/Controller.php [new file with mode: 0644]
library/ESign/Abstract/Model.php [new file with mode: 0644]
library/ESign/Api.php [new file with mode: 0644]
library/ESign/ButtonIF.php [new file with mode: 0644]
library/ESign/ConfigurationIF.php [new file with mode: 0644]
library/ESign/DbRow/Signable.php [new file with mode: 0644]
library/ESign/ESign.php [new file with mode: 0644]
library/ESign/Encounter/Button.php [new file with mode: 0644]
library/ESign/Encounter/Configuration.php [new file with mode: 0644]
library/ESign/Encounter/Controller.php [new file with mode: 0644]
library/ESign/Encounter/Factory.php [new file with mode: 0644]
library/ESign/Encounter/Log.php [new file with mode: 0644]
library/ESign/Encounter/Signable.php [new file with mode: 0644]
library/ESign/FactoryIF.php [new file with mode: 0644]
library/ESign/Form/Button.php [new file with mode: 0644]
library/ESign/Form/Configuration.php [new file with mode: 0644]
library/ESign/Form/Controller.php [new file with mode: 0644]
library/ESign/Form/Factory.php [new file with mode: 0644]
library/ESign/Form/LBF/Signable.php [new file with mode: 0644]
library/ESign/Form/Log.php [new file with mode: 0644]
library/ESign/Form/Signable.php [new file with mode: 0644]
library/ESign/LogIF.php [new file with mode: 0644]
library/ESign/README [new file with mode: 0644]
library/ESign/Router.php [new file with mode: 0644]
library/ESign/SignableIF.php [new file with mode: 0644]
library/ESign/Signature.php [new file with mode: 0644]
library/ESign/SignatureIF.php [new file with mode: 0644]
library/ESign/Utils/Mapper.php [new file with mode: 0644]
library/ESign/Utils/Verification.php [new file with mode: 0644]
library/ESign/VerifiableIF.php [new file with mode: 0644]
library/ESign/VerificationIF.php [new file with mode: 0644]
library/ESign/ViewableIF.php [new file with mode: 0644]
library/ESign/Viewer.php [new file with mode: 0644]
library/ESign/css/esign.css [new file with mode: 0644]
library/ESign/css/esign_report.css [new file with mode: 0644]
library/ESign/js/jquery.esign.js [new file with mode: 0644]
library/ESign/views/default/esign_signature_log.php [new file with mode: 0644]
library/ESign/views/encounter/esign_button.php [new file with mode: 0644]
library/ESign/views/encounter/esign_form.php [new file with mode: 0644]
library/ESign/views/form/esign_button.php [new file with mode: 0644]
library/ESign/views/form/esign_form.php [new file with mode: 0644]
library/forms.inc
library/globals.inc.php
library/js/fancybox-2.1.5/README.md [new file with mode: 0644]
library/js/fancybox-2.1.5/lib/jquery-1.10.1.min.js [new file with mode: 0644]
library/js/fancybox-2.1.5/lib/jquery-1.9.0.min.js [new file with mode: 0644]
library/js/fancybox-2.1.5/lib/jquery.mousewheel-3.0.6.pack.js [new file with mode: 0644]
library/js/fancybox-2.1.5/source/blank.gif [new file with mode: 0644]
library/js/fancybox-2.1.5/source/fancybox_loading.gif [new file with mode: 0644]
library/js/fancybox-2.1.5/source/fancybox_loading@2x.gif [new file with mode: 0644]
library/js/fancybox-2.1.5/source/fancybox_overlay.png [new file with mode: 0644]
library/js/fancybox-2.1.5/source/fancybox_sprite.png [new file with mode: 0644]
library/js/fancybox-2.1.5/source/fancybox_sprite@2x.png [new file with mode: 0644]
library/js/fancybox-2.1.5/source/helpers/fancybox_buttons.png [new file with mode: 0644]
library/js/fancybox-2.1.5/source/helpers/jquery.fancybox-buttons.css [new file with mode: 0644]
library/js/fancybox-2.1.5/source/helpers/jquery.fancybox-buttons.js [new file with mode: 0644]
library/js/fancybox-2.1.5/source/helpers/jquery.fancybox-media.js [new file with mode: 0644]
library/js/fancybox-2.1.5/source/helpers/jquery.fancybox-thumbs.css [new file with mode: 0644]
library/js/fancybox-2.1.5/source/helpers/jquery.fancybox-thumbs.js [new file with mode: 0644]
library/js/fancybox-2.1.5/source/jquery.fancybox.css [new file with mode: 0644]
library/js/fancybox-2.1.5/source/jquery.fancybox.js [new file with mode: 0644]
library/js/fancybox-2.1.5/source/jquery.fancybox.pack.js [new file with mode: 0644]
library/js/fancybox-2.1.5/sprite.psd [new file with mode: 0644]
sql/4_1_2-to-4_1_3_upgrade.sql
sql/database.sql
version.php