Skip to content

Commit

Permalink
fix: move tumor entity out of patient category
Browse files Browse the repository at this point in the history
  • Loading branch information
torbrenner committed Jul 14, 2023
1 parent c5628c0 commit 25341ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/catalogue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export const staticCatalogue: Array<Category> = [
},
]
),
new Category('tumor_entity', 'Tumorentität', Entities),
new Criteria(
'75186-7',
{ de: 'Vitalstatus', en: 'Vital status' },
Expand All @@ -62,6 +61,7 @@ export const staticCatalogue: Array<Category> = [
]
),
]),
new Category('tumor_entity', 'Tumorentität', Entities),
new Category('tumor_classification', 'Klassifikation von Tumoren', [
new Criteria(
'year_of_diagnosis',
Expand Down

0 comments on commit 25341ca

Please sign in to comment.