401
门诊完诊审计日志错误:div_log 表中 pool_id 与 slot_id 存值与设计规范不符 400 门诊医生站点击【完诊】后,triage_queue_item 表 status 字段未按规范更新为 30 393 疾病报告管理-报告卡管理:状态为“审核失败”的报卡操作列缺失“审核”按钮 369 【住院管理】进入护理记录模块报错 361 三测单(体温单)住院第一日显示 1970-01-01,未正确获取入院日期
This commit is contained in:
@@ -153,4 +153,16 @@ public class CurrentDayEncounterDto {
|
||||
*/
|
||||
private Boolean isFromAppointment;
|
||||
|
||||
/**
|
||||
* 号源槽位ID(关联 adm_schedule_slot.id)
|
||||
*/
|
||||
@JsonSerialize(using = ToStringSerializer.class)
|
||||
private Long slotId;
|
||||
|
||||
/**
|
||||
* 号源池ID(关联 adm_schedule_pool.id)
|
||||
*/
|
||||
@JsonSerialize(using = ToStringSerializer.class)
|
||||
private Long poolId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user