71 lines
1.4 KiB
JSON
71 lines
1.4 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": "/ambulatory/encounter-queue"
|
|
},
|
|
{
|
|
"title": "Kunjungan",
|
|
"link": "/ambulatory/encounter"
|
|
},
|
|
{
|
|
"title": "Triase",
|
|
"link": "/ambulatory/triage"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Rawat Inap",
|
|
"icon": "i-lucide-building-2",
|
|
"link": "/inpatient/encounter"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"heading": "Ruang Tindakan Rajal",
|
|
"items": [
|
|
{
|
|
"title": "Kemoterapi",
|
|
"icon": "i-lucide-droplets",
|
|
"link": "/chemotherapy"
|
|
},
|
|
{
|
|
"title": "Hemofilia",
|
|
"icon": "i-lucide-droplet-off",
|
|
"link": "/hemophilia"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"heading": "Ruang Tindakan Anak",
|
|
"items": [
|
|
{
|
|
"title": "Thalasemi",
|
|
"icon": "i-lucide-baby",
|
|
"link": "/thalasemia"
|
|
},
|
|
{
|
|
"title": "Echocardiography",
|
|
"icon": "i-lucide-baby",
|
|
"link": "/echocardiography"
|
|
},
|
|
{
|
|
"title": "Spirometri",
|
|
"icon": "i-lucide-baby",
|
|
"link": "/spirometry"
|
|
}
|
|
]
|
|
}
|
|
]
|