| | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import org.apache.commons.lang3.builder.ToStringBuilder; |
| | | import org.apache.commons.lang3.builder.ToStringStyle; |
| | | import com.ruoyi.common.annotation.Excel; |
| | |
| | | * @date 2023-03-04 |
| | | */ |
| | | @ApiModel(value = "PatMedInhosp", description = "患者住院记录对象") |
| | | @Data |
| | | public class PatMedInhosp extends BaseEntity |
| | | { |
| | | private static final long serialVersionUID = 1L; |
| | |
| | | /** 自增ID */ |
| | | @ApiModelProperty(value = "自增ID") |
| | | private Long inhospid; |
| | | |
| | | /** 自增ID */ |
| | | @ApiModelProperty(value = "自增ID") |
| | | private String inhospno; |
| | | |
| | | /** 流水号 */ |
| | | @ApiModelProperty(value = "流水号") |
| | |
| | | /** 方案状态操作时间 */ |
| | | @ApiModelProperty(value = "方案状态操作时间") |
| | | private Date schemetime; |
| | | |
| | | public void setInhospid(Long inhospid) |
| | | { |
| | | this.inhospid = inhospid; |
| | | } |
| | | |
| | | public Long getInhospid() |
| | | { |
| | | return inhospid; |
| | | } |
| | | public void setSerialnum(String serialnum) |
| | | { |
| | | this.serialnum = serialnum; |
| | | } |
| | | |
| | | public String getSerialnum() |
| | | { |
| | | return serialnum; |
| | | } |
| | | public void setHospitalname(String hospitalname) |
| | | { |
| | | this.hospitalname = hospitalname; |
| | | } |
| | | |
| | | public String getHospitalname() |
| | | { |
| | | return hospitalname; |
| | | } |
| | | public void setHospitalcode(String hospitalcode) |
| | | { |
| | | this.hospitalcode = hospitalcode; |
| | | } |
| | | |
| | | public String getHospitalcode() |
| | | { |
| | | return hospitalcode; |
| | | } |
| | | public void setHospitaldistrictcode(String hospitaldistrictcode) |
| | | { |
| | | this.hospitaldistrictcode = hospitaldistrictcode; |
| | | } |
| | | |
| | | public String getHospitaldistrictcode() |
| | | { |
| | | return hospitaldistrictcode; |
| | | } |
| | | public void setHospitaldistrictname(String hospitaldistrictname) |
| | | { |
| | | this.hospitaldistrictname = hospitaldistrictname; |
| | | } |
| | | |
| | | public String getHospitaldistrictname() |
| | | { |
| | | return hospitaldistrictname; |
| | | } |
| | | public void setIcd10code(String icd10code) |
| | | { |
| | | this.icd10code = icd10code; |
| | | } |
| | | |
| | | public String getIcd10code() |
| | | { |
| | | return icd10code; |
| | | } |
| | | public void setDiagname(String diagname) |
| | | { |
| | | this.diagname = diagname; |
| | | } |
| | | |
| | | public String getDiagname() |
| | | { |
| | | return diagname; |
| | | } |
| | | public void setStarttime(Date starttime) |
| | | { |
| | | this.starttime = starttime; |
| | | } |
| | | |
| | | public Date getStarttime() |
| | | { |
| | | return starttime; |
| | | } |
| | | public void setEndtime(Date endtime) |
| | | { |
| | | this.endtime = endtime; |
| | | } |
| | | |
| | | public Date getEndtime() |
| | | { |
| | | return endtime; |
| | | } |
| | | public void setDeptcode(String deptcode) |
| | | { |
| | | this.deptcode = deptcode; |
| | | } |
| | | |
| | | public String getDeptcode() |
| | | { |
| | | return deptcode; |
| | | } |
| | | public void setDeptname(String deptname) |
| | | { |
| | | this.deptname = deptname; |
| | | } |
| | | |
| | | public String getDeptname() |
| | | { |
| | | return deptname; |
| | | } |
| | | public void setRoomno(String roomno) |
| | | { |
| | | this.roomno = roomno; |
| | | } |
| | | |
| | | public String getRoomno() |
| | | { |
| | | return roomno; |
| | | } |
| | | public void setBedno(String bedno) |
| | | { |
| | | this.bedno = bedno; |
| | | } |
| | | |
| | | public String getBedno() |
| | | { |
| | | return bedno; |
| | | } |
| | | public void setOrgid(String orgid) |
| | | { |
| | | this.orgid = orgid; |
| | | } |
| | | |
| | | public String getOrgid() |
| | | { |
| | | return orgid; |
| | | } |
| | | public void setDelFlag(String delFlag) |
| | | { |
| | | this.delFlag = delFlag; |
| | | } |
| | | |
| | | public String getDelFlag() |
| | | { |
| | | return delFlag; |
| | | } |
| | | public void setIsupload(Long isupload) |
| | | { |
| | | this.isupload = isupload; |
| | | } |
| | | |
| | | public Long getIsupload() |
| | | { |
| | | return isupload; |
| | | } |
| | | public void setUploadTime(Date uploadTime) |
| | | { |
| | | this.uploadTime = uploadTime; |
| | | } |
| | | |
| | | public Date getUploadTime() |
| | | { |
| | | return uploadTime; |
| | | } |
| | | public void setPatid(Long patid) |
| | | { |
| | | this.patid = patid; |
| | | } |
| | | |
| | | public Long getPatid() |
| | | { |
| | | return patid; |
| | | } |
| | | public void setLeavediagname(String leavediagname) |
| | | { |
| | | this.leavediagname = leavediagname; |
| | | } |
| | | |
| | | public String getLeavediagname() |
| | | { |
| | | return leavediagname; |
| | | } |
| | | public void setLeaveicd10code(String leaveicd10code) |
| | | { |
| | | this.leaveicd10code = leaveicd10code; |
| | | } |
| | | |
| | | public String getLeaveicd10code() |
| | | { |
| | | return leaveicd10code; |
| | | } |
| | | public void setDrcode(String drcode) |
| | | { |
| | | this.drcode = drcode; |
| | | } |
| | | |
| | | public String getDrcode() |
| | | { |
| | | return drcode; |
| | | } |
| | | public void setDrname(String drname) |
| | | { |
| | | this.drname = drname; |
| | | } |
| | | |
| | | public String getDrname() |
| | | { |
| | | return drname; |
| | | } |
| | | public void setSchemestatus(Long schemestatus) |
| | | { |
| | | this.schemestatus = schemestatus; |
| | | } |
| | | |
| | | public Long getSchemestatus() |
| | | { |
| | | return schemestatus; |
| | | } |
| | | public void setGeneralschemestatus(Long generalschemestatus) |
| | | { |
| | | this.generalschemestatus = generalschemestatus; |
| | | } |
| | | |
| | | public Long getGeneralschemestatus() |
| | | { |
| | | return generalschemestatus; |
| | | } |
| | | public void setLeaveldeptcode(String leaveldeptcode) |
| | | { |
| | | this.leaveldeptcode = leaveldeptcode; |
| | | } |
| | | |
| | | public String getLeaveldeptcode() |
| | | { |
| | | return leaveldeptcode; |
| | | } |
| | | public void setLeaveldeptname(String leaveldeptname) |
| | | { |
| | | this.leaveldeptname = leaveldeptname; |
| | | } |
| | | |
| | | public String getLeaveldeptname() |
| | | { |
| | | return leaveldeptname; |
| | | } |
| | | public void setHospitaldistrictid(Long hospitaldistrictid) |
| | | { |
| | | this.hospitaldistrictid = hospitaldistrictid; |
| | | } |
| | | |
| | | public Long getHospitaldistrictid() |
| | | { |
| | | return hospitaldistrictid; |
| | | } |
| | | public void setLeavehospitaldistrictcode(String leavehospitaldistrictcode) |
| | | { |
| | | this.leavehospitaldistrictcode = leavehospitaldistrictcode; |
| | | } |
| | | |
| | | public String getLeavehospitaldistrictcode() |
| | | { |
| | | return leavehospitaldistrictcode; |
| | | } |
| | | public void setLeavehospitaldistrictname(String leavehospitaldistrictname) |
| | | { |
| | | this.leavehospitaldistrictname = leavehospitaldistrictname; |
| | | } |
| | | |
| | | public String getLeavehospitaldistrictname() |
| | | { |
| | | return leavehospitaldistrictname; |
| | | } |
| | | public void setLeavehospitaldistrictid(Long leavehospitaldistrictid) |
| | | { |
| | | this.leavehospitaldistrictid = leavehospitaldistrictid; |
| | | } |
| | | |
| | | public Long getLeavehospitaldistrictid() |
| | | { |
| | | return leavehospitaldistrictid; |
| | | } |
| | | public void setDeptid(Long deptid) |
| | | { |
| | | this.deptid = deptid; |
| | | } |
| | | |
| | | public Long getDeptid() |
| | | { |
| | | return deptid; |
| | | } |
| | | public void setLeaveldeptid(Long leaveldeptid) |
| | | { |
| | | this.leaveldeptid = leaveldeptid; |
| | | } |
| | | |
| | | public Long getLeaveldeptid() |
| | | { |
| | | return leaveldeptid; |
| | | } |
| | | public void setSchemetime(Date schemetime) |
| | | { |
| | | this.schemetime = schemetime; |
| | | } |
| | | |
| | | public Date getSchemetime() |
| | | { |
| | | return schemetime; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |