|
|
@ -1,6 +1,7 @@
|
|
|
|
package com.ruoyi.system.domain.resp;
|
|
|
|
package com.ruoyi.system.domain.resp;
|
|
|
|
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
|
|
|
|
|
import com.ruoyi.common.annotation.Excel;
|
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
|
|
|
|
|
|
@ -23,14 +24,17 @@ public class PcTPatientQueryByPageResp {
|
|
|
|
|
|
|
|
|
|
|
|
/** 编号 */
|
|
|
|
/** 编号 */
|
|
|
|
@ApiModelProperty("编号")
|
|
|
|
@ApiModelProperty("编号")
|
|
|
|
|
|
|
|
@Excel(name = "档案号")
|
|
|
|
private String identifier;
|
|
|
|
private String identifier;
|
|
|
|
|
|
|
|
|
|
|
|
/** 名称 */
|
|
|
|
/** 名称 */
|
|
|
|
@ApiModelProperty("名称")
|
|
|
|
@ApiModelProperty("名称")
|
|
|
|
|
|
|
|
@Excel(name = "名称")
|
|
|
|
private String name;
|
|
|
|
private String name;
|
|
|
|
|
|
|
|
|
|
|
|
/** 电话 */
|
|
|
|
/** 电话 */
|
|
|
|
@ApiModelProperty("电话")
|
|
|
|
@ApiModelProperty("电话")
|
|
|
|
|
|
|
|
@Excel(name = "电话")
|
|
|
|
private String phone;
|
|
|
|
private String phone;
|
|
|
|
|
|
|
|
|
|
|
|
/** 用户性别(0男 1女 2未知) */
|
|
|
|
/** 用户性别(0男 1女 2未知) */
|
|
|
@ -39,6 +43,7 @@ public class PcTPatientQueryByPageResp {
|
|
|
|
|
|
|
|
|
|
|
|
/** 年龄 */
|
|
|
|
/** 年龄 */
|
|
|
|
@ApiModelProperty("年龄")
|
|
|
|
@ApiModelProperty("年龄")
|
|
|
|
|
|
|
|
@Excel(name = "年龄")
|
|
|
|
private Integer age;
|
|
|
|
private Integer age;
|
|
|
|
|
|
|
|
|
|
|
|
/** 身高 */
|
|
|
|
/** 身高 */
|
|
|
@ -55,6 +60,7 @@ public class PcTPatientQueryByPageResp {
|
|
|
|
|
|
|
|
|
|
|
|
/** 基础疾病 */
|
|
|
|
/** 基础疾病 */
|
|
|
|
@ApiModelProperty("基础疾病")
|
|
|
|
@ApiModelProperty("基础疾病")
|
|
|
|
|
|
|
|
@Excel(name = "基础疾病")
|
|
|
|
private String disease;
|
|
|
|
private String disease;
|
|
|
|
|
|
|
|
|
|
|
|
/** 删除标志(0代表存在 2代表删除) */
|
|
|
|
/** 删除标志(0代表存在 2代表删除) */
|
|
|
@ -71,6 +77,29 @@ public class PcTPatientQueryByPageResp {
|
|
|
|
@ApiModelProperty("更新时间")
|
|
|
|
@ApiModelProperty("更新时间")
|
|
|
|
private Date updateTime;
|
|
|
|
private Date updateTime;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** 最后一次就诊时间 */
|
|
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
|
|
|
|
@ApiModelProperty("最后诊断时间")
|
|
|
|
|
|
|
|
@Excel(name = "最后诊断时间")
|
|
|
|
|
|
|
|
private Date latestTime;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("诊断次数")
|
|
|
|
|
|
|
|
@Excel(name = "诊断次数")
|
|
|
|
|
|
|
|
private int countRecords;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
|
|
|
|
@ApiModelProperty("初次就诊时间")
|
|
|
|
|
|
|
|
@Excel(name = "初次就诊时间")
|
|
|
|
|
|
|
|
private Date firstTime;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** 基础疾病 */
|
|
|
|
|
|
|
|
@ApiModelProperty("诊断医生")
|
|
|
|
|
|
|
|
@Excel(name = "诊断医生")
|
|
|
|
|
|
|
|
private String doctorName;
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// List<TRecord> recordList;
|
|
|
|
|
|
|
|
|
|
|
|
public Long getId() {
|
|
|
|
public Long getId() {
|
|
|
|
return id;
|
|
|
|
return id;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -183,23 +212,27 @@ public class PcTPatientQueryByPageResp {
|
|
|
|
this.updateTime = updateTime;
|
|
|
|
this.updateTime = updateTime;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
public Date getLatestTime() {
|
|
|
|
public String toString() {
|
|
|
|
return latestTime;
|
|
|
|
return "PcTPatientQueryByPageResp{" +
|
|
|
|
}
|
|
|
|
"id=" + id +
|
|
|
|
|
|
|
|
", openId='" + openId + '\'' +
|
|
|
|
public void setLatestTime(Date latestTime) {
|
|
|
|
", identifier='" + identifier + '\'' +
|
|
|
|
this.latestTime = latestTime;
|
|
|
|
", name='" + name + '\'' +
|
|
|
|
}
|
|
|
|
", phone='" + phone + '\'' +
|
|
|
|
|
|
|
|
", sex='" + sex + '\'' +
|
|
|
|
public int getCountRecords() {
|
|
|
|
", age=" + age +
|
|
|
|
return countRecords;
|
|
|
|
", height=" + height +
|
|
|
|
}
|
|
|
|
", weight=" + weight +
|
|
|
|
|
|
|
|
", marriage='" + marriage + '\'' +
|
|
|
|
public void setCountRecords(int countRecords) {
|
|
|
|
", disease='" + disease + '\'' +
|
|
|
|
this.countRecords = countRecords;
|
|
|
|
", delFlag='" + delFlag + '\'' +
|
|
|
|
}
|
|
|
|
", createTime=" + createTime +
|
|
|
|
|
|
|
|
", updateTime=" + updateTime +
|
|
|
|
public Date getFirstTime() {
|
|
|
|
'}';
|
|
|
|
return firstTime;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setFirstTime(Date firstTime) {
|
|
|
|
|
|
|
|
this.firstTime = firstTime;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|