| | |
| | | package cn.lihu.jh.module.ecg.dal.dataobject.checktype; |
| | | |
| | | import com.baomidou.mybatisplus.extension.handlers.JacksonTypeHandler; |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | | import lombok.*; |
| | | import java.util.*; |
| | | import java.time.LocalDateTime; |
| | |
| | | */ |
| | | private Integer callingColumn; |
| | | /** |
| | | * 是否显示患者条码 |
| | | * 根据患者来源决定,是否显示患者条码 |
| | | */ |
| | | private Integer displayBarcode; |
| | | @TableField(typeHandler = JacksonTypeHandler.class) |
| | | private Integer[] displayBarcode; |
| | | /** |
| | | * 是否需要确费 |
| | | */ |
| | |
| | | */ |
| | | @TableField(typeHandler = JacksonTypeHandler.class) |
| | | private Integer[] affinityCheckTypes; |
| | | |
| | | /** |
| | | * 预约注意事项 |
| | | */ |
| | | private String notes; |
| | | |
| | | /** |
| | | * 预约序号显示前缀 |
| | | */ |
| | | private String seqPrefix; |
| | | |
| | | /** |
| | | * 是否需要确费 |
| | | */ |
| | | private Integer feeConfirm; |
| | | } |