From 907641e56c2085aaa81f267946dc3e3e9fca73e7 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 18 九月 2024 09:39:02 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/PatMedInhosp.java | 607 ++++++++++++++++++++---------------------------------- 1 files changed, 224 insertions(+), 383 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java b/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java index 1df76cf..660766a 100644 --- a/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java +++ b/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java @@ -1,7 +1,11 @@ package com.smartor.domain; import java.util.Date; + 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; @@ -9,476 +13,313 @@ /** * 鎮h�呬綇闄㈣褰曞璞� pat_med_inhosp - * + * * @author smartor * @date 2023-03-04 */ -public class PatMedInhosp extends BaseEntity -{ +@ApiModel(value = "PatMedInhosp", description = "鎮h�呬綇闄㈣褰曞璞�") +@Data +public class PatMedInhosp extends BaseEntity { private static final long serialVersionUID = 1L; - /** 鑷ID */ + /** + * 鑷ID + */ + @ApiModelProperty(value = "鑷ID") private Long inhospid; - /** 娴佹按鍙� */ + /** + * 浣忛櫌鍙� + */ + @ApiModelProperty(value = "浣忛櫌鍙�") + private String inhospno; + + /** + * 娴佹按鍙� + */ + @ApiModelProperty(value = "娴佹按鍙�") private String serialnum; - /** 鍖婚櫌鍚嶇О */ + /** + * 鎶ゅ+ID + */ + @ApiModelProperty(value = "鎶ゅ+ID") + private String nurseId; + + /** + * 鎶ゅ+濮撳悕 + */ + @ApiModelProperty(value = "鎶ゅ+濮撳悕") + private String nurseName; + + /** + * 鍖婚櫌鍚嶇О + */ + @ApiModelProperty(value = "鍖婚櫌鍚嶇О") @Excel(name = " 鍖婚櫌鍚嶇О ") private String hospitalname; - /** 鍖婚櫌缂栧彿 */ + /** + * 鍖婚櫌缂栧彿 + */ + @ApiModelProperty(value = "鍖婚櫌缂栧彿") private String hospitalcode; - /** 闄㈠尯缂栧彿 */ + /** + * 闄㈠尯缂栧彿 + */ + @ApiModelProperty(value = "闄㈠尯缂栧彿") private String hospitaldistrictcode; - /** 闄㈠尯鍚嶇О */ + /** + * 闄㈠尯鍚嶇О + */ + @ApiModelProperty(value = "闄㈠尯鍚嶇О") @Excel(name = " 闄㈠尯鍚嶇О ") private String hospitaldistrictname; - /** 鍏ラ櫌璇婃柇ICD鍊� */ + /** + * 鍏ラ櫌璇婃柇ICD鍊� + */ + @ApiModelProperty(value = "鍏ラ櫌璇婃柇ICD鍊�") private String icd10code; - /** 鍏ラ櫌璇婃柇鍚嶇О */ + /** + * 鍏ラ櫌璇婃柇鍚嶇О + */ + @ApiModelProperty(value = "鍏ラ櫌璇婃柇鍚嶇О") private String diagname; - /** 鍏ラ櫌鏃堕棿 */ + /** + * 鍏ラ櫌鏃堕棿 + */ + @ApiModelProperty(value = "鍏ラ櫌鏃堕棿") @JsonFormat(pattern = "yyyy-MM-dd") @Excel(name = " 鍏ラ櫌鏃堕棿 ", width = 30, dateFormat = "yyyy-MM-dd") private Date starttime; - /** 鍑洪櫌鏃堕棿 */ + /** + * 鍑洪櫌鏃堕棿 + */ + @ApiModelProperty(value = "鍑洪櫌鏃堕棿") @JsonFormat(pattern = "yyyy-MM-dd") @Excel(name = " 鍑洪櫌鏃堕棿 ", width = 30, dateFormat = "yyyy-MM-dd") private Date endtime; - /** 鍏ラ櫌绉戝浠g爜 */ + /** + * 鍏ラ櫌绉戝浠g爜 + */ + @ApiModelProperty(value = "鍏ラ櫌绉戝浠g爜") private String deptcode; - /** 鍏ラ櫌绉戝鍚嶇О */ + /** + * 鍏ラ櫌绉戝鍚嶇О + */ + @ApiModelProperty(value = "鍏ラ櫌绉戝鍚嶇О") private String deptname; - /** 鎴块棿鍙� */ + /** + * 鎴块棿鍙� + */ + @ApiModelProperty(value = "鎴块棿鍙�") private String roomno; - /** 搴婁綅鍙� */ + /** + * 搴婁綅鍙� + */ + @ApiModelProperty(value = "搴婁綅鍙�") @Excel(name = " 搴婁綅鍙� ") - private String bedno; + private String bedNo; - /** 鏈烘瀯ID */ + /** + * 鏈烘瀯ID + */ + @ApiModelProperty(value = "鏈烘瀯ID") @Excel(name = " 鏈烘瀯ID ") private String orgid; - /** 鍒犻櫎鏍囪 */ + /** + * 鍒犻櫎鏍囪 + */ + @ApiModelProperty(value = "鍒犻櫎鏍囪") private String delFlag; - /** 涓婁紶鏍囪 */ + /** + * 涓婁紶鏍囪 + */ + @ApiModelProperty(value = "涓婁紶鏍囪") private Long isupload; - /** 涓婁紶鏃堕棿 */ + /** + * 涓婁紶鏃堕棿 + */ + @ApiModelProperty(value = "涓婁紶鏃堕棿") private Date uploadTime; - /** 妗fID */ + /** + * 妗fID + */ + @ApiModelProperty(value = "妗fID") private Long patid; - /** 鍑洪櫌璇婃柇 */ + /** + * 鍑洪櫌璇婃柇 + */ + @ApiModelProperty(value = "鍑洪櫌璇婃柇") @Excel(name = " 鍑洪櫌璇婃柇 ") private String leavediagname; - /** 鍑洪櫌璇婃柇ICD鍊� */ + /** + * 鍑洪櫌璇婃柇ICD鍊� + */ + @ApiModelProperty(value = "鍑洪櫌璇婃柇ICD鍊�") private String leaveicd10code; - /** 鍖荤敓宸ュ彿 */ + /** + * 鍖荤敓宸ュ彿 + */ + @ApiModelProperty(value = "鍖荤敓宸ュ彿") private String drcode; - /** 鍖荤敓鍚嶇О */ + /** + * 鍖荤敓鍚嶇О + */ + @ApiModelProperty(value = "鍖荤敓鍚嶇О") @Excel(name = " 鍖荤敓鍚嶇О ") private String drname; - /** 鏄惁鐢熸垚鏂规鐘舵��;0鏈敓鎴� 1鐢熸垚鍏ラ櫌 2鐢熸垚鍑洪櫌 9鏃犲尮閰嶆柟妗� */ + /** + * 鏄惁鐢熸垚鏂规鐘舵��;0鏈敓鎴� 1鐢熸垚鍏ラ櫌 2鐢熸垚鍑洪櫌 9鏃犲尮閰嶆柟妗� + */ + @ApiModelProperty(value = "鏄惁鐢熸垚鏂规鐘舵��;0鏈敓鎴� 1鐢熸垚鍏ラ櫌 2鐢熸垚鍑洪櫌 9鏃犲尮閰嶆柟妗�") private Long schemestatus; - /** 鏄惁鐢熸垚閫氱敤鏂规鐘舵��;0鏈敓鎴� 1鐢熸垚 9鏃犲尮閰嶆柟妗� */ + /** + * 鏄惁鐢熸垚閫氱敤鏂规鐘舵��;0鏈敓鎴� 1鐢熸垚 9鏃犲尮閰嶆柟妗� + */ + @ApiModelProperty(value = "鏄惁鐢熸垚閫氱敤鏂规鐘舵��;0鏈敓鎴� 1鐢熸垚 9鏃犲尮閰嶆柟妗�") private Long generalschemestatus; - /** 鍑洪櫌绉戝浠g爜 */ + /** + * 鍑洪櫌绉戝浠g爜 + */ + @ApiModelProperty(value = "鍑洪櫌绉戝浠g爜") private String leaveldeptcode; - /** 鍑洪櫌绉戝鍚嶇О */ + /** + * 鍑洪櫌绉戝鍚嶇О + */ + @ApiModelProperty(value = "鍑洪櫌绉戝鍚嶇О") @Excel(name = " 鍑洪櫌绉戝鍚嶇О ") private String leaveldeptname; - /** 鐥呭尯ID */ - private Long hospitaldistrictid; + /** + * 鐥呭尯ID + */ + @ApiModelProperty(value = "鐥呭尯ID") + private String hospitaldistrictid; - /** 鍑洪櫌鐥呭尯缂栧彿 */ + /** + * 鍑洪櫌鐥呭尯缂栧彿 + */ + @ApiModelProperty(value = "鍑洪櫌鐥呭尯缂栧彿") private String leavehospitaldistrictcode; - /** 鍑洪櫌鐥呭尯鍚嶇О */ + /** + * 鍑洪櫌鐥呭尯鍚嶇О + */ + @ApiModelProperty(value = "鍑洪櫌鐥呭尯鍚嶇О") @Excel(name = " 鍑洪櫌鐥呭尯鍚嶇О ") private String leavehospitaldistrictname; - /** 鍑洪櫌鐥呭尯ID */ - private Long leavehospitaldistrictid; + /** + * 鍑洪櫌鐥呭尯ID + */ + @ApiModelProperty(value = "鍑洪櫌鐥呭尯ID") + private String leavehospitaldistrictid; - /** 鍏ラ櫌绉戝ID */ - private Long deptid; + /** + * 鍏ラ櫌绉戝ID + */ + @ApiModelProperty(value = "鍏ラ櫌绉戝ID") + private String deptid; - /** 鍑洪櫌绉戝ID */ - private Long leaveldeptid; + /** + * 鍑洪櫌绉戝ID + */ + @ApiModelProperty(value = "鍑洪櫌绉戝ID") + private String leaveldeptid; - /** 鏂规鐘舵�佹搷浣滄椂闂� */ + /** + * 鏂规鐘舵�佹搷浣滄椂闂� + */ + @ApiModelProperty(value = "鏂规鐘舵�佹搷浣滄椂闂�") private Date schemetime; - public void setInhospid(Long inhospid) - { - this.inhospid = inhospid; - } + /** + * 鎮h�呭鍚� + */ + @ApiModelProperty(value = "鎮h�呭鍚�") + private String patname; - public Long getInhospid() - { - return inhospid; - } - public void setSerialnum(String serialnum) - { - this.serialnum = serialnum; - } + /** + * 鎮h�呯紪鍙� + */ + @ApiModelProperty(value = "鎮h�呯紪鍙�") + private String patno; - public String getSerialnum() - { - return serialnum; - } - public void setHospitalname(String hospitalname) - { - this.hospitalname = hospitalname; - } + /** + * 浣忛櫌鏍囪瘑锛� 0锛氬湪闄� 1锛氬嚭闄� 2锛氳浆绉� + */ + @ApiModelProperty(value = "浣忛櫌鏍囪瘑锛� 0锛氬湪闄� 1锛氬嚭闄� 2锛氳浆绉�") + private String inhospstate; - public String getHospitalname() - { - return hospitalname; - } - public void setHospitalcode(String hospitalcode) - { - this.hospitalcode = hospitalcode; - } + /** + * 闀挎湡浠诲姟锛屾槸鍚﹀鐞嗭細0鏈鐞� 1澶勭悊 + */ + @ApiModelProperty(value = "闀挎湡浠诲姟锛屾槸鍚﹀鐞嗭細0鏈鐞� 1澶勭悊鎴愬姛 2澶勭悊澶辫触") + private String checkFlag; - public String getHospitalcode() - { - return hospitalcode; - } - public void setHospitaldistrictcode(String hospitaldistrictcode) - { - this.hospitaldistrictcode = hospitaldistrictcode; - } + /** + * 骞撮緞 + */ + @ApiModelProperty(value = "骞撮緞") + private String age; - public String getHospitaldistrictcode() - { - return hospitaldistrictcode; - } - public void setHospitaldistrictname(String hospitaldistrictname) - { - this.hospitaldistrictname = hospitaldistrictname; - } + /** + * 鎵嬫満鍙� + */ + @ApiModelProperty(value = "鎵嬫満鍙�") + private String telcode; + /** + * 鎵嬫満鍙� + */ + @ApiModelProperty(value = "鎵嬫満鍙�") + private String longTaskReason; - 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; - } + /** + * pageNum + */ + @ApiModelProperty("pageNum") + private Integer pageNum; - public String getDiagname() - { - return diagname; - } - public void setStarttime(Date starttime) - { - this.starttime = starttime; - } + /** + * pageSize + */ + @ApiModelProperty("pageSize") + private Integer pageSize; + /** + * 鍑洪櫌鏂瑰紡搴忓彿 + */ + @ApiModelProperty("鍑洪櫌鏂瑰紡搴忓彿") + @Excel(name = "鍑洪櫌鏂瑰紡搴忓彿") + private String outWayId; - 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() { - return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE) - .append("inhospid", getInhospid()) - .append("serialnum", getSerialnum()) - .append("hospitalname", getHospitalname()) - .append("hospitalcode", getHospitalcode()) - .append("hospitaldistrictcode", getHospitaldistrictcode()) - .append("hospitaldistrictname", getHospitaldistrictname()) - .append("icd10code", getIcd10code()) - .append("diagname", getDiagname()) - .append("starttime", getStarttime()) - .append("endtime", getEndtime()) - .append("deptcode", getDeptcode()) - .append("deptname", getDeptname()) - .append("roomno", getRoomno()) - .append("bedno", getBedno()) - .append("orgid", getOrgid()) - .append("delFlag", getDelFlag()) - .append("updateBy", getUpdateBy()) - .append("updateTime", getUpdateTime()) - .append("createBy", getCreateBy()) - .append("createTime", getCreateTime()) - .append("isupload", getIsupload()) - .append("uploadTime", getUploadTime()) - .append("patid", getPatid()) - .append("leavediagname", getLeavediagname()) - .append("leaveicd10code", getLeaveicd10code()) - .append("drcode", getDrcode()) - .append("drname", getDrname()) - .append("schemestatus", getSchemestatus()) - .append("generalschemestatus", getGeneralschemestatus()) - .append("leaveldeptcode", getLeaveldeptcode()) - .append("leaveldeptname", getLeaveldeptname()) - .append("hospitaldistrictid", getHospitaldistrictid()) - .append("leavehospitaldistrictcode", getLeavehospitaldistrictcode()) - .append("leavehospitaldistrictname", getLeavehospitaldistrictname()) - .append("leavehospitaldistrictid", getLeavehospitaldistrictid()) - .append("deptid", getDeptid()) - .append("leaveldeptid", getLeaveldeptid()) - .append("schemetime", getSchemetime()) - .toString(); - } + /** + * 鍑洪櫌鏂瑰紡鍚嶇О + */ + @ApiModelProperty("鍑洪櫌鏂瑰紡鍚嶇О") + @Excel(name = "鍑洪櫌鏂瑰紡鍚嶇О") + private String outWayName; } -- Gitblit v1.9.3