bug fix
This commit is contained in:
parent
46c54b0384
commit
78569d3b18
|
@ -416,11 +416,14 @@ class Parser (Process):
|
|||
value['category'] = {"setid": CATEGORY,"version":'X'+VERSION.split('X')[1],"id":VERSION.split('X')[0].strip()}
|
||||
value["submitted"] = SUBMITTED_DATE
|
||||
# value['version'] = VERSION
|
||||
if _code== '835' :
|
||||
value['payer_id'] = SENDER_ID
|
||||
else:
|
||||
value['provider_id'] = SENDER_ID
|
||||
# if _code== '835' :
|
||||
# value['receiver_id'] = SENDER_ID
|
||||
# else:
|
||||
# value['provider_id'] = SENDER_ID
|
||||
# pass
|
||||
value['sender_id'] = SENDER_ID
|
||||
#
|
||||
|
||||
# Let's parse this for default values
|
||||
|
||||
return value
|
||||
|
|
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ import sys
|
|||
def read(fname):
|
||||
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
||||
args = {
|
||||
"name":"healthcareio","version":"1.6.1",
|
||||
"name":"healthcareio","version":"1.6.2",
|
||||
"author":"Vanderbilt University Medical Center",
|
||||
"author_email":"steve.l.nyemba@vumc.org",
|
||||
"include_package_data":True,
|
||||
|
|
Loading…
Reference in New Issue