|
@@ -1621,6 +1621,8 @@ 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["doctor_id"] = patientPrescription.DoctorId
|
|
1625
|
+
|
1624
|
1626
|
data["dept"] = strconv.FormatInt(patientPrescription.Departments, 10)
|
1625
|
1627
|
|
1626
|
1628
|
data["fixmedins_code"] = miConfig.Code
|
|
@@ -1632,10 +1634,13 @@ func (c *HisApiController) GetUploadInfo() {
|
1632
|
1634
|
fmt.Println(his.PsnNo)
|
1633
|
1635
|
fmt.Println(his.Number)
|
1634
|
1636
|
|
|
1637
|
+ fmt.Println(miConfig.OrgName)
|
|
1638
|
+
|
1635
|
1639
|
fmt.Println(chrg_bchno)
|
1636
|
1640
|
fmt.Println(patientPrescription.Doctor)
|
1637
|
1641
|
fmt.Println(miConfig.Code)
|
1638
|
1642
|
fmt.Println(department.Number)
|
|
1643
|
+ fmt.Println(strconv.FormatInt(patientPrescription.Departments, 10))
|
1639
|
1644
|
|
1640
|
1645
|
fmt.Println(miConfig.InsuplcAdmdvs)
|
1641
|
1646
|
fmt.Println(miConfig.MdtrtareaAdmvs)
|