Added a graphing functionality with Open Flash Chart, and added ability to graph...
commit66c0eb9917d032f0a85fd8962755f42b72676629
authorbradymiller <bradymiller>
Wed, 18 Aug 2010 08:29:36 +0000 (18 08:29 +0000)
committerbradymiller <bradymiller>
Wed, 18 Aug 2010 08:29:36 +0000 (18 08:29 +0000)
tree6c13fdacaba153ff24bc358c5f495e3c6e4c4f49
parentade07d82078545679ead51c553861e436275c5f7
Added a graphing functionality with Open Flash Chart, and added ability to graph/trend vital signs.
58 files changed:
interface/forms/vitals/templates/vitals/general_new.html
interface/patient_file/encounter/trend_form.php
interface/patient_file/summary/vitals_fragment.php
library/openflashchart/graphs.php [new file with mode: 0644]
library/openflashchart/js-ofc-library/ofc.js [new file with mode: 0644]
library/openflashchart/js-ofc-library/open_flash_chart.js [new file with mode: 0644]
library/openflashchart/js-ofc-library/open_flash_chart.min.js [new file with mode: 0644]
library/openflashchart/js/README.txt [new file with mode: 0644]
library/openflashchart/js/json/json2.js [new file with mode: 0644]
library/openflashchart/js/swfobject.js [new file with mode: 0644]
library/openflashchart/open-flash-chart.swf [new file with mode: 0644]
library/openflashchart/php-ofc-library/JSON.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/README.txt [new file with mode: 0644]
library/openflashchart/php-ofc-library/dot_base.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/json_format.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_area_base.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_area_hollow.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_area_line.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_arrow.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_bar.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_bar_3d.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_bar_base.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_bar_filled.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_bar_glass.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_bar_sketch.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_bar_stack.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_candle.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_hbar.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_line.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_line_base.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_line_dot.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_line_hollow.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_line_style.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_menu.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_pie.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_radar_axis.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_radar_axis_labels.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_radar_spoke_labels.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_scatter.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_scatter_line.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_shape.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_sugar.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_tags.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_title.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_tooltip.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_upload_image.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_x_axis.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_x_axis_label.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_x_axis_labels.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_x_legend.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_y_axis.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_y_axis_base.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_y_axis_label.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_y_axis_labels.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_y_axis_right.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/ofc_y_legend.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/open-flash-chart-object.php [new file with mode: 0644]
library/openflashchart/php-ofc-library/open-flash-chart.php [new file with mode: 0644]