diff --git a/app/Services/PatientFamilyService.php b/app/Services/PatientFamilyService.php index 272ff2d..a67193d 100644 --- a/app/Services/PatientFamilyService.php +++ b/app/Services/PatientFamilyService.php @@ -43,6 +43,7 @@ class PatientFamilyService extends BaseService 'sex', 'age', 'nation_id', + 'nation_name', ]; $patient_familys = PatientFamilyModel::getList($params, $field);