33 lines
658 B
JSON
33 lines
658 B
JSON
[
|
|
{
|
|
"heading": "Menu Utama",
|
|
"items": [
|
|
{
|
|
"title": "Dashboard",
|
|
"icon": "i-lucide-home",
|
|
"link": "/"
|
|
},
|
|
{
|
|
"title": "Rawat Jalan",
|
|
"icon": "i-lucide-stethoscope",
|
|
"link": "/outpatient/encounter"
|
|
},
|
|
{
|
|
"title": "IGD",
|
|
"icon": "i-lucide-zap",
|
|
"link": "/emergency/encounter"
|
|
},
|
|
{
|
|
"title": "Rehabilitasi Medik",
|
|
"icon": "i-lucide-bike",
|
|
"link": "/rehab/encounter-queue"
|
|
},
|
|
{
|
|
"title": "Rawat Inap",
|
|
"icon": "i-lucide-building-2",
|
|
"link": "/inpatient/encounter"
|
|
}
|
|
]
|
|
}
|
|
]
|