|
@@ -2837,6 +2837,7 @@ type Struct4101 struct {
|
2837
|
2837
|
IteminfoStruct []IteminfoStruct
|
2838
|
2838
|
AdmTime string
|
2839
|
2839
|
AdmEndTime string
|
|
2840
|
+ HisNo string
|
2840
|
2841
|
}
|
2841
|
2842
|
|
2842
|
2843
|
//
|
|
@@ -2869,7 +2870,7 @@ func Gdyb4101(struct4101 Struct4101, secret_key string, org_name string, doctor
|
2869
|
2870
|
inputData["fixmedins_name"] = org_name // 定点医药机构名称 必填
|
2870
|
2871
|
inputData["fixmedins_code"] = fixmedins_code // 定点医药机构编码 必填
|
2871
|
2872
|
inputData["hi_setl_lv"] = "" // 医保结算等级
|
2872
|
|
- inputData["hi_no"] = "" // 医保编号
|
|
2873
|
+ inputData["hi_no"] = struct4101.PsnNo // 医保编号
|
2873
|
2874
|
inputData["medcasno"] = struct4101.PsnNo // 病案号 必填
|
2874
|
2875
|
inputData["dcla_time"] = year + "-" + month + "-" + day // 申报时间 必填
|
2875
|
2876
|
inputData["psn_name"] = struct4101.PsnName // 人员姓名 必填
|