|
@@ -793,13 +793,10 @@ func ZHGdyb2304(psnNo string, mdtrtId string, chrgBchno string, certNo string, i
|
793
|
793
|
inputData["medfee_sumamt"] = total // 医疗费总额
|
794
|
794
|
inputData["psn_setlway"] = "01" // 个人结算方式 01 按项目结 02 按定额结算
|
795
|
795
|
inputData["mdtrt_id"] = mdtrtId // 就诊 ID(来自2201接口返回)
|
796
|
|
- inputData["chrg_bchno"] = chrgBchno // 收费批次号(来自2204生成的)
|
797
|
796
|
inputData["acct_used_flag"] = "1" // 个人账户使用标志 0否 1是
|
798
|
797
|
inputData["insutype"] = insutype // 险种类型
|
799
|
798
|
inputData["invono"] = "" // 发票号
|
800
|
799
|
|
801
|
|
- inputData["mid_setl_flag"] = "" // 中途结算标志
|
802
|
|
-
|
803
|
800
|
inputData["fulamt_ownpay_amt"] = fulamt_ownpay_amt //
|
804
|
801
|
inputData["overlmt_selfpay"] = overlmt_selfpay //
|
805
|
802
|
inputData["preselfpay_amt"] = preselfpay_amt //
|