Steve Nyemba 4 سال پیش
والد
کامیت
78569d3b18
2فایلهای تغییر یافته به همراه8 افزوده شده و 5 حذف شده
  1. 7 4
      healthcareio/x12/__init__.py
  2. 1 1
      setup.py

+ 7 - 4
healthcareio/x12/__init__.py

@@ -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

+ 1 - 1
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,