|  | @ -35,9 +35,12 @@ public class SpecialistScreenResultController extends EnvelopRestEndpoint {
 | 
												
													
														
															|  |     public MixEnvelop<SurveyScreenResultVo, SurveyScreenResultVo> createSpecialistPatientRelation(@ApiParam(name = "doctor", value = "专科医生ID")@RequestParam(value = "doctor")String doctor,
 |  |     public MixEnvelop<SurveyScreenResultVo, SurveyScreenResultVo> createSpecialistPatientRelation(@ApiParam(name = "doctor", value = "专科医生ID")@RequestParam(value = "doctor")String doctor,
 | 
												
													
														
															|  |                                                                             @ApiParam(value = "当前页")@RequestParam(value = "pageNo") int pageNo,
 |  |                                                                             @ApiParam(value = "当前页")@RequestParam(value = "pageNo") int pageNo,
 | 
												
													
														
															|  |                                                                             @ApiParam(value = "显示记录数")@RequestParam(value = "pageSize") int pageSize,
 |  |                                                                             @ApiParam(value = "显示记录数")@RequestParam(value = "pageSize") int pageSize,
 | 
												
													
														
															|  |                                                                             @ApiParam(value = "1已跟踪 2已预约 3已接诊 4待处理")@RequestParam(value = "type",required = false) int type){
 |  | 
 | 
												
													
														
															|  | 
 |  |                                                                             @ApiParam(value = "搜索居民的姓名或身份证") @RequestParam(value = "patientName", required = false) String patientName,
 | 
												
													
														
															|  | 
 |  |                                                                             @ApiParam(value = "1已跟踪 2已预约 3已接诊 4待处理")@RequestParam(value = "type",required = false) Integer type,
 | 
												
													
														
															|  | 
 |  |                                                                             @ApiParam(value = "是否高危预警(0否 1是)") @RequestParam(value = "isDanger", required = false) String isDanger,
 | 
												
													
														
															|  | 
 |  |                                                                             @ApiParam(value = "疾病类型") @RequestParam(value = "diseaseType", required = false) String diseaseType){
 | 
												
													
														
															|  |         try {
 |  |         try {
 | 
												
													
														
															|  |             return specialistScreenResultService.getScreenList(doctor,type,pageNo,pageSize);
 |  | 
 | 
												
													
														
															|  | 
 |  |             return specialistScreenResultService.getScreenList(doctor,type,pageNo,pageSize,patientName, isDanger, diseaseType);
 | 
												
													
														
															|  |         }catch (Exception e){
 |  |         }catch (Exception e){
 | 
												
													
														
															|  |             e.printStackTrace();
 |  |             e.printStackTrace();
 | 
												
													
														
															|  |             tracer.getCurrentSpan().logEvent(e.getMessage());
 |  |             tracer.getCurrentSpan().logEvent(e.getMessage());
 |