Skip to content

Commit

Permalink
Fix/download family no fam (#57)
Browse files Browse the repository at this point in the history
* fix

* review comments
  • Loading branch information
adipaul1981 authored Mar 18, 2022
1 parent 6788f09 commit bbaefb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/reports/family-clinical-data/configInclude.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit bbaefb5

Please sign in to comment.