Compare commits

..

No commits in common. "2c45c730963dc376c4fff68f654a71f57c918989" and "4a2c039c380db18ed845be69358d423c0458666e" have entirely different histories.

2 changed files with 6 additions and 5 deletions

View File

@ -107,9 +107,7 @@ def config(email:str,provider:str='sqlite') :
print (_msg)
@app.command(name='about')
def copyright():
r"""
This function will return information about the {meta.__name__}
"""
for note in [meta.__name__,meta.__author__,meta.__license__]:
print (note)

View File

@ -16,7 +16,10 @@ More information on supported databases is available at https://hiplab.mc.vander
Sample 835 and 837 claims (zipped) are available for download at https://x12.org/examples/
DOCUMENTATION :
- https://healthcareio.the-phi.com for more information
Usage :
Commandline :
python xreader.py --parse claims|remits --config <path>
Embedded :
"""
__name__ = "Healthcare/IO::Parser "+__version__