| | |
| | | package cn.lihu.jh.module.ecg.dal.dataobject.appointment; |
| | | |
| | | import lombok.*; |
| | | |
| | | import java.time.*; |
| | | import java.util.*; |
| | | import java.time.LocalDateTime; |
| | | import java.time.LocalDateTime; |
| | | import java.time.LocalDateTime; |
| | | import java.time.LocalDateTime; |
| | |
| | | * |
| | | * 枚举 {@link TODO system_user_sex 对应的类} |
| | | */ |
| | | private Boolean patGender; |
| | | private Byte patGender; |
| | | /** |
| | | * 患者生日 |
| | | */ |
| | |
| | | */ |
| | | private String bookId; |
| | | /** |
| | | * 预约检查时间段 |
| | | * 预约日期 |
| | | */ |
| | | private LocalDateTime bookPeriodStart; |
| | | private LocalDate bookDate; |
| | | /** |
| | | * 预约检查时间段 |
| | | * 预约时间段 |
| | | */ |
| | | private LocalDateTime bookPeriodEnd; |
| | | private Integer bookTimeslot; |
| | | /** |
| | | * 预约发生时间 |
| | | */ |
| | |
| | | * |
| | | * 枚举 {@link TODO ecg_check_type 对应的类} |
| | | */ |
| | | private Boolean bookCheckType; |
| | | private Byte bookCheckType; |
| | | /** |
| | | * 预约来源:X系统、护士手动预约 |
| | | */ |
| | | private String bookSrc; |
| | | private Byte bookSrc; |
| | | /** |
| | | * 从数据平台同步时间 |
| | | */ |