Compare commits
2 Commits
4a2c039c38
...
2c45c73096
Author | SHA1 | Date |
---|---|---|
Steve Nyemba | 2c45c73096 | |
Steve Nyemba | e4d6e9d48d |
|
@ -107,7 +107,9 @@ 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)
|
||||
|
||||
|
|
|
@ -16,10 +16,7 @@ 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/
|
||||
|
||||
Usage :
|
||||
Commandline :
|
||||
python xreader.py --parse claims|remits --config <path>
|
||||
|
||||
Embedded :
|
||||
DOCUMENTATION :
|
||||
- https://healthcareio.the-phi.com for more information
|
||||
"""
|
||||
__name__ = "Healthcare/IO::Parser "+__version__
|
Loading…
Reference in New Issue