|
@@ -2216,7 +2216,7 @@ func Gdyb4101(struct4101 *Struct4101, secret_key string, org_name string, doctor
|
2216
|
2216
|
inputData["adm_caty"] = struct4101.AdmCaty // 入院科别 必填
|
2217
|
2217
|
inputData["refldept_dept"] = "" // 转科科别 必填
|
2218
|
2218
|
inputData["dscg_time"] = "" // 出院时间 必填
|
2219
|
|
- inputData["dscg_caty"] = "" // 出院科别 必填
|
|
2219
|
+ inputData["dscg_caty"] = struct4101.AdmCaty // 出院科别 必填
|
2220
|
2220
|
inputData["act_ipt_days"] = "" // 实际住院天数 必填
|
2221
|
2221
|
inputData["otp_wm_dise"] = "" // 门(急) 诊西医诊断 必填
|
2222
|
2222
|
inputData["wm_dise_code"] = "" // 门(急) 诊中医诊断 必填
|
|
@@ -2252,6 +2252,7 @@ func Gdyb4101(struct4101 *Struct4101, secret_key string, org_name string, doctor
|
2252
|
2252
|
inputData["hsorg_opter"] = struct4101.HsorgOpter // 医保机构经办人 必填
|
2253
|
2253
|
inputData["medins_fill_dept"] = struct4101.MedinsFillDept // 医疗机构填报部门 必填
|
2254
|
2254
|
inputData["medins_fill_psn"] = struct4101.MedinsFillPsn // 医疗机构填报人 必填
|
|
2255
|
+ inputData["psn_cashpay"] = struct4101.PsnCashpay // 医疗机构填报人 必填
|
2255
|
2256
|
|
2256
|
2257
|
payinfo := make([]map[string]interface{}, 0) // 基金支付信息
|
2257
|
2258
|
payinfotemp := make(map[string]interface{})
|