| | |
| | | /** |
| | | * 自增ID |
| | | */ |
| | | @ApiModelProperty(name = "自增ID") |
| | | @ApiModelProperty("自增ID") |
| | | private Long patid; |
| | | |
| | | /** |
| | |
| | | private Long sex; |
| | | |
| | | /** |
| | | * 证件类型 |
| | | */ |
| | | @ApiModelProperty("证件类型") |
| | | @Excel(name = " 证件类型 ") |
| | | private String idcardtype; |
| | | |
| | | |
| | | /** |
| | | * 证件号码 |
| | | */ |
| | | @ApiModelProperty("籍贯") |
| | | @Excel(name = " 籍贯 ") |
| | | private String nativePlace; |
| | | |
| | | |
| | | /** |
| | | * 证件号码 |
| | | */ |
| | | @ApiModelProperty("居住地") |
| | | @Excel(name = " 居住地 ") |
| | | private String placeOfResidence; |
| | | |
| | | |
| | | /** |
| | | * 证件号码 |
| | | */ |
| | | @ApiModelProperty("出生地") |
| | | @Excel(name = " 出生地 ") |
| | | private String birthplace; |
| | | |
| | | |
| | | /** |
| | | * 证件号码 |
| | | */ |
| | | @ApiModelProperty("证件号码") |
| | | @Excel(name = " 证件号码 ") |
| | | private String iccardno; |
| | | private String idcardno; |
| | | |
| | | /** |
| | | * 生日 |
| | |
| | | * 来源 |
| | | */ |
| | | @ApiModelProperty("来源") |
| | | @Excel(name = " 来源 ") |
| | | private Long source; |
| | | |
| | | /** |
| | |
| | | * 建档人 |
| | | */ |
| | | @ApiModelProperty("建档人") |
| | | @Excel(name = " 建档人 ") |
| | | private String archiveby; |
| | | |
| | | /** |
| | |
| | | @Excel(name = " 手机号码 ") |
| | | private String telcode; |
| | | |
| | | |
| | | /** |
| | | * 亲属号码 |
| | | */ |
| | |
| | | private String relativetelcode; |
| | | |
| | | /** |
| | | * 证件类型 |
| | | * 民族 |
| | | */ |
| | | @ApiModelProperty("证件类型") |
| | | @Excel(name = " 证件类型 ") |
| | | private String iccardtype; |
| | | @ApiModelProperty("民族") |
| | | @Excel(name = " 民族 ") |
| | | private String nation; |
| | | |
| | | /** |
| | | * 机构ID |
| | | */ |
| | | @ApiModelProperty("机构ID") |
| | | @Excel(name = " 机构ID ") |
| | | private String orgid; |
| | | |
| | | /** |
| | | * 微信openid |
| | | */ |
| | | @ApiModelProperty("微信openid") |
| | | @Excel(name = " 微信openid ") |
| | | private String openid; |
| | | |
| | | /** |
| | |
| | | @Excel(name = " 标签 ", cellType = Excel.ColumnType.STRING) |
| | | private String tag; |
| | | |
| | | @ApiModelProperty("标签集合") |
| | | private List<String> tagList; |
| | | /** |
| | | * 标签 |
| | | */ |
| | | @ApiModelProperty("标签id") |
| | | @Excel(name = " 标签id ", cellType = Excel.ColumnType.STRING) |
| | | private Long tagid; |
| | | |
| | | @ApiModelProperty("标签集合") |
| | | private List<PatArchivetag> tagList; |
| | | |
| | | /** |
| | | * 标签 |
| | | */ |
| | | @ApiModelProperty("患者类型") |
| | | @Excel(name = " 患者类型 ", cellType = Excel.ColumnType.STRING) |
| | | private String pattype; |
| | | |
| | | /** |
| | | * 钉钉号 |
| | | */ |
| | | @ApiModelProperty("钉钉号") |
| | | @Excel(name = " 钉钉号 ") |
| | | private String dduserid; |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE).append("patid", getPatid()).append("name", getName()).append("sex", getSex()).append("iccardno", getIccardno()).append("birthdate", getBirthdate()).append("age", getAge()).append("source", getSource()).append("archivetime", getArchivetime()).append("archiveby", getArchiveby()).append("telcode", getTelcode()).append("relativetelcode", getRelativetelcode()).append("iccardtype", getIccardtype()).append("orgid", getOrgid()).append("openid", getOpenid()).append("delFlag", getDelFlag()).append("updateBy", getUpdateBy()).append("updateTime", getUpdateTime()).append("createBy", getCreateBy()).append("createTime", getCreateTime()).append("isupload", getIsupload()).append("uploadTime", getUploadTime()).toString(); |
| | | return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE).append("patid", getPatid()).append("name", getName()).append("sex", getSex()).append("idcardno", getIdcardno()).append("birthdate", getBirthdate()).append("age", getAge()).append("source", getSource()).append("archivetime", getArchivetime()).append("archiveby", getArchiveby()).append("telcode", getTelcode()).append("relativetelcode", getRelativetelcode()).append("idcardtype", getIdcardtype()).append("orgid", getOrgid()).append("openid", getOpenid()).append("delFlag", getDelFlag()).append("updateBy", getUpdateBy()).append("updateTime", getUpdateTime()).append("createBy", getCreateBy()).append("createTime", getCreateTime()).append("isupload", getIsupload()).append("uploadTime", getUploadTime()).toString(); |
| | | } |
| | | } |