|
@ -541,6 +541,7 @@ public class WlyyDoorServiceOrderDO extends UuidIdentityEntityWithOperator {
|
|
private Integer conclusionStatus;//服务小结登记状态:1待补录;2-已补录
|
|
private Integer conclusionStatus;//服务小结登记状态:1待补录;2-已补录
|
|
private Integer prescriptionStatus;//开方状态:1开方完成,0未开方
|
|
private Integer prescriptionStatus;//开方状态:1开方完成,0未开方
|
|
private String prescriptionCode;//处方单号,多个用逗号隔开
|
|
private String prescriptionCode;//处方单号,多个用逗号隔开
|
|
|
|
private String outpatientId;//复诊id
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+08:00")
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+08:00")
|
|
private Date prescriptionTime;//开方完成时间
|
|
private Date prescriptionTime;//开方完成时间
|
|
private Integer type;//发起工单类型(1本人发起 2家人待预约 3医生代预约)
|
|
private Integer type;//发起工单类型(1本人发起 2家人待预约 3医生代预约)
|
|
@ -1183,4 +1184,12 @@ public class WlyyDoorServiceOrderDO extends UuidIdentityEntityWithOperator {
|
|
this.shortcutType = shortcutType;
|
|
this.shortcutType = shortcutType;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Column(name = "outpatient_id")
|
|
|
|
public String getOutpatientId() {
|
|
|
|
return outpatientId;
|
|
|
|
}
|
|
|
|
|
|
|
|
public void setOutpatientId(String outpatientId) {
|
|
|
|
this.outpatientId = outpatientId;
|
|
|
|
}
|
|
}
|
|
}
|