96 lines
2.0 KiB
JSON
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/polyclinic-queue"
|
|
},
|
|
{
|
|
"title": "Pendaftaran",
|
|
"link": "/outpatient/encounter"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "IGD",
|
|
"icon": "i-lucide-zap",
|
|
"children": [
|
|
{
|
|
"title": "Triase",
|
|
"link": "/emergency/triage"
|
|
},
|
|
{
|
|
"title": "Pemeriksaan",
|
|
"link": "/emergency/encounter"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Rehabilitasi Medik",
|
|
"icon": "i-lucide-bike",
|
|
"link": "/rehab",
|
|
"children": [
|
|
{
|
|
"title": "Antrean Poliklinik",
|
|
"link": "/rehab/polyclinic-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": "/cemotherapy/encounter"
|
|
},
|
|
{
|
|
"title": "Hemofilia",
|
|
"icon": "i-lucide-droplet-off",
|
|
"link": "/hemophilia/encounter"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"heading": "Ruang Tindakan Anak",
|
|
"items": [
|
|
{
|
|
"title": "Thalasemi",
|
|
"icon": "i-lucide-baby",
|
|
"link": "/thalasemia/encounter"
|
|
},
|
|
{
|
|
"title": "Echocardiography",
|
|
"icon": "i-lucide-baby",
|
|
"link": "/echocardiography/encounter"
|
|
},
|
|
{
|
|
"title": "Spirometri",
|
|
"icon": "i-lucide-baby",
|
|
"link": "/spirometry/encounter"
|
|
}
|
|
]
|
|
}
|
|
]
|