Skip to content

Commit

Permalink
feat(catalog): rework structure for tumor therapy
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsJohansen87 committed Oct 13, 2023
1 parent 4622cf7 commit 287970d
Showing 1 changed file with 10 additions and 25 deletions.
35 changes: 10 additions & 25 deletions packages/demo/public/catalogues/catalogue-dktk.json
Original file line number Diff line number Diff line change
Expand Up @@ -18621,54 +18621,39 @@
{
"key": "therapy_of_tumor",
"name": "Therapie des Tumors",
"childCategories": [
"system": "",
"fieldType": "single-select",
"type": "EQUALS",
"criteria": [
{
"key": "OP",
"name": "Operation",
"system": "",
"fieldType": "single-select",
"type": "EQUALS",
"criteria": []
"description": ""
},
{
"key": "ST",
"name": "Strahlentherapie",
"system": "",
"fieldType": "single-select",
"type": "EQUALS",
"criteria": []
"description": ""
},
{
"key": "CH",
"name": "Chemotherapie",
"system": "",
"fieldType": "single-select",
"type": "EQUALS",
"criteria": []
"description": ""
},
{
"key": "IM",
"name": "Immunotherapie",
"system": "",
"fieldType": "single-select",
"type": "EQUALS",
"criteria": []
"description": ""
},
{
"key": "HO",
"name": "Hormontherapie",
"system": "",
"fieldType": "single-select",
"type": "EQUALS",
"criteria": []
"description": ""
},
{
"key": "KM",
"name": "Knochentransplantation",
"system": "",
"fieldType": "single-select",
"type": "EQUALS",
"criteria": []
"description": ""
}
]
},
Expand Down

0 comments on commit 287970d

Please sign in to comment.