diff --git a/app/Services/PatientCaseService.php b/app/Services/PatientCaseService.php index 418e0e9..4151ccf 100644 --- a/app/Services/PatientCaseService.php +++ b/app/Services/PatientCaseService.php @@ -374,8 +374,6 @@ class PatientCaseService extends BaseService "is_taboo", // 是否服用过禁忌药物,且无相关禁忌(0:否 1:是)问诊购药时存在 "is_take_medicine", // 正在服药(0:否 1:是) "drugs_name", // 正在服药名称 - "nation_name", // 民族名称 - "job_name", // 职业名称 "diagnosis_hospital", // 确诊医院 "is_operation", // 是否存在手术(0:否 1:是) "operation", // 手术描述 @@ -494,8 +492,6 @@ class PatientCaseService extends BaseService "is_taboo", // 是否服用过禁忌药物,且无相关禁忌(0:否 1:是)问诊购药时存在 "is_take_medicine", // 正在服药(0:否 1:是) "drugs_name", // 正在服药名称 - "nation_name", // 民族名称 - "job_name", // 职业名称 "diagnosis_hospital", // 确诊医院 "is_operation", // 是否存在手术(0:否 1:是) "operation", // 手术描述