76 lines
1.6 KiB
JSON
76 lines
1.6 KiB
JSON
[
|
|
{
|
|
"heading": "Menu Utama",
|
|
"items": [
|
|
{
|
|
"title": "Dashboard",
|
|
"icon": "i-lucide-home",
|
|
"link": "/"
|
|
},
|
|
{
|
|
"title": "Rawat Jalan",
|
|
"icon": "i-lucide-stethoscope",
|
|
"children": [
|
|
{
|
|
"title": "Antrian Pendaftaran",
|
|
"link": "/outpatient/registration-queue"
|
|
},
|
|
{
|
|
"title": "Kunjungan",
|
|
"link": "/outpatient/encounter"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "IGD",
|
|
"icon": "i-lucide-zap",
|
|
"link": "/emergency/encounter"
|
|
},
|
|
{
|
|
"title": "Rehabilitasi Medik",
|
|
"icon": "i-lucide-bike",
|
|
"link": "/rehab",
|
|
"children": [
|
|
{
|
|
"title": "Antrean Pendaftaran",
|
|
"link": "/rehab/registration-queue"
|
|
},
|
|
{
|
|
"title": "Kunjungan",
|
|
"link": "/rehab/encounter"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Rawat Inap",
|
|
"icon": "i-lucide-building-2",
|
|
"children": [
|
|
{
|
|
"title": "Permintaan",
|
|
"link": "/inpatient/request"
|
|
},
|
|
{
|
|
"title": "Kunjungan",
|
|
"link": "/inpatient/encounter"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"heading": "Client",
|
|
"items": [
|
|
{
|
|
"title": "Pasien",
|
|
"icon": "i-lucide-users",
|
|
"link": "/client/patient"
|
|
},
|
|
{
|
|
"title": "Rekam Medis",
|
|
"icon": "i-lucide-file-text",
|
|
"link": "/client/medical-record"
|
|
}
|
|
]
|
|
}
|
|
]
|