|
@@ -3575,21 +3575,21 @@ func (c *HisApiController) GetUploadInfo() {
|
3575
|
3575
|
//江苏地区国家医保医疗类别
|
3576
|
3576
|
//职工透析:医疗类别选特殊情况门诊9933
|
3577
|
3577
|
//居民血透门慢: 医疗类别选门诊慢病1402
|
3578
|
|
- var med_type string
|
3579
|
|
- if his.Insutype == "310" {
|
3580
|
|
- if reg_type == 14 {
|
3581
|
|
- med_type = "9933"
|
3582
|
|
- } else if reg_type == 11 {
|
3583
|
|
- med_type = "11"
|
3584
|
|
-
|
3585
|
|
- }
|
3586
|
|
- } else if his.Insutype == "390" {
|
3587
|
|
- if reg_type == 14 {
|
3588
|
|
- med_type = "1402"
|
3589
|
|
- } else if reg_type == 11 {
|
3590
|
|
- med_type = "11"
|
3591
|
|
- }
|
3592
|
|
- }
|
|
3578
|
+ //var med_type string
|
|
3579
|
+ //if his.Insutype == "310" {
|
|
3580
|
+ // if reg_type == 14 {
|
|
3581
|
+ // med_type = "9933"
|
|
3582
|
+ // } else if reg_type == 11 {
|
|
3583
|
+ // med_type = "11"
|
|
3584
|
+ //
|
|
3585
|
+ // }
|
|
3586
|
+ //} else if his.Insutype == "390" {
|
|
3587
|
+ // if reg_type == 14 {
|
|
3588
|
+ // med_type = "1402"
|
|
3589
|
+ // } else if reg_type == 11 {
|
|
3590
|
+ // med_type = "11"
|
|
3591
|
+ // }
|
|
3592
|
+ //}
|
3593
|
3593
|
|
3594
|
3594
|
data := make(map[string]interface{})
|
3595
|
3595
|
client := &http.Client{}
|
|
@@ -4203,21 +4203,21 @@ func (c *HisApiController) GetUploadInfo() {
|
4203
|
4203
|
//江苏地区国家医保医疗类别
|
4204
|
4204
|
//职工透析:医疗类别选特殊情况门诊9933
|
4205
|
4205
|
//居民血透门慢: 医疗类别选门诊慢病1402
|
4206
|
|
- var med_type string
|
4207
|
|
- if his.Insutype == "310" {
|
4208
|
|
- if reg_type == 14 {
|
4209
|
|
- med_type = "9933"
|
4210
|
|
- } else if reg_type == 11 {
|
4211
|
|
- med_type = "11"
|
4212
|
|
-
|
4213
|
|
- }
|
4214
|
|
- } else if his.Insutype == "390" {
|
4215
|
|
- if reg_type == 14 {
|
4216
|
|
- med_type = "1402"
|
4217
|
|
- } else if reg_type == 11 {
|
4218
|
|
- med_type = "11"
|
4219
|
|
- }
|
4220
|
|
- }
|
|
4206
|
+ //var med_type string
|
|
4207
|
+ //if his.Insutype == "310" {
|
|
4208
|
+ // if reg_type == 14 {
|
|
4209
|
+ // med_type = "9933"
|
|
4210
|
+ // } else if reg_type == 11 {
|
|
4211
|
+ // med_type = "11"
|
|
4212
|
+ //
|
|
4213
|
+ // }
|
|
4214
|
+ //} else if his.Insutype == "390" {
|
|
4215
|
+ // if reg_type == 14 {
|
|
4216
|
+ // med_type = "1402"
|
|
4217
|
+ // } else if reg_type == 11 {
|
|
4218
|
+ // med_type = "11"
|
|
4219
|
+ // }
|
|
4220
|
+ //}
|
4221
|
4221
|
//psn_info.VerifyNumber = strings.Replace(psn_info.VerifyNumber, "+", "%2B", -1)
|
4222
|
4222
|
|
4223
|
4223
|
api := "http://192.168.3.111:9532/" + "jsyb/2207?psn_no=" + his.PsnNo + "&mdtrt_id=" +
|
|
@@ -4585,21 +4585,21 @@ func (c *HisApiController) GetUploadInfo() {
|
4585
|
4585
|
//江苏地区国家医保医疗类别
|
4586
|
4586
|
//职工透析:医疗类别选特殊情况门诊9933
|
4587
|
4587
|
//居民血透门慢: 医疗类别选门诊慢病1402
|
4588
|
|
- var med_type string
|
4589
|
|
- if his.Insutype == "310" {
|
4590
|
|
- if reg_type == 14 {
|
4591
|
|
- med_type = "9933"
|
4592
|
|
- } else if reg_type == 11 {
|
4593
|
|
- med_type = "11"
|
4594
|
|
-
|
4595
|
|
- }
|
4596
|
|
- } else if his.Insutype == "390" {
|
4597
|
|
- if reg_type == 14 {
|
4598
|
|
- med_type = "1402"
|
4599
|
|
- } else if reg_type == 11 {
|
4600
|
|
- med_type = "11"
|
4601
|
|
- }
|
4602
|
|
- }
|
|
4588
|
+ //var med_type string
|
|
4589
|
+ //if his.Insutype == "310" {
|
|
4590
|
+ // if reg_type == 14 {
|
|
4591
|
+ // med_type = "9933"
|
|
4592
|
+ // } else if reg_type == 11 {
|
|
4593
|
+ // med_type = "11"
|
|
4594
|
+ //
|
|
4595
|
+ // }
|
|
4596
|
+ //} else if his.Insutype == "390" {
|
|
4597
|
+ // if reg_type == 14 {
|
|
4598
|
+ // med_type = "1402"
|
|
4599
|
+ // } else if reg_type == 11 {
|
|
4600
|
+ // med_type = "11"
|
|
4601
|
+ // }
|
|
4602
|
+ //}
|
4603
|
4603
|
|
4604
|
4604
|
api := "http://192.168.3.111:9532/" + "jsyb/2207?psn_no=" + his.PsnNo + "&mdtrt_id=" +
|
4605
|
4605
|
his.Number + "&chrg_bchno=" + chrg_bchno + "&org_name=" + miConfig.OrgName +
|
|
@@ -5440,21 +5440,21 @@ func (c *HisApiController) GetPreUploadInfo() {
|
5440
|
5440
|
//江苏地区国家医保医疗类别
|
5441
|
5441
|
//职工透析:医疗类别选特殊情况门诊9933
|
5442
|
5442
|
//居民血透门慢: 医疗类别选门诊慢病1402
|
5443
|
|
- var med_type string
|
5444
|
|
- if his.Insutype == "310" {
|
5445
|
|
- if reg_type == 14 {
|
5446
|
|
- med_type = "9933"
|
5447
|
|
- } else if reg_type == 11 {
|
5448
|
|
- med_type = "11"
|
5449
|
|
-
|
5450
|
|
- }
|
5451
|
|
- } else if his.Insutype == "390" {
|
5452
|
|
- if reg_type == 14 {
|
5453
|
|
- med_type = "1402"
|
5454
|
|
- } else if reg_type == 11 {
|
5455
|
|
- med_type = "11"
|
5456
|
|
- }
|
5457
|
|
- }
|
|
5443
|
+ //var med_type string
|
|
5444
|
+ //if his.Insutype == "310" {
|
|
5445
|
+ // if reg_type == 14 {
|
|
5446
|
+ // med_type = "9933"
|
|
5447
|
+ // } else if reg_type == 11 {
|
|
5448
|
+ // med_type = "11"
|
|
5449
|
+ //
|
|
5450
|
+ // }
|
|
5451
|
+ //} else if his.Insutype == "390" {
|
|
5452
|
+ // if reg_type == 14 {
|
|
5453
|
+ // med_type = "1402"
|
|
5454
|
+ // } else if reg_type == 11 {
|
|
5455
|
+ // med_type = "11"
|
|
5456
|
+ // }
|
|
5457
|
+ //}
|
5458
|
5458
|
|
5459
|
5459
|
data := make(map[string]interface{})
|
5460
|
5460
|
client := &http.Client{}
|
|
@@ -6008,21 +6008,21 @@ func (c *HisApiController) GetPreUploadInfo() {
|
6008
|
6008
|
//江苏地区国家医保医疗类别
|
6009
|
6009
|
//职工透析:医疗类别选特殊情况门诊9933
|
6010
|
6010
|
//居民血透门慢: 医疗类别选门诊慢病1402
|
6011
|
|
- var med_type string
|
6012
|
|
- if his.Insutype == "310" {
|
6013
|
|
- if reg_type == 14 {
|
6014
|
|
- med_type = "9933"
|
6015
|
|
- } else if reg_type == 11 {
|
6016
|
|
- med_type = "11"
|
6017
|
|
-
|
6018
|
|
- }
|
6019
|
|
- } else if his.Insutype == "390" {
|
6020
|
|
- if reg_type == 14 {
|
6021
|
|
- med_type = "1402"
|
6022
|
|
- } else if reg_type == 11 {
|
6023
|
|
- med_type = "11"
|
6024
|
|
- }
|
6025
|
|
- }
|
|
6011
|
+ //var med_type string
|
|
6012
|
+ //if his.Insutype == "310" {
|
|
6013
|
+ // if reg_type == 14 {
|
|
6014
|
+ // med_type = "9933"
|
|
6015
|
+ // } else if reg_type == 11 {
|
|
6016
|
+ // med_type = "11"
|
|
6017
|
+ //
|
|
6018
|
+ // }
|
|
6019
|
+ //} else if his.Insutype == "390" {
|
|
6020
|
+ // if reg_type == 14 {
|
|
6021
|
+ // med_type = "1402"
|
|
6022
|
+ // } else if reg_type == 11 {
|
|
6023
|
+ // med_type = "11"
|
|
6024
|
+ // }
|
|
6025
|
+ //}
|
6026
|
6026
|
|
6027
|
6027
|
api := "http://192.168.3.111:9532/" + "jsyb/2206?psn_no=" + his.PsnNo + "&mdtrt_id=" +
|
6028
|
6028
|
his.Number + "&chrg_bchno=" + chrg_bchno + "&org_name=" + miConfig.OrgName +
|