285 lines
3.8 KiB
Plaintext
285 lines
3.8 KiB
Plaintext
package com.nationalelectric.greenH5.po;
|
|
|
|
|
|
/**
|
|
* GreenGeneralInspecton
|
|
* @author wangchuang
|
|
*/
|
|
public class GreenGeneralInspecton implements java.io.Serializable {
|
|
|
|
/**
|
|
* 序列化
|
|
*/
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
|
/**
|
|
*一般项检查id
|
|
*/
|
|
|
|
private Long id;
|
|
|
|
/**
|
|
*用户id
|
|
*/
|
|
|
|
private String userId;
|
|
|
|
/**
|
|
*身高
|
|
*/
|
|
|
|
private Double height;
|
|
|
|
/**
|
|
*体重
|
|
*/
|
|
|
|
private Double weight;
|
|
|
|
/**
|
|
*体重指数
|
|
*/
|
|
|
|
private Double massIndex;
|
|
|
|
/**
|
|
*体重下限
|
|
*/
|
|
|
|
private Double weightLower;
|
|
|
|
/**
|
|
*体重上限
|
|
*/
|
|
|
|
private Double weightUpper;
|
|
|
|
/**
|
|
*收缩压
|
|
*/
|
|
|
|
private String systolicPressure;
|
|
|
|
/**
|
|
*收缩压上限
|
|
*/
|
|
|
|
private Double pressUpper;
|
|
|
|
/**
|
|
*收缩压下限
|
|
*/
|
|
|
|
private Double pressLower;
|
|
|
|
/**
|
|
*血红蛋白
|
|
*/
|
|
|
|
private Double hemoglobin;
|
|
|
|
/**
|
|
*舒张压
|
|
*/
|
|
|
|
private String diastolicPressure;
|
|
|
|
/**
|
|
*舒张压上限
|
|
*/
|
|
|
|
private String diaUpper;
|
|
|
|
/**
|
|
*舒张压下限
|
|
*/
|
|
|
|
private String diaLower;
|
|
|
|
/**
|
|
*白细胞数量
|
|
*/
|
|
|
|
private Double leukocyteCount;
|
|
|
|
/**
|
|
*流水号
|
|
*/
|
|
|
|
private String noteId;
|
|
|
|
/**
|
|
*体检编号
|
|
*/
|
|
|
|
private String tjId;
|
|
|
|
/**
|
|
*检查结果意见
|
|
*/
|
|
|
|
private String opinion;
|
|
|
|
/**
|
|
*体检时间
|
|
*/
|
|
|
|
private String physicalDate;
|
|
|
|
public Long getId() {
|
|
return id;
|
|
}
|
|
|
|
public void setId(Long id) {
|
|
this.id = id;
|
|
}
|
|
|
|
public String getUserId() {
|
|
return userId;
|
|
}
|
|
|
|
public void setUserId(String userId) {
|
|
this.userId = userId;
|
|
}
|
|
|
|
public Double getHeight() {
|
|
return height;
|
|
}
|
|
|
|
public void setHeight(Double height) {
|
|
this.height = height;
|
|
}
|
|
|
|
public Double getWeight() {
|
|
return weight;
|
|
}
|
|
|
|
public void setWeight(Double weight) {
|
|
this.weight = weight;
|
|
}
|
|
|
|
public Double getMassIndex() {
|
|
return massIndex;
|
|
}
|
|
|
|
public void setMassIndex(Double massIndex) {
|
|
this.massIndex = massIndex;
|
|
}
|
|
|
|
public Double getWeightLower() {
|
|
return weightLower;
|
|
}
|
|
|
|
public void setWeightLower(Double weightLower) {
|
|
this.weightLower = weightLower;
|
|
}
|
|
|
|
public Double getWeightUpper() {
|
|
return weightUpper;
|
|
}
|
|
|
|
public void setWeightUpper(Double weightUpper) {
|
|
this.weightUpper = weightUpper;
|
|
}
|
|
|
|
public String getSystolicPressure() {
|
|
return systolicPressure;
|
|
}
|
|
|
|
public void setSystolicPressure(String systolicPressure) {
|
|
this.systolicPressure = systolicPressure;
|
|
}
|
|
|
|
public Double getPressUpper() {
|
|
return pressUpper;
|
|
}
|
|
|
|
public void setPressUpper(Double pressUpper) {
|
|
this.pressUpper = pressUpper;
|
|
}
|
|
|
|
public Double getPressLower() {
|
|
return pressLower;
|
|
}
|
|
|
|
public void setPressLower(Double pressLower) {
|
|
this.pressLower = pressLower;
|
|
}
|
|
|
|
public Double getHemoglobin() {
|
|
return hemoglobin;
|
|
}
|
|
|
|
public void setHemoglobin(Double hemoglobin) {
|
|
this.hemoglobin = hemoglobin;
|
|
}
|
|
|
|
public String getDiastolicPressure() {
|
|
return diastolicPressure;
|
|
}
|
|
|
|
public void setDiastolicPressure(String diastolicPressure) {
|
|
this.diastolicPressure = diastolicPressure;
|
|
}
|
|
|
|
public String getDiaUpper() {
|
|
return diaUpper;
|
|
}
|
|
|
|
public void setDiaUpper(String diaUpper) {
|
|
this.diaUpper = diaUpper;
|
|
}
|
|
|
|
public String getDiaLower() {
|
|
return diaLower;
|
|
}
|
|
|
|
public void setDiaLower(String diaLower) {
|
|
this.diaLower = diaLower;
|
|
}
|
|
|
|
public Double getLeukocyteCount() {
|
|
return leukocyteCount;
|
|
}
|
|
|
|
public void setLeukocyteCount(Double leukocyteCount) {
|
|
this.leukocyteCount = leukocyteCount;
|
|
}
|
|
|
|
public String getNoteId() {
|
|
return noteId;
|
|
}
|
|
|
|
public void setNoteId(String noteId) {
|
|
this.noteId = noteId;
|
|
}
|
|
|
|
public String getTjId() {
|
|
return tjId;
|
|
}
|
|
|
|
public void setTjId(String tjId) {
|
|
this.tjId = tjId;
|
|
}
|
|
|
|
public String getOpinion() {
|
|
return opinion;
|
|
}
|
|
|
|
public void setOpinion(String opinion) {
|
|
this.opinion = opinion;
|
|
}
|
|
|
|
public String getPhysicalDate() {
|
|
return physicalDate;
|
|
}
|
|
|
|
public void setPhysicalDate(String physicalDate) {
|
|
this.physicalDate = physicalDate;
|
|
}
|
|
|
|
|
|
}
|