Compare commits
No commits in common. "2c45c730963dc376c4fff68f654a71f57c918989" and "4a2c039c380db18ed845be69358d423c0458666e" have entirely different histories.
2c45c73096
...
4a2c039c38
|
@ -107,9 +107,7 @@ def config(email:str,provider:str='sqlite') :
|
||||||
print (_msg)
|
print (_msg)
|
||||||
@app.command(name='about')
|
@app.command(name='about')
|
||||||
def copyright():
|
def copyright():
|
||||||
r"""
|
|
||||||
This function will return information about the {meta.__name__}
|
|
||||||
"""
|
|
||||||
for note in [meta.__name__,meta.__author__,meta.__license__]:
|
for note in [meta.__name__,meta.__author__,meta.__license__]:
|
||||||
print (note)
|
print (note)
|
||||||
|
|
||||||
|
|
|
@ -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/
|
Sample 835 and 837 claims (zipped) are available for download at https://x12.org/examples/
|
||||||
|
|
||||||
DOCUMENTATION :
|
Usage :
|
||||||
- https://healthcareio.the-phi.com for more information
|
Commandline :
|
||||||
|
python xreader.py --parse claims|remits --config <path>
|
||||||
|
|
||||||
|
Embedded :
|
||||||
"""
|
"""
|
||||||
__name__ = "Healthcare/IO::Parser "+__version__
|
__name__ = "Healthcare/IO::Parser "+__version__
|
Loading…
Reference in New Issue