|
@@ -1621,7 +1621,9 @@ func (c *HisApiController) GetUploadInfo() {
|
1621
|
1621
|
data["chrg_bchno"] = chrg_bchno
|
1622
|
1622
|
data["org_name"] = miConfig.OrgName
|
1623
|
1623
|
data["doctor"] = patientPrescription.Doctor
|
1624
|
|
- data["dept"] = patientPrescription.Departments
|
|
1624
|
+ data["doctor_id"] = patientPrescription.DoctorId
|
|
1625
|
+
|
|
1626
|
+ data["dept"] = strconv.FormatInt(patientPrescription.Departments, 10)
|
1625
|
1627
|
|
1626
|
1628
|
data["fixmedins_code"] = miConfig.Code
|
1627
|
1629
|
data["dept_code"] = department.Number
|
|
@@ -1629,6 +1631,21 @@ func (c *HisApiController) GetUploadInfo() {
|
1629
|
1631
|
data["mdtrtarea_admvs"] = miConfig.MdtrtareaAdmvs
|
1630
|
1632
|
data["secret_key"] = miConfig.SecretKey
|
1631
|
1633
|
|
|
1634
|
+ fmt.Println(his.PsnNo)
|
|
1635
|
+ fmt.Println(his.Number)
|
|
1636
|
+
|
|
1637
|
+ fmt.Println(miConfig.OrgName)
|
|
1638
|
+
|
|
1639
|
+ fmt.Println(chrg_bchno)
|
|
1640
|
+ fmt.Println(patientPrescription.Doctor)
|
|
1641
|
+ fmt.Println(miConfig.Code)
|
|
1642
|
+ fmt.Println(department.Number)
|
|
1643
|
+ fmt.Println(strconv.FormatInt(patientPrescription.Departments, 10))
|
|
1644
|
+
|
|
1645
|
+ fmt.Println(miConfig.InsuplcAdmdvs)
|
|
1646
|
+ fmt.Println(miConfig.MdtrtareaAdmvs)
|
|
1647
|
+ fmt.Println(miConfig.SecretKey)
|
|
1648
|
+
|
1632
|
1649
|
var ids []int64
|
1633
|
1650
|
//var idsTwo []int64
|
1634
|
1651
|
//
|