Shouldn't be too hard to skip negative by adding code into the report.php script; check out the current ros forms to see what I mean. Also, you'll get more people to review your code if you place it on a github repository. To use git with OpenEMR, check out this howto: http://www.open-emr.org/wiki/index.php/Git_for_dummies
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I haven't started git yet and found this way to upload, I would like the neg thing fixed before final submission assuming other improvements could be added later. I will work on form this week upcoming using suggestions. I am pretty clueless on how to best contribute, but willing and need help w/ php programming.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Regarding git, this is very helpful to learn to keep track of coding mods, get your code reviewed, and also to update your local custom code with the official codebase.
-brady
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Point and Click Daily Chart Notes
form discussed here:
http://sourceforge.net/projects/openemr/forums/forum/202505/topic/4882017
Hi,
Is this form ready to be committed to the codebase or are you still working on it?
-brady
Shouldn't be too hard to skip negative by adding code into the report.php script; check out the current ros forms to see what I mean. Also, you'll get more people to review your code if you place it on a github repository. To use git with OpenEMR, check out this howto:
http://www.open-emr.org/wiki/index.php/Git_for_dummies
I haven't started git yet and found this way to upload, I would like the neg thing fixed before final submission assuming other improvements could be added later. I will work on form this week upcoming using suggestions. I am pretty clueless on how to best contribute, but willing and need help w/ php programming.
Thanks
Hi,
This is a good project to learn git and php on.
For the php component, check out the following report.php file:
http://github.com/openemr/openemr/blob/master/interface/forms/ros/report.php
Something like this should work:
if ($value == "negative") { $value = ""; }
Regarding git, this is very helpful to learn to keep track of coding mods, get your code reviewed, and also to update your local custom code with the official codebase.
-brady