|
@@ -554,7 +554,7 @@ type ZHResult struct {
|
554
|
554
|
}
|
555
|
555
|
|
556
|
556
|
|
557
|
|
-func ZHGdyb2301(psnNo string, mdtrtId string, hisPrescription []*models.NewCustom, chrg_bchno string, org_name string, doctor string, dept string, fixmedins_code string, dept_code string, doctor_id string, insuplc_admdvs string, mdtrtarea_admvs string, secret_key string, med_type string) (string, string) {
|
|
557
|
+func ZHGdyb2301(psnNo string, mdtrtId string, hisPrescription []*models.NewCustom, chrg_bchno string, org_name string, doctor string, dept string, fixmedins_code string, dept_code string, doctor_id string, insuplc_admdvs string, mdtrtarea_admvs string, secret_key string, med_type string, doctor_name string, doctor_number string) (string, string) {
|
558
|
558
|
|
559
|
559
|
nonce := GetRandomString(32)
|
560
|
560
|
timestamp := time.Now().Unix()
|
|
@@ -588,20 +588,20 @@ func ZHGdyb2301(psnNo string, mdtrtId string, hisPrescription []*models.NewCusto
|
588
|
588
|
feedetailInfo["pric"] = item.Price
|
589
|
589
|
feedetailInfo["bilg_dept_codg"] = dept_code
|
590
|
590
|
feedetailInfo["bilg_dept_name"] = dept
|
591
|
|
- feedetailInfo["bilg_dr_codg"] = doctor_id
|
592
|
|
- feedetailInfo["bilg_dr_name"] = doctor
|
593
|
|
- feedetailInfo["acord_dept_codg"] = ""
|
594
|
|
- feedetailInfo["acord_dept_name"] = ""
|
595
|
|
- feedetailInfo["orders_dr_code"] = doctor_id
|
596
|
|
- feedetailInfo["orders_dr_name"] = doctor
|
597
|
|
- feedetailInfo["chrg_bchno"] = chrg_bchno
|
598
|
|
- feedetailInfo["dise_codg"] = ""
|
599
|
|
- feedetailInfo["rxno"] = ""
|
600
|
|
- feedetailInfo["rx_circ_flag"] = "0"
|
601
|
|
- feedetailInfo["sin_dos_dscr"] = ""
|
602
|
|
- feedetailInfo["used_frqu_dscr"] = ""
|
603
|
|
- feedetailInfo["prd_days"] = "0"
|
604
|
|
- feedetailInfo["medc_way_dscr"] = ""
|
|
591
|
+ feedetailInfo["bilg_dr_codg"] = doctor_number
|
|
592
|
+ feedetailInfo["bilg_dr_name"] = doctor_name
|
|
593
|
+ feedetailInfo["acord_dept_codg"] = dept_code
|
|
594
|
+ feedetailInfo["acord_dept_name"] = dept
|
|
595
|
+ feedetailInfo["orders_dr_code"] = doctor_number
|
|
596
|
+ feedetailInfo["orders_dr_name"] = doctor_name
|
|
597
|
+ feedetailInfo["chrg_bchno"] = chrg_bchno
|
|
598
|
+ feedetailInfo["dise_codg"] = ""
|
|
599
|
+ feedetailInfo["rxno"] = ""
|
|
600
|
+ feedetailInfo["rx_circ_flag"] = "0"
|
|
601
|
+ feedetailInfo["sin_dos_dscr"] = ""
|
|
602
|
+ feedetailInfo["used_frqu_dscr"] = ""
|
|
603
|
+ feedetailInfo["prd_days"] = "0"
|
|
604
|
+ feedetailInfo["medc_way_dscr"] = ""
|
605
|
605
|
|
606
|
606
|
|
607
|
607
|
if item.HospApprFlag != -1 {
|
|
@@ -618,7 +618,7 @@ func ZHGdyb2301(psnNo string, mdtrtId string, hisPrescription []*models.NewCusto
|
618
|
618
|
feedetailInfo["hosp_appr_flag"] = "1"
|
619
|
619
|
}
|
620
|
620
|
|
621
|
|
- feedetailInfo["tcmdrug_used_way"] = ""
|
|
621
|
+
|
622
|
622
|
feedetailInfo["etip_flag"] = ""
|
623
|
623
|
feedetailInfo["etip_hosp_code"] = ""
|
624
|
624
|
feedetailInfo["dscg_tkdrug_flag"] = ""
|