Files
simrsx-fe/public/side-menu-items/emp-nur.json
2025-11-12 06:52:14 +07:00

96 lines
2.0 KiB
JSON

[
{
"heading": "Menu Utama",
"items": [
{
"title": "Dashboard",
"icon": "i-lucide-home",
"link": "/"
},
{
"title": "Rawat Jalan",
"icon": "i-lucide-stethoscope",
"children": [
{
"title": "Antrian Poliklinik",
"link": "/outpatient/encounter-queue"
},
{
"title": "Kunjungan",
"link": "/outpatient/encounter"
}
]
},
{
"title": "IGD",
"icon": "i-lucide-zap",
"children": [
{
"title": "Triase",
"link": "/emergency/triage"
},
{
"title": "Kunjungan",
"link": "/emergency/encounter"
}
]
},
{
"title": "Rehabilitasi Medik",
"icon": "i-lucide-bike",
"link": "/rehab",
"children": [
{
"title": "Antrean Poliklinik",
"link": "/rehab/encounter-queue"
},
{
"title": "Kunjungan",
"link": "/rehab/encounter"
}
]
},
{
"title": "Rawat Inap",
"icon": "i-lucide-building-2",
"link": "/inpatient/encounter"
}
]
},
{
"heading": "Ruang Tindakan Rajal",
"items": [
{
"title": "Kemoterapi",
"icon": "i-lucide-droplets",
"link": "/outpation-action/cemotherapy"
},
{
"title": "Hemofilia",
"icon": "i-lucide-droplet-off",
"link": "/outpation-action/hemophilia"
}
]
},
{
"heading": "Ruang Tindakan Anak",
"items": [
{
"title": "Thalasemi",
"icon": "i-lucide-baby",
"link": "/children-action/thalasemia"
},
{
"title": "Echocardiography",
"icon": "i-lucide-baby",
"link": "/children-action/echocardiography"
},
{
"title": "Spirometri",
"icon": "i-lucide-baby",
"link": "/children-action/spirometry"
}
]
}
]