From 1a2a5b1885132e8c07499f2c093965d6ac216b72 Mon Sep 17 00:00:00 2001 From: Patrick Skowronek Date: Thu, 23 May 2024 10:34:11 +0200 Subject: [PATCH] fix: order of Neuroendokrine Tumore --- .../public/catalogues/catalogue-dktk.json | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/demo/public/catalogues/catalogue-dktk.json b/packages/demo/public/catalogues/catalogue-dktk.json index a0f0e9b..a9b6da4 100644 --- a/packages/demo/public/catalogues/catalogue-dktk.json +++ b/packages/demo/public/catalogues/catalogue-dktk.json @@ -2480,6 +2480,19 @@ "fieldType": "single-select", "type": "EQUALS", "criteria": [ + { + "key": "urn:dktk:code:65:2", + "name": "Neuroendokriner Tumor (NET) - Grad I", + "description": "", + "aggregatedValue": [ + [ + { + "value": "59847-4", + "name": "8240/3" + } + ] + ] + }, { "key": "urn:dktk:code:66:2", "name": "Neuroendokriner Tumor (NET) - Grad II", @@ -2513,19 +2526,6 @@ } ] ] - }, - { - "key": "urn:dktk:code:65:2", - "name": "Neuroendokriner Tumor (NET) - Grad I", - "description": "", - "aggregatedValue": [ - [ - { - "value": "59847-4", - "name": "8240/3" - } - ] - ] } ] },