diff --git a/src/reports/family-clinical-data/configInclude.ts b/src/reports/family-clinical-data/configInclude.ts index 3cc688c..8f012f0 100644 --- a/src/reports/family-clinical-data/configInclude.ts +++ b/src/reports/family-clinical-data/configInclude.ts @@ -8,6 +8,9 @@ const participants: SheetConfig = { { field: 'external_id' }, { field: 'family.family_id', header: 'Family ID' }, { field: 'family_type' }, + { field: 'family.father_id', header: 'Father ID' }, + { field: 'family.mother_id', header: 'Mother ID' }, + { field: 'family.family_relations.relation', header: 'Family Relationship' }, { field: 'study.study_name', header: 'Study Name' }, { field: 'study.study_id', header: 'Study Code' }, { field: 'sex' },