| | |
| | | private Integer visitCount; |
| | | |
| | | /** |
| | | * 复诊通知:0已通知 1未通知 |
| | | */ |
| | | @ApiModelProperty(value = "复诊通知:0已通知 1未通知") |
| | | private Integer visitNotice; |
| | | |
| | | /** |
| | | * 是否在次随访:1否 2是 |
| | | */ |
| | | @ApiModelProperty(value = "是否在次随访:1是 2否") |
| | |
| | | * 出院时间 |
| | | */ |
| | | @ApiModelProperty(value = "出院时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date endtime; |
| | | |
| | | /** |
| | | * 入院时间 |
| | | */ |
| | | @ApiModelProperty(value = "入院时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date starttime; |
| | | |
| | | |
| | |
| | | */ |
| | | @ApiModelProperty(value = "随访方式") |
| | | private String visitType; |
| | | |
| | | |
| | | @ApiModelProperty(value = "随访部门编码") |
| | | private String visitDeptCode; |
| | | |