diff --git a/packages/demo/public/catalogues/catalogue-dktk.json b/packages/demo/public/catalogues/catalogue-dktk.json index 8d9313d..6c8b5d0 100644 --- a/packages/demo/public/catalogues/catalogue-dktk.json +++ b/packages/demo/public/catalogues/catalogue-dktk.json @@ -22,8 +22,8 @@ }, { "key": "other", - "name": "Sonstiges / Intersexuell", - "description": "Sonstiges / Intersexuell" + "name": "Divers / intersexuell", + "description": "Divers / intersexuell" }, { diff --git a/packages/demo/public/options.json b/packages/demo/public/options.json index b98fe15..69a4e3d 100644 --- a/packages/demo/public/options.json +++ b/packages/demo/public/options.json @@ -25,7 +25,7 @@ "male": "Männlich", "female": "Weiblich", "unknown": "Unbekannt", - "other": "Sonstiges / Intersexuell" + "other": "Divers / intersexuell" } }, "diagnosis": { @@ -162,20 +162,6 @@ { "title": "Patienten", "dataKey": "patients" - }, - { - "title": "Bioproben*", - "aggregatedDataKeys": [ - { - "groupCode": "specimen" - }, - { - "stratifierCode": "Histlogoies", - "stratumCode": "1" - }, - { - } - ] } ] } diff --git a/packages/demo/src/AppCCP.svelte b/packages/demo/src/AppCCP.svelte index 75600b4..abcba23 100644 --- a/packages/demo/src/AppCCP.svelte +++ b/packages/demo/src/AppCCP.svelte @@ -230,7 +230,7 @@ const barChartBackgroundColors: string[] = ["#4dc9f6","#3da4c7"];