|
@@ -25,6 +25,11 @@ public class MidIncidentWarningVO {
|
|
|
private String medical_dept_name;//科室名称
|
|
private String medical_dept_name;//科室名称
|
|
|
@NotBlank(message = "就诊类型不能为空")
|
|
@NotBlank(message = "就诊类型不能为空")
|
|
|
private String visit_type;//就诊类型(1住院、2门诊)
|
|
private String visit_type;//就诊类型(1住院、2门诊)
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 险种类别
|
|
|
|
|
+ * 1.医疗、2.工伤、3.生育
|
|
|
|
|
+ */
|
|
|
|
|
+ private String insurance_type;
|
|
|
private String in_hosp_date;//入院日期(就诊类型是住院的非空,格式:yyyy-MM-dd HH:mm:ss)
|
|
private String in_hosp_date;//入院日期(就诊类型是住院的非空,格式:yyyy-MM-dd HH:mm:ss)
|
|
|
// @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
// @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
// @DateTimeFormat(pattern= "yyyy-MM-dd HH:mm:ss")
|
|
// @DateTimeFormat(pattern= "yyyy-MM-dd HH:mm:ss")
|