367
门诊医生站:检验开单“免疫”类别下的检验项目取值错误,与后台维护数据不一致 357 门诊挂号:通过“预约签到”产生的记录,列表“挂号类型”未体现预约标识
This commit is contained in:
@@ -146,4 +146,11 @@ public class CurrentDayEncounterDto {
|
||||
*/
|
||||
private Integer displayOrder;
|
||||
|
||||
/**
|
||||
* 是否来自预约签到
|
||||
* true: 预约签到
|
||||
* false: 正常挂号
|
||||
*/
|
||||
private Boolean isFromAppointment;
|
||||
|
||||
}
|
||||
|
||||
@@ -72,6 +72,12 @@ public class EncounterFormData {
|
||||
@JsonSerialize(using = ToStringSerializer.class)
|
||||
private Long organizationId;
|
||||
|
||||
/**
|
||||
* 预约订单ID(用于预约签到时关联预约订单)
|
||||
*/
|
||||
@JsonSerialize(using = ToStringSerializer.class)
|
||||
private Long orderId;
|
||||
|
||||
/**
|
||||
* 设置默认值
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user