| | |
| | | * 死亡时间 |
| | | */ |
| | | @ApiModelProperty("死亡时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "死亡时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date deathtime; |
| | | |
| | |
| | | * 手术开始时间 |
| | | */ |
| | | @ApiModelProperty("手术开始时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "手术开始时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date operationbegtime; |
| | | |
| | |
| | | * 手术结束时间 |
| | | */ |
| | | @ApiModelProperty("手术结束时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "手术结束时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date operationendtime; |
| | | |
| | |
| | | * 腹主动脉插管时间 |
| | | */ |
| | | @ApiModelProperty("腹主动脉插管时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "腹主动脉插管时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date abdominalaortacannulatime; |
| | | |
| | |
| | | * 腹主动脉灌注时间 |
| | | */ |
| | | @ApiModelProperty("腹主动脉灌注时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "腹主动脉灌注时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date abdominalaortaperfusiontime; |
| | | |
| | |
| | | * 门静脉插管时间 |
| | | */ |
| | | @ApiModelProperty("门静脉插管时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "门静脉插管时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date portalveincannulatime; |
| | | |
| | |
| | | * 门静脉灌注时间 |
| | | */ |
| | | @ApiModelProperty("门静脉灌注时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "门静脉灌注时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date portalveinperfusiontime; |
| | | |
| | |
| | | * 肺动脉插管时间 |
| | | */ |
| | | @ApiModelProperty("肺动脉插管时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "肺动脉插管时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date pulmonaryarterycannulatime; |
| | | |
| | |
| | | * 肺动脉灌注时间 |
| | | */ |
| | | @ApiModelProperty("肺动脉灌注时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "肺动脉灌注时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date pulmonaryarteryperfusiontime; |
| | | |
| | |
| | | * 主动脉插管时间 |
| | | */ |
| | | @ApiModelProperty("主动脉插管时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "主动脉插管时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date aortacannulatime; |
| | | |
| | |
| | | * 主动脉灌注时间 |
| | | */ |
| | | @ApiModelProperty("主动脉灌注时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "主动脉灌注时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date aortaperfusiontime; |
| | | |
| | |
| | | */ |
| | | @ApiModelProperty("协调员进手术室时间") |
| | | @Excel(name = "协调员进手术室时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date coordinatorInOperating; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @ApiModelProperty("协调员出手术室时间") |
| | | @Excel(name = "协调员出手术室时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date coordinatorOutOperating; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @ApiModelProperty("协调员签字时间") |
| | | @Excel(name = "协调员签字时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date coordinatorSignTime; |
| | | |
| | | } |