From e609e05ca6dac2ed2e8babd876a44998b5f2646a Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Mon, 4 Dec 2023 16:50:26 +0800 Subject: [PATCH] 1 --- app/Services/PatientCaseService.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/Services/PatientCaseService.php b/app/Services/PatientCaseService.php index bca8717..9cace7b 100644 --- a/app/Services/PatientCaseService.php +++ b/app/Services/PatientCaseService.php @@ -362,6 +362,8 @@ class PatientCaseService extends BaseService "height", // 身高(cm) "weight", // 体重(kg) "marital_status", // 婚姻状况(0:未婚 1:已婚 2:离异) + "nation_id", // 民族名称 + "job_id", // 职业名称 "disease_class_name", // 疾病名称-系统 "diagnosis_date", // 确诊日期 "disease_desc", // 病情描述(主诉) @@ -480,6 +482,8 @@ class PatientCaseService extends BaseService "height", // 身高(cm) "weight", // 体重(kg) "marital_status", // 婚姻状况(0:未婚 1:已婚 2:离异) + "nation_id", // 民族名称 + "job_id", // 职业名称 "disease_class_name", // 疾病名称-系统 "diagnosis_date", // 确诊日期 "disease_desc", // 病情描述(主诉)