| | |
| | | private String corpUserId; |
| | | /** 活动日期id */ |
| | | private String activityDayId; |
| | | /** 面诊房间id */ |
| | | private String comRoomId; |
| | | /** 治疗房间id */ |
| | | private String treatRoomId; |
| | | |
| | | |
| | | /** 添加模式(Appointment) */ |
| | |
| | | /** 结束时间 */ |
| | | private String endTime; |
| | | |
| | | /** 敷麻时长(分) */ |
| | | private Integer palsyDuration; |
| | | /** 等待时长(分) */ |
| | | private Integer waitDuration; |
| | | |
| | | /** 实际面诊时长(分) */ |
| | | private Integer realMzTime; |
| | | /** 等待时长(分) */ |
| | | private Integer waitTime; |
| | | |
| | | |
| | | private Integer waitDuration; |
| | | /** 沟通时长(分) */ |
| | | private Integer gtTime; |
| | | private Integer comDuration; |
| | | /** 面诊时长(分) */ |
| | | private Integer mzTime; |
| | | private Integer docComDuration; |
| | | /** 麻敷时长(分) */ |
| | | private Integer mfTime; |
| | | private Integer palsyDuration; |
| | | /** 术前时长(分) */ |
| | | private Integer sqTime; |
| | | private Integer readyDuration; |
| | | /** 治疗时长(分) */ |
| | | private Integer zlTime; |
| | | private Integer treatDuration; |
| | | /** 医生治疗时长(分) */ |
| | | private Integer doctorZlTime; |
| | | |
| | |
| | | // private Integer isChangeDoctor; |
| | | // /** 编辑预约 - 是否时间有变化(0否1是) */ |
| | | // private Integer isChangeTime; |
| | | |
| | | |
| | | /** 后台操作预约:时长字段赋值统一字段 */ |
| | | public void timeFill(){ |
| | | this.mzTime = this.docComDuration; |
| | | this.gtTime = this.comDuration; |
| | | this.mfTime = this.palsyDuration; |
| | | this.sqTime = this.readyDuration; |
| | | this.waitTime = this.waitDuration; |
| | | this.zlTime = treatDuration; |
| | | } |
| | | } |