From bbaefb5baa7a44a4f03e54ad278deff4aabbebb2 Mon Sep 17 00:00:00 2001 From: adipaul1981 Date: Fri, 18 Mar 2022 14:00:31 -0400 Subject: [PATCH] Fix/download family no fam (#57) * fix * review comments --- src/reports/family-clinical-data/configInclude.ts | 3 +++ 1 file changed, 3 insertions(+) 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' },