55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
[
|
|
{
|
|
"heading": "Menu Utama",
|
|
"items": [
|
|
{
|
|
"title": "Dashboard",
|
|
"icon": "i-lucide-home",
|
|
"link": "/"
|
|
},
|
|
{
|
|
"title": "Rawat Jalan",
|
|
"icon": "i-lucide-stethoscope",
|
|
"children": [
|
|
{
|
|
"title": "Kunjungan",
|
|
"icon": "i-lucide-stethoscope",
|
|
"link": "/ambulatory/encounter"
|
|
},
|
|
{
|
|
"title": "Konsultasi",
|
|
"icon": "i-lucide-building-2",
|
|
"link": "/ambulatory/consultation"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Rawat Inap",
|
|
"icon": "i-lucide-building-2",
|
|
"children": [
|
|
{
|
|
"title": "Kunjungan",
|
|
"icon": "i-lucide-building-2",
|
|
"link": "/inpatient/encounter"
|
|
},
|
|
{
|
|
"title": "Konsultasi",
|
|
"icon": "i-lucide-building-2",
|
|
"link": "/inpatient/consultation"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"heading": "Ruang Tindakan Rajal",
|
|
"items": [
|
|
{
|
|
"title": "Kemoterapi",
|
|
"icon": "i-lucide-droplets",
|
|
"link": "/chemotherapy"
|
|
}
|
|
]
|
|
}
|
|
]
|