|
@@ -1230,6 +1230,7 @@ func (c *SZHisApiController) RefundNumber() {
|
1230
|
1230
|
}
|
1231
|
1231
|
|
1232
|
1232
|
}
|
|
1233
|
+
|
1233
|
1234
|
|
1234
|
1235
|
|
1235
|
1236
|
|
|
@@ -4022,43 +4023,6 @@ func (c *SZHisApiController) GetMedicalList() {
|
4022
|
4023
|
StartTime: 20201010,
|
4023
|
4024
|
StaffCode: "",
|
4024
|
4025
|
EndTime: 0,
|
4025
|
|
- UserName: item.UserName,
|
4026
|
|
- RoleId: item.Name,
|
4027
|
|
- Sex: sex,
|
4028
|
|
- CardType: card_type,
|
4029
|
|
- IdCard: item.IdCard,
|
4030
|
|
- Phone: item.Mobile,
|
4031
|
|
- WorkMajorName: item.WorkMajorName,
|
4032
|
|
- Nation: item.Nation,
|
4033
|
|
- BirthDay: 20201022,
|
4034
|
|
- WorkTime: 12,
|
4035
|
|
- Education: strconv.FormatInt(item.Education, 10),
|
4036
|
|
- StudyMajorName: item.StudyMajorName,
|
4037
|
|
- CertificateCode: "",
|
4038
|
|
- MedicalCode: item.MedicalCode,
|
4039
|
|
- MedicalRangeCode: strconv.FormatInt(item.MedicalRangeCode, 10),
|
4040
|
|
- MedicalLevel: strconv.FormatInt(item.MedicalLevel, 10),
|
4041
|
|
- TypeJob: strconv.FormatInt(item.DoctorTypeJob, 10),
|
4042
|
|
- DoctorNumber: item.DoctorNumber,
|
4043
|
|
- Licensing: strconv.FormatInt(item.Licensing, 10),
|
4044
|
|
- DoctorServiceStatus: "",
|
4045
|
|
- MonitoringLevel: "",
|
4046
|
|
- DrugPsychotropicSubstances: "",
|
4047
|
|
- HealthCareCode: "",
|
4048
|
|
- PlanningTechnicalServiceCode: "",
|
4049
|
|
- PharmacistType: "",
|
4050
|
|
- PharmacistPracticeCategory: "",
|
4051
|
|
- PharmacistsLicensing: "",
|
4052
|
|
- PharmacistRegistrationNumber: item.PharmacistRegistrationNumber,
|
4053
|
|
- OfficeCode: "",
|
4054
|
|
- JobNumber: item.JobNumber,
|
4055
|
|
- PostName: "",
|
4056
|
|
- TechnicalJobLevelCode: "",
|
4057
|
|
- IsActive: is_active,
|
4058
|
|
- PrescriptionQualificationIdentification: item.PharmacistRegistrationNumber,
|
4059
|
|
- IdentificationOutpatients: "",
|
4060
|
|
- OutpatientIllnessCategory: item.OutpatientIllnessCategory,
|
4061
|
|
- StartTime: 20201012,
|
4062
|
4026
|
}
|
4063
|
4027
|
result := service.SzybYS001(doctor_name, doctor_code, miConfig.Code, detail)
|
4064
|
4028
|
fmt.Println("reuslt9999999999999999", result)
|
|
@@ -4159,8 +4123,8 @@ func (c *SZHisApiController) GetMedicalList() {
|
4159
|
4123
|
StartTime: 20201010,
|
4160
|
4124
|
StaffCode: "",
|
4161
|
4125
|
EndTime: 0,
|
4162
|
|
- StaffCode: "H27224269",
|
4163
|
|
- 20210311,
|
|
4126
|
+ StaffCode: "H27224269",
|
|
4127
|
+ 20210311,
|
4164
|
4128
|
}
|
4165
|
4129
|
result := service.SzybYS002(doctor_name, doctor_code, miConfig.Code, detail)
|
4166
|
4130
|
fmt.Println("reuslt9999999999999999", result)
|