|
@@ -10,7 +10,7 @@
|
|
|
ad.patient_gender AS gender, -- 性别
|
|
ad.patient_gender AS gender, -- 性别
|
|
|
ad.patient_birthday AS birthday, -- 生日
|
|
ad.patient_birthday AS birthday, -- 生日
|
|
|
ad.patient_age AS age, -- 年龄
|
|
ad.patient_age AS age, -- 年龄
|
|
|
- ad.medicalInsurance, -- 是否医保(从主表查询)
|
|
|
|
|
|
|
+ ad.medical_insurance as medicalInsurance, -- 是否医保(从主表查询)
|
|
|
ad.visit_time AS visitDate, -- 就诊日期
|
|
ad.visit_time AS visitDate, -- 就诊日期
|
|
|
ad.outpatient_number AS visitSerialNumber, -- 就诊流水号(从主表查询)
|
|
ad.outpatient_number AS visitSerialNumber, -- 就诊流水号(从主表查询)
|
|
|
ad.medical_dept_name AS medicalDeptName, -- 科室名称
|
|
ad.medical_dept_name AS medicalDeptName, -- 科室名称
|