This commit is contained in:
liuhongrui
2025-03-04 18:00:21 +08:00
parent 42ea3940d3
commit 7b20de9c3d
5 changed files with 20 additions and 49 deletions

View File

@@ -106,13 +106,13 @@
pt.name,
pt.id_card,
c.description,
pt.bus_no,
e.bus_no,
pt.bus_no as patientBusNo,
e.bus_no as encounterBusNo,
pt.gender_enum,
e.start_time,
e.start_time as encounterTime,
e.subject_status_enum,
ogt.name,
p.name,
ogt.name as organizationName,
p.name as doctorName,
pt.phone
FROM
adm_encounter e