| | |
| | | /** |
| | | * 就诊类型(1门诊 2出院) |
| | | */ |
| | | @Excel(name = " 就诊类型(1门诊 2出院)") |
| | | @ApiModelProperty(value = "就诊类型(1门诊 2出院)") |
| | | @Excel(name = " 就诊类型(1门诊 2出院 3.专病)") |
| | | @ApiModelProperty(value = "就诊类型(1门诊 2出院 3.专病)") |
| | | private String hospType; |
| | | |
| | | /** |
| | | * 微信 |
| | | */ |
| | | @Excel(name = " 微信") |
| | | @ApiModelProperty(value = "微信") |
| | | private String wechat; |
| | | |
| | | |
| | | /** |
| | | * 诊断名称 |
| | | */ |
| | | @Excel(name = " 诊断名称") |
| | | @ApiModelProperty(value = "诊断名称") |
| | | private String diagname; |
| | | |
| | | /** |
| | | * 科室名称 |
| | | */ |
| | | @Excel(name = "科室名称") |
| | | @ApiModelProperty(value = "科室名称") |
| | | private String deptname; |
| | | |
| | | /** |
| | | * 就诊日期 |
| | | */ |
| | | @Excel(name = " 就诊日期") |
| | | @ApiModelProperty(value = "就诊日期") |
| | | private Date admindate; |
| | | |
| | | /** |
| | | * 病房号 |
| | | */ |
| | | @Excel(name = " 病房号") |
| | | @ApiModelProperty(value = "病房号") |
| | | private String roomno; |
| | | |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE).append("id", getId()).append("sendname", getSendname()).append("phone", getPhone()).append("sex", getSex()).append("age", getAge()).append("sfzh", getSfzh()).append("addr", getAddr()).append("senderdetail", getSenderdetail()).append("type", getType()).append("taskid", getTaskid()).append("templateid", getTemplateid()).append("templatename", getTemplatename()).append("senddate", getSenddate()).append("sendlimitabegin", getSendlimitabegin()).append("sendlimitaend", getSendlimitaend()).append("sendlimitpbegin", getSendlimitpbegin()).append("sendlimitpend", getSendlimitpend()).append("sendlimitnbegin", getSendlimitnbegin()).append("sendlimitnend", getSendlimitnend()).append("sendstate", getSendstate()).append("senduuid", getSenduuid()).append("result", getResult()).append("finishtime", getFinishtime()).append("userid", getUserid()).append("username", getUsername()).append("outbounduuid", getOutbounduuid()).append("recordid", getRecordid()).append("recallcount", getRecallcount()).append("exrecallcount", getExrecallcount()).append("pulltime", getPulltime()).append("bqsms", getBqsms()).append("bhsms", getBhsms()).append("deptcode", getDeptcode()).append("labelstatus", getLabelstatus()).append("delFlag", getDelFlag()).append("updateBy", getUpdateBy()).append("updateTime", getUpdateTime()).append("createBy", getCreateBy()).append("createTime", getCreateTime()).append("isupload", getIsupload()).append("uploadTime", getUploadTime()).append("orgid", getOrgid()).append("pid", getPid()).append("guid", getGuid()).append("textParam", getTextParam()).toString(); |