|
@@ -2854,8 +2854,10 @@ func Gdyb4101(struct4101 Struct4101, secret_key string, org_name string, doctor
|
2854
|
2854
|
month := time.Now().Format("01")
|
2855
|
2855
|
day := time.Now().Format("02")
|
2856
|
2856
|
|
2857
|
|
- inputData["mdtrt_id"] = struct4101.MdtrtId // 就诊 ID 必填(来自2201接口返回)
|
2858
|
|
- inputData["setl_id"] = struct4101.SetlId // 结算 ID 必填
|
|
2857
|
+ inputData["mdtrt_id"] = struct4101.MdtrtId // 就诊 ID 必填(来自2201接口返回)
|
|
2858
|
+ inputData["setl_id"] = struct4101.SetlId // 结算 ID 必填
|
|
2859
|
+ inputData["psn_no"] = struct4101.PsnNo // 结算 ID 必填
|
|
2860
|
+
|
2859
|
2861
|
inputData["fixmedins_name"] = org_name // 定点医药机构名称 必填
|
2860
|
2862
|
inputData["fixmedins_code"] = fixmedins_code // 定点医药机构编码 必填
|
2861
|
2863
|
inputData["hi_setl_lv"] = "" // 医保结算等级
|