56 lines
1.1 KiB
JSON
56 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": "Antrian Pendaftaran",
|
|
"link": "/ambulatory/registration-queue"
|
|
},
|
|
{
|
|
"title": "Kunjungan",
|
|
"link": "/ambulatory/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"
|
|
}
|
|
]
|
|
}
|
|
]
|