| | |
| | | @ApiModelProperty(value = "几天及时率") |
| | | private Integer rateDay; |
| | | |
| | | /** |
| | | * 是否再次随访 |
| | | */ |
| | | @ApiModelProperty(value = "几天及时率") |
| | | private Integer isVisitAgain; |
| | | |
| | | @ApiModelProperty(value = "异常预警:0绿色;1红色;2黄色") |
| | |
| | | @ApiModelProperty(value = "diagType集合") |
| | | private List<String> diagTypes; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | @ApiModelProperty(value = "发送时间") |
| | | private Date visittime; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | @ApiModelProperty(value = "完成时间") |
| | | private Date finishtime; |
| | | |
| | | @ApiModelProperty(value = "就诊类型(1门诊 2出院 3.专病 4.外部导入 5急诊、6住院、7体检)") |
| | | private String hospType; |
| | | |
| | | /** |
| | | * pageNum |
| | | */ |