diff --git a/app/pages/(features)/rehab/examination-queue/index.vue b/app/pages/(features)/rehab/examination-queue/index.vue new file mode 100644 index 00000000..8616dd19 --- /dev/null +++ b/app/pages/(features)/rehab/examination-queue/index.vue @@ -0,0 +1,3 @@ + diff --git a/app/pages/(features)/rehab/examination/index.vue b/app/pages/(features)/rehab/examination/index.vue new file mode 100644 index 00000000..806b2650 --- /dev/null +++ b/app/pages/(features)/rehab/examination/index.vue @@ -0,0 +1,3 @@ + diff --git a/app/pages/(features)/rehab/registration-queue/index.vue b/app/pages/(features)/rehab/registration-queue/index.vue new file mode 100644 index 00000000..053b5233 --- /dev/null +++ b/app/pages/(features)/rehab/registration-queue/index.vue @@ -0,0 +1,3 @@ + diff --git a/app/pages/(features)/rehab/registration/index.vue b/app/pages/(features)/rehab/registration/index.vue new file mode 100644 index 00000000..90430b84 --- /dev/null +++ b/app/pages/(features)/rehab/registration/index.vue @@ -0,0 +1,3 @@ + diff --git a/public/side-menu-items/sys.json b/public/side-menu-items/sys.json index 5e81d044..18bbd3dc 100644 --- a/public/side-menu-items/sys.json +++ b/public/side-menu-items/sys.json @@ -43,7 +43,19 @@ { "title": "Rehabilitasi Medik", "icon": "i-lucide-heart", - "link": "/rehabilitasi" + "link": "/rehabilitasi", + "children": [ + { + "title": "Daftar Kunjungan Rawat Jalan", + "icon": "i-lucide-stethoscope", + "link": "/rehab/registration-queue" + }, + { + "title": "Daftar Kunjungan Rawat Inap", + "icon": "i-lucide-building-2", + "link": "/rehab/examination" + } + ] }, { "title": "Rawat Inap",