|  |  | 
 |  |  |     private String name; | 
 |  |  |     private String sex; | 
 |  |  |     private String idcardno; | 
 |  |  |     private Date Birthday; | 
 |  |  |     private Long age; | 
 |  |  |     private String ageunit; | 
 |  |  |     private Long age2; | 
 |  |  |     private String ageunit2; | 
 |  |  |     private String registeraddress; | 
 |  |  |     private String registerprovince; | 
 |  |  |     private String registerprovinceName; | 
 |  |  | 
 |  |  |     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") | 
 |  |  |     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") | 
 |  |  |     private Date reporttime; | 
 |  |  |     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") | 
 |  |  |     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") | 
 |  |  |     private Date donatetime; | 
 |  |  |     private Long meid; | 
 |  |  |     private Long infoid; | 
 |  |  |     private String hospitalassesscontent; |