|
@ -189,6 +189,8 @@ public class PatientNoLoginEndPoint extends EnvelopRestEndpoint {
|
|
|
@RequestParam(value = "iswork", required = true)String iswork,
|
|
|
@ApiParam(name = "orgCode", value = "机构code")
|
|
|
@RequestParam(value = "orgCode", required = true,defaultValue = "350211A1002")String orgCode,
|
|
|
@ApiParam(name = "patientid", value = "patientid")
|
|
|
@RequestParam(value = "patientid", required = false)String patientid,
|
|
|
@ApiParam(name = "dept", value = "部门code")
|
|
|
@RequestParam(value = "dept", required = false)String dept,
|
|
|
@ApiParam(name = "diseaseKey", value = "疾病名称关键字")
|
|
@ -218,7 +220,7 @@ public class PatientNoLoginEndPoint extends EnvelopRestEndpoint {
|
|
|
) throws Exception{
|
|
|
|
|
|
logger.info("findDoctorByHospitalAndDiseaseAndDept start:"+ DateUtil.dateToStr(new Date(),"yyyy-MM-dd HH:mm:ss:SSS"));
|
|
|
return prescriptionService.findDoctorByHospitalAndDiseaseAndDept(iswork,null,
|
|
|
return prescriptionService.findDoctorByHospitalAndDiseaseAndDept(iswork,patientid,
|
|
|
orgCode,dept,
|
|
|
diseaseKey,doctorNameKey,
|
|
|
jobTitleNameKey,outpatientType,
|