Add pictogram icons for chief complaints and make symptom selector image-friendly

This commit is contained in:
Dualmind-Assistant
2026-04-21 13:04:29 +00:00
parent fea8c105ab
commit 4d2a3595ed
10 changed files with 75 additions and 12 deletions
+10 -5
View File
@@ -8,23 +8,28 @@
"options": [
{
"value": "chest_pain",
"label": "Brust"
"label": "Brust",
"icon": "/triage/chest.svg"
},
{
"value": "abdominal_pain",
"label": "Bauch"
"label": "Bauch",
"icon": "/triage/abdomen.svg"
},
{
"value": "headache",
"label": "Kopf"
"label": "Kopf",
"icon": "/triage/head.svg"
},
{
"value": "trauma",
"label": "Unfall/Verletzung"
"label": "Unfall/Verletzung",
"icon": "/triage/trauma.svg"
},
{
"value": "unwell",
"label": "Allgemein schlecht"
"label": "Allgemein schlecht",
"icon": "/triage/general.svg"
}
]
},
+10 -5
View File
@@ -8,23 +8,28 @@
"options": [
{
"value": "chest_pain",
"label": "Chest"
"label": "Chest",
"icon": "/triage/chest.svg"
},
{
"value": "abdominal_pain",
"label": "Abdomen"
"label": "Abdomen",
"icon": "/triage/abdomen.svg"
},
{
"value": "headache",
"label": "Head"
"label": "Head",
"icon": "/triage/head.svg"
},
{
"value": "trauma",
"label": "Accident/Injury"
"label": "Accident/Injury",
"icon": "/triage/trauma.svg"
},
{
"value": "unwell",
"label": "Generally unwell"
"label": "Generally unwell",
"icon": "/triage/general.svg"
}
]
},