AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
badx12/__init__.py
badx12/__main__.py
badx12/_settings.py
badx12/document.py
badx12/parser.py
badx12.egg-info/PKG-INFO
badx12.egg-info/SOURCES.txt
badx12.egg-info/dependency_links.txt
badx12.egg-info/entry_points.txt
badx12.egg-info/not-zip-safe
badx12.egg-info/requires.txt
badx12.egg-info/top_level.txt
badx12/commands/__init__.py
badx12/commands/parse/__init__.py
badx12/commands/parse/utils.py
badx12/common/__init__.py
badx12/common/click.py
badx12/common/paths.py
badx12/utils/__init__.py
badx12/utils/element.py
badx12/utils/envelope.py
badx12/utils/errors.py
badx12/utils/group.py
badx12/utils/interchange.py
badx12/utils/segment.py
badx12/utils/transaction_set.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
tests/__init__.py
tests/test_badx12.py
tests/utils.py
tests/files/edi/X221-dollars-and-data-sent-separate.edi
tests/files/edi/X221-dollars-and-data-sent-together.edi
tests/files/edi/X221-era-sample.edi
tests/files/edi/X221-multiple-claims-single-check.edi
tests/files/edi/X221-secondary-payment-with-higher-fee-schedule.edi
tests/files/edi/X221-secondary-payments.edi
tests/files/edi/X221-tertiary-payments.edi
tests/files/edi/X222-COB-claim-from-billing-provider-to-payer-a.edi
tests/files/edi/X222-COB-claim-from-billing-provider-to-payer-b.edi
tests/files/edi/X222-COB-claim-from-payer-a-to-payer-b-in-payer-to-payer.edi
tests/files/edi/X222-ambulance.edi
tests/files/edi/X222-anesthesia.edi
tests/files/edi/X222-chiropractic.edi
tests/files/edi/X222-commercial-health-insurance.edi
tests/files/edi/X222-drug-administered-in-the-physician-office.edi
tests/files/edi/X222-encounter.edi
tests/files/edi/X222-home-infusion-therapy-pharmacy-(adjudicated-with-HCPCS-in-loop-2400-or-NDC-in-loop-2410).edi
tests/files/edi/X222-home-infusion-therapy-pharmacy-(adjudicated-with-NDC-in-loop-2410).edi
tests/files/edi/X222-medicare-secondary-payer-COB.edi
tests/files/edi/X222-out-of-network-repriced-claim.edi
tests/files/edi/X222-oxygen.edi
tests/files/edi/X222-ppo-repriced-claim.edi
tests/files/edi/X222-wheelchair.edi
tests/files/edi/X279-error-response-from-payer-to-clinic-not-eligible-for-inquiries-with-payer.edi
tests/files/edi/X279-generic-request-by-clinic-for-patient-(subscriber)-eligibility.edi
tests/files/edi/X279-generic-request-by-physician-for-patient-(dependent)-eligibility.edi
tests/files/edi/X279-response-to-generic-request-by-clinic-for-patient-(subscriber)-eligibility.edi
tests/files/edi/X279-response-to-generic-request-by-physician-for-patient-(dependent)-eligibility.edi
tests/files/errors/bad_file.edi
tests/files/errors/error_validation.edi
tests/files/errors/segment_terminator.edi
tests/files/errors/unknown_segment_error.edi