|
@@ -1658,14 +1658,12 @@ func (c *HisApiController) GetRegisterInfo() {
|
1658
|
1658
|
insutype = "310"
|
1659
|
1659
|
}
|
1660
|
1660
|
|
1661
|
|
- fmt.Println(insutype)
|
1662
|
|
-
|
1663
|
1661
|
if count == 1 {
|
1664
|
1662
|
c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeRegisterRepeatException)
|
1665
|
1663
|
return
|
1666
|
1664
|
}
|
1667
|
1665
|
api := "http://127.0.0.1:9532/" + "gdyb/two?cert_no=" + IdCardNo + "&insutype=" +
|
1668
|
|
- "390" + "&psn_no=" + res.Output.Baseinfo.PsnNo +
|
|
1666
|
+ insutype + "&psn_no=" + res.Output.Baseinfo.PsnNo +
|
1669
|
1667
|
"&org_name=" + miConfig.OrgName + "&doctor=" + patientPrescription.Doctor + "&ipt_otp_no=" + ipt_otp_no +
|
1670
|
1668
|
"&dept=" + department.Name + "&fixmedins_code=" + miConfig.Code + "&dept_code=" + department.Number + "&doctor_id=" + doctor_id + "&insuplc_admdvs=" + miConfig.InsuplcAdmdvs + "&mdtrtarea_admvs=" + miConfig.MdtrtareaAdmvs + "&secret_key=" + miConfig.SecretKey + "&id_card_type=" + strconv.FormatInt(int64(id_card_type), 10)
|
1671
|
1669
|
resp, requestErr := http.Get(api)
|
|
@@ -2148,8 +2146,6 @@ func (c *HisApiController) GetUploadInfo() {
|
2148
|
2146
|
insutype = "310"
|
2149
|
2147
|
}
|
2150
|
2148
|
|
2151
|
|
- fmt.Println(insutype)
|
2152
|
|
- insutype = "390"
|
2153
|
2149
|
if his.IdCardType == 1 {
|
2154
|
2150
|
cert_no = his.MedicalInsuranceNumber
|
2155
|
2151
|
|