|
@ -120,6 +120,14 @@ public class SurveyScreenResultVo{
|
|
@ApiModelProperty("第三方返回的筛查建议")
|
|
@ApiModelProperty("第三方返回的筛查建议")
|
|
private String thirdAdvice;
|
|
private String thirdAdvice;
|
|
|
|
|
|
|
|
//转诊信息
|
|
|
|
@ApiModelProperty("预约医生")
|
|
|
|
private String doctorNameReservation;
|
|
|
|
@ApiModelProperty("挂号时间")
|
|
|
|
private String czrqReservation;
|
|
|
|
@ApiModelProperty("就诊时间")
|
|
|
|
private String startTimeReservation;
|
|
|
|
|
|
public SurveyScreenResultVo() {
|
|
public SurveyScreenResultVo() {
|
|
}
|
|
}
|
|
|
|
|
|
@ -410,4 +418,28 @@ public class SurveyScreenResultVo{
|
|
public void setIsThird(String isThird) {
|
|
public void setIsThird(String isThird) {
|
|
this.isThird = isThird;
|
|
this.isThird = isThird;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public String getDoctorNameReservation() {
|
|
|
|
return doctorNameReservation;
|
|
|
|
}
|
|
|
|
|
|
|
|
public void setDoctorNameReservation(String doctorNameReservation) {
|
|
|
|
this.doctorNameReservation = doctorNameReservation;
|
|
|
|
}
|
|
|
|
|
|
|
|
public String getCzrqReservation() {
|
|
|
|
return czrqReservation;
|
|
|
|
}
|
|
|
|
|
|
|
|
public void setCzrqReservation(String czrqReservation) {
|
|
|
|
this.czrqReservation = czrqReservation;
|
|
|
|
}
|
|
|
|
|
|
|
|
public String getStartTimeReservation() {
|
|
|
|
return startTimeReservation;
|
|
|
|
}
|
|
|
|
|
|
|
|
public void setStartTimeReservation(String startTimeReservation) {
|
|
|
|
this.startTimeReservation = startTimeReservation;
|
|
|
|
}
|
|
}
|
|
}
|