Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 years ago
parent
commit
f1c349000d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      service/gdyb_service.go

+ 2 - 1
service/gdyb_service.go View File

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