|
|
|
|
547
|
|
547
|
|
548
|
sickConfig, _ := service.FindSickById(patientPrescription.SickType)
|
548
|
sickConfig, _ := service.FindSickById(patientPrescription.SickType)
|
549
|
|
549
|
|
|
|
550
|
+ fmt.Println("1112222222")
|
|
|
551
|
+ fmt.Println(sickConfig.ClassName)
|
|
|
552
|
+ fmt.Println(sickConfig.CountryCode)
|
|
|
553
|
+ fmt.Println("223333333")
|
|
|
554
|
+
|
550
|
api2 := "http://127.0.0.1:9532/" + "gdyb/four?psn_no=" + his.PsnNo +
|
555
|
api2 := "http://127.0.0.1:9532/" + "gdyb/four?psn_no=" + his.PsnNo +
|
551
|
"&mdtrt_id=" + his.Number + "&doctor=" + patientPrescription.Doctor + "&department=" + department.Name +
|
556
|
"&mdtrt_id=" + his.Number + "&doctor=" + patientPrescription.Doctor + "&department=" + department.Name +
|
552
|
"&diag=" + diagnosisConfig.ClassName + "&org_name=" + miConfig.OrgName + "&med_type=" + strconv.FormatInt(patientPrescription.RegisterType, 10) + "&doctor_id=" + strconv.FormatInt(patientPrescription.DoctorId, 10) + "&fixmedins_code=" + miConfig.Code + "&diag_code=" + diagnosisConfig.CountryCode +
|
557
|
"&diag=" + diagnosisConfig.ClassName + "&org_name=" + miConfig.OrgName + "&med_type=" + strconv.FormatInt(patientPrescription.RegisterType, 10) + "&doctor_id=" + strconv.FormatInt(patientPrescription.DoctorId, 10) + "&fixmedins_code=" + miConfig.Code + "&diag_code=" + diagnosisConfig.CountryCode +
|