diff --git a/app/Services/PatientCaseService.php b/app/Services/PatientCaseService.php index 09f9dce..418e0e9 100644 --- a/app/Services/PatientCaseService.php +++ b/app/Services/PatientCaseService.php @@ -258,21 +258,17 @@ class PatientCaseService extends BaseService "height", // 身高(cm) "weight", // 体重(kg) "marital_status", // 婚姻状况(0:未婚 1:已婚 2:离异) - "disease_class_name", // 疾病名称-系统 - "diagnosis_date", // 确诊日期 - "disease_desc", // 病情描述(主诉) + "nation_id", // 民族名称 + "job_id", // 职业名称 "is_allergy_history", // 是否存在过敏史(0:否 1:是) "is_family_history", // 是否存在家族病史(0:否 1:是) "is_pregnant", // 是否备孕、妊娠、哺乳期(0:否 1:是) - "is_taboo", // 是否服用过禁忌药物,且无相关禁忌(0:否 1:是)问诊购药时存在 - "is_take_medicine", // 正在服药(0:否 1:是) - "nation_name", // 民族名称 - "job_name", // 职业名称 - "diagnosis_hospital", // 确诊医院 "is_operation", // 是否存在手术(0:否 1:是) "drink_wine_status", // 饮酒状态(1:从不 2:偶尔 3:经常 4:每天 5:已戒酒) "smoke_status", // 吸烟状态(1:从不 2:偶尔 3:经常 4:每天 5:已戒烟) "chemical_compound_status", // 化合物状态(1:从不 2:偶尔 3:经常 4:每天) + "diagnosis_hospital", // 确诊医院 + "is_take_medicine", // 正在服药(0:否 1:是) ]; try {