EDI history module, version 2.(take 3)
commit4854c13d0c3b2d86061c375b359c99b6730a028b
authorKevin McCormick <kev4321@fastmail.fm>
Thu, 26 May 2016 23:36:07 +0000 (26 18:36 -0500)
committerbradymiller <bradymiller@users.sourceforge.net>
Sun, 14 Aug 2016 06:08:15 +0000 (13 23:08 -0700)
tree359212ba65dc02a4aac06d17ffe73ad9f39eb963
parent1b9e410ea58033a5a2ecb3c2a7506c651ce46e85
EDI history module, version 2.(take 3)

Rebased from following branch:
https://github.com/kevmccor/openemr/commits/edihistory_v2
up to following commit:
https://github.com/kevmccor/openemr/commit/952f3c0406f1b917cf61a5898a3754ef7dd2907c

Integration work then completed by bradymiller.
37 files changed:
Documentation/Readme_edihistory.html
interface/billing/edi_history_main.php [deleted file]
interface/billing/edih_main.php [new file with mode: 0644]
interface/billing/edih_view.php
library/css/edi_history_v2.css [new file with mode: 0644]
library/edihistory/codes/code_formatter.ods [new file with mode: 0644]
library/edihistory/codes/edih_271_code_class.php [new file with mode: 0644]
library/edihistory/codes/edih_835_code_class.php [new file with mode: 0644]
library/edihistory/codes/edih_997_codes.php [new file with mode: 0644]
library/edihistory/csv_record_include.php [deleted file]
library/edihistory/edih_271_html.php [new file with mode: 0644]
library/edihistory/edih_277_html.php [new file with mode: 0644]
library/edihistory/edih_278_html.php [new file with mode: 0644]
library/edihistory/edih_835_html.php [new file with mode: 0644]
library/edihistory/edih_997_error.php [new file with mode: 0644]
library/edihistory/edih_archive.php [new file with mode: 0644]
library/edihistory/edih_csv_data.php [new file with mode: 0644]
library/edihistory/edih_csv_inc.php [new file with mode: 0644]
library/edihistory/edih_csv_parse.php [new file with mode: 0644]
library/edihistory/edih_io.php [new file with mode: 0644]
library/edihistory/edih_segments.php [new file with mode: 0644]
library/edihistory/edih_uploads.php [new file with mode: 0644]
library/edihistory/edih_x12file_class.php [new file with mode: 0644]
library/edihistory/ibr_271_read.php [deleted file]
library/edihistory/ibr_277_read.php [deleted file]
library/edihistory/ibr_997_read.php [deleted file]
library/edihistory/ibr_ack_read.php [deleted file]
library/edihistory/ibr_archive.php [deleted file]
library/edihistory/ibr_batch_read.php [deleted file]
library/edihistory/ibr_code_arrays.php [deleted file]
library/edihistory/ibr_ebr_read.php [deleted file]
library/edihistory/ibr_era_read.php [deleted file]
library/edihistory/ibr_io.php [deleted file]
library/edihistory/ibr_status_code_arrays.php [deleted file]
library/edihistory/ibr_uploads.php [deleted file]
library/edihistory/test_edih_835_accounting.php [new file with mode: 0644]
library/edihistory/test_edih_sftp_files.php [new file with mode: 0644]