|
@@ -1910,7 +1910,7 @@ func (c *HisApiController) GetRegisterInfo() {
|
1910
|
1910
|
chrgBchno := rand.Intn(100000) + 10000
|
1911
|
1911
|
ipt_otp_no := timeFormat + strconv.FormatInt(int64(chrgBchno), 10) + strconv.FormatInt(his.PatientId, 10)
|
1912
|
1912
|
//count, _ := service.FindHisRegisterRecord(theTime.Unix(), patient.ID, adminInfo.CurrentOrgId)
|
1913
|
|
- department, _ := service.GetDepartMentDetail(patientPrescription.Departments)
|
|
1913
|
+ department, _ := service.GetDepartMentDetail(department)
|
1914
|
1914
|
doctor_id := strconv.FormatInt(patientPrescription.DoctorId, 10)
|
1915
|
1915
|
|
1916
|
1916
|
IdCardNo := ""
|