Skip to content

Commit

Permalink
fix (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
adipaul1981 authored Mar 14, 2022
1 parent b8f5ebc commit b9b015f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/reports/clinical-data/configInclude.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const participants: SheetConfig = {
{ field: 'family.family_id', header: 'Family ID' },
{ field: 'family_type' },
{ field: 'study.study_name', header: 'Study Name' },
{ field: 'study.study_code', header: 'Study Code' },
{ field: 'study.study_id', header: 'Study Code' },
{ field: 'sex' },
{ field: 'race' },
{ field: 'ethnicity' },
Expand Down Expand Up @@ -38,7 +38,7 @@ const phenotypes: SheetConfig = {
sheetName: 'Phenotypes',
root: 'phenotype',
columns: [
{ field: 'fhir_id' },
{ field: 'participant_id' },
{ field: 'external_id' },
{
field: 'phenotype.hpo_phenotype_observed',
Expand Down Expand Up @@ -79,7 +79,7 @@ const diagnoses: SheetConfig = {
sheetName: 'Diagnoses',
root: 'diagnosis',
columns: [
{ field: 'fhir_id' },
{ field: 'participant_id' },
{ field: 'external_id' },
{
field: 'fhir_id',
Expand Down

0 comments on commit b9b015f

Please sign in to comment.