Skip to content

Commit

Permalink
feat: SKFP-843 change diagnosis_mondo to mondo_display_term (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
aperron-ferlab authored May 10, 2024
1 parent b715343 commit f6fdbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reports/biospecimen-data/configKfNext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const biospecimens: SheetConfig = {
{ field: 'volume', header: 'Volume' },
{ field: 'volume_unit', header: 'Volume Unit' },
{ field: 'collection_method_of_sample_procurement', header: 'Method of Sample Procurement' },
{ field: 'diagnoses.diagnosis_mondo', header: 'Histological Diagnosis (MONDO)' },
{ field: 'diagnoses.mondo_display_term', header: 'Histological Diagnosis (MONDO)' },
{ field: 'diagnoses.diagnosis_ncit', header: 'Histological Diagnosis (NCIT)' },
{ field: 'diagnoses.source_text', header: 'Histological Diagnosis (Source Text)' },
{ field: 'diagnoses.source_text_tumor_location', header: 'Tumor Location (Source Text)' },
Expand Down

0 comments on commit f6fdbae

Please sign in to comment.