Skip to content

Commit

Permalink
feat: SJIP-629 add new fields in biospecimen report for include
Browse files Browse the repository at this point in the history
  • Loading branch information
celinepelletier committed Oct 27, 2023
1 parent bfca1b7 commit 733cc0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/reports/biospecimen-data/configInclude.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ const biospecimens: SheetConfig = {
{ field: 'participant.participant_id', header: 'Participant ID' },
{ field: 'participant.external_id', header: 'External Participant ID' },
{ field: 'collection_sample_id', header: 'Collection ID' },
{ field: 'external_collection_sample_id', header: 'External Collection ID' },
{ field: 'collection_sample_type', header: 'Collection Sample Type' },
{ field: 'sample_id', header: 'Sample ID' },
{ field: 'container_id', header: 'Container ID' },
{ field: 'external_container_id', header: 'External Container ID' },
{ field: 'external_sample_id', header: 'External Sample ID' },
{ field: 'sample_type', header: 'Sample Type' },
{ field: 'parent_sample_id', header: 'Parent Sample ID' },
{ field: 'external_parent_sample_id', header: 'External Parent Sample ID' },
{ field: 'parent_sample_type', header: 'Parent Sample Type' },
{ field: 'study.study_id', header: 'Study Code' },
{ field: 'study.study_code', header: 'Study Code' },
{ field: 'age_at_biospecimen_collection', header: 'Age At Biospecimen Collection (Days)' },
{ field: 'status', header: 'Sample Availability' },
{ field: 'volume', header: 'Volume' },
Expand Down

0 comments on commit 733cc0d

Please sign in to comment.