Library/freeb

tmccormi wrote on Saturday, March 28, 2015:

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.php
3:$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.php
8:$command = "perl /usr/share/freeb/formatbin/" . $format . ".pl";

interface/patient_file/pos_checkout.php
63:require_once("$srcdir/freeb/xmlrpc.inc");
64:require_once("$srcdir/freeb/xmlrpcs.inc");

library/edihistory/csv_record_include.php
1099:	// OpenEMR open log link: <a href='../../library/freeb/process_bills.log' target='_blank' class='link_submit' title=''>[View Log]</a>

library/classes/WSWrapper.class.php
2:require_once(dirname(__FILE__) . "/../freeb/xmlrpc.inc");
3:require_once(dirname(__FILE__) . "/../freeb/xmlrpcs.inc");

bradymiller wrote on Saturday, March 28, 2015:

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):

-brady
OpenEMR

tmccormi wrote on Saturday, March 28, 2015:

Good, one thing down :slight_smile: 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

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:

Hi,

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):

Upgrade process_bills.log for multi-site use and append for storage, … · openemr/openemr@a52aa02 · GitHub

-brady
OpenEMR http://www.open-emr.org

library/freeb
https://sourceforge.net/p/openemr/discussion/202506/thread/c754e79d/?limit=25#d8ff

Sent from sourceforge.net because you indicated interest in
OpenEMR / Discussion / Developers

To unsubscribe from further messages, please visit
SourceForge.net: Log In to SourceForge.net


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.

bradymiller wrote on Saturday, March 28, 2015:

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

tmccormi wrote on Sunday, March 29, 2015:

agreed, it just makes it confusing to new developers when this stuff is
left laying around

Tony McCormick, CTO

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:

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

library/freeb
https://sourceforge.net/p/openemr/discussion/202506/thread/c754e79d/?limit=25#ee72

Sent from sourceforge.net because you indicated interest in
OpenEMR / Discussion / Developers

To unsubscribe from further messages, please visit
SourceForge.net: Log In to SourceForge.net


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.