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", // 病情描述(主诉)