CCR Module Improvements:
commit73c725a78d76de5b5f56c47c56b5665b81b16abb
authorbradymiller <bradymiller@users.sourceforge.net>
Sat, 7 May 2011 00:00:29 +0000 (6 17:00 -0700)
committerbradymiller <bradymiller@users.sourceforge.net>
Mon, 9 May 2011 09:01:09 +0000 (9 02:01 -0700)
tree394f6b6d82c2dc60092040a13863e7e6c7d9a45f
parent94aab9b0aae25612d0bf5e65f838a7bde30d87cc
CCR Module Improvements:

  -Added buttons to 'View' and 'Download' CCR reports.
    -Support two download methods (still deciding which one(or both) to use)
      -Hybrid combines the stylesheet with the xml data sheet. Note that this method
       doesn't seem to work in IE and causes unexpected results in other browsers; Safari
       seems to be only stable browser. Also note creating this file is a bit messy since
       requires parsing.
      -Pure method keeps the data xml file and stylesheet separate and package in a zip
       file. Coding to do this is straighforward and is supported by all browsers.
  -Cleaned up all the echo statements and end of file blank lines, which were breaking the
   headers required to allow xml file downloading.
  -Cleaned up the CCR display method, which now simply sends the xml file to the browser
   when viewing; removed unneeded transforming of this file to html. Note the browser can
   save/print this. For patients could print to pdf via the browser.
  -Note that the Documents Module already supports xml mimetypes (ie. no modifications needed).
ccr/createCCR.php
ccr/createCCRActor.php
ccr/createCCRAlerts.php
ccr/createCCRImmunization.php
ccr/createCCRMedication.php
ccr/createCCRProblem.php
ccr/createCCRProcedure.php
ccr/stylesheet/ccr.xsl [moved from ccr/ccr.xsl with 99% similarity]
ccr/stylesheet/cda.xsl [moved from ccr/ccd/cda.xsl with 100% similarity]
interface/patient_file/report/patient_report.php
library/sql-ccr.inc