Seems like it's time to remove the last vestiges of the old FREEB code that was the original claims processing system contributed by Fred Trotter. It's not used anymore. Some code still references it but unnessarily.
This file process_bills.log should be in the sites/*/ directory not in the application library area for sure.
Anybody see anything wrong with this thinking?
--Tony
sites/default/config.php3:$GLOBALS['oer_config']['freeb']['claim_file_dir']="/usr/share/freeb/public/";10:// This does not seem useful for PDF HCFAs, see freeb/targetbin/ascii2pdf instead:interface/billing/freebtest.php8:$command="perl /usr/share/freeb/formatbin/".$format.".pl";interface/patient_file/pos_checkout.php63:require_once("$srcdir/freeb/xmlrpc.inc");64:require_once("$srcdir/freeb/xmlrpcs.inc");library/edihistory/csv_record_include.php1099:// OpenEMR open log link: <a href='../../library/freeb/process_bills.log' target='_blank' class='link_submit' title=''>[View Log]</a>library/classes/WSWrapper.class.php2:require_once(dirname(__FILE__)."/../freeb/xmlrpc.inc");3:require_once(dirname(__FILE__)."/../freeb/xmlrpcs.inc");
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Good, one thing down :-) but the old one is still referenced incorrectly
(in the comment, I know) by:
library/edihistory/csv_record_include.php
1099: // OpenEMR open log link: [View Log]
Tony McCormick, CTO
www.mi-squared.com
Support: 866-735-0897, Direct: 713-574-6709
My Calendar: http://bit.ly/XznvDo
... we have to slow down a bit to be able to speed up a lot... (me)
process_bill.log(now billing/customize_log.php which shows the file that
has been moved to the sites directory for OpenEMR 4.2.0 (the last 4.2.0
patch also has an option to allow user to either append or rewrite for that
log):
--
Please be aware that e-mail communication can be intercepted in
transmission or misdirected. Please consider communicating any sensitive
information by telephone. The information contained in this message may be
privileged and confidential. If you are NOT the intended recipient, please
notify the sender immediately with a copy to hipaa-security@mrsb-ltd.com and
destroy this message.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
agreed, it just makes it confusing to new developers when this stuff is
left laying around
Tony McCormick, CTO
www.mi-squared.com
Support: 866-735-0897, Direct: 713-574-6709
My Calendar: http://bit.ly/XznvDo
... we have to slow down a bit to be able to speed up a lot... (me)
Hi,
Could just remove the comment. That function appears to not even be
functional and i think the comment is just a rough example.
-brady
OpenEMR http://www.open-emr.org
--
Please be aware that e-mail communication can be intercepted in
transmission or misdirected. Please consider communicating any sensitive
information by telephone. The information contained in this message may be
privileged and confidential. If you are NOT the intended recipient, please
notify the sender immediately with a copy to hipaa-security@mrsb-ltd.com and
destroy this message.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Seems like it's time to remove the last vestiges of the old FREEB code that was the original claims processing system contributed by Fred Trotter. It's not used anymore. Some code still references it but unnessarily.
This file process_bills.log should be in the sites/*/ directory not in the application library area for sure.
Anybody see anything wrong with this thinking?
--Tony
Hi,
process_bill.log(now billing/customize_log.php) now shows the file that has been moved to the sites/*/edi/ directory for OpenEMR 4.2.0 (the last 4.2.0 patch also has an option to allow user to either append or rewrite for that log):
https://github.com/openemr/openemr/commit/a52aa0245c2d443939780cbd19c5af683aee064e
-brady
OpenEMR
Last edit: Brady Miller 2015-03-28
Good, one thing down :-) but the old one is still referenced incorrectly
(in the comment, I know) by:
library/edihistory/csv_record_include.php
1099: // OpenEMR open log link: [View Log]
Tony McCormick, CTO
www.mi-squared.com
Support: 866-735-0897, Direct: 713-574-6709
My Calendar: http://bit.ly/XznvDo
... we have to slow down a bit to be able to speed up a lot... (me)
On Fri, Mar 27, 2015 at 6:28 PM, Brady Miller bradymiller@users.sf.net
wrote:
--
Please be aware that e-mail communication can be intercepted in
transmission or misdirected. Please consider communicating any sensitive
information by telephone. The information contained in this message may be
privileged and confidential. If you are NOT the intended recipient, please
notify the sender immediately with a copy to hipaa-security@mrsb-ltd.com and
destroy this message.
Hi,
Could just remove the comment. That function appears to not even be functional and i think the comment is just a rough example.
-brady
OpenEMR
agreed, it just makes it confusing to new developers when this stuff is
left laying around
Tony McCormick, CTO
www.mi-squared.com
Support: 866-735-0897, Direct: 713-574-6709
My Calendar: http://bit.ly/XznvDo
... we have to slow down a bit to be able to speed up a lot... (me)
On Sat, Mar 28, 2015 at 1:14 AM, Brady Miller bradymiller@users.sf.net
wrote:
--
Please be aware that e-mail communication can be intercepted in
transmission or misdirected. Please consider communicating any sensitive
information by telephone. The information contained in this message may be
privileged and confidential. If you are NOT the intended recipient, please
notify the sender immediately with a copy to hipaa-security@mrsb-ltd.com and
destroy this message.