门诊皮试 up
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
ad.name AS medicationInformation, --药品信息
|
||||
md.bus_no || ' ' || md.name || ' 规格:' || COALESCE(m.total_volume, '') AS medicationDetail,--药品
|
||||
m.lot_number AS medicationLotNumber, --药品批次号
|
||||
mr.status_enum, --药品状态
|
||||
mr.status_enum AS medicationStatusEnum, --药品状态
|
||||
sr.performer_id, --执行护士
|
||||
sr.performer_check_id,--核对人
|
||||
to_char(sr.occurrence_start_time, 'YYYY-MM-DD HH24:MI:SS') AS occurrenceStartTime, --预计执行时间
|
||||
@@ -39,7 +39,7 @@
|
||||
ad.bus_no = 'ps001' -- 皮试检查的编号,todo:编号未定,后期修改
|
||||
AND mr.skin_test_flag = 1
|
||||
AND md.skin_test_flag = 1
|
||||
AND sr.status_enum = 2 --服务状态有效
|
||||
AND sr.status_enum in (2,3,6) --服务状态有效
|
||||
AND ep.type_code = '1' --参与者身份类型是医生
|
||||
|
||||
<!-- 门诊号 查询条件-->
|
||||
@@ -95,7 +95,7 @@
|
||||
ad.bus_no = 'ps001' -- 皮试检查的编号,todo:编号未定,后期修改
|
||||
AND mr.skin_test_flag = 1
|
||||
AND md.skin_test_flag = 1
|
||||
AND sr.status_enum = 2 --服务状态有效
|
||||
AND sr.status_enum in (2,3,6) --服务状态有效
|
||||
AND ep.type_code = '1' --参与者身份类型是医生
|
||||
|
||||
<!-- 门诊号 查询条件-->
|
||||
|
||||
Reference in New Issue
Block a user