diff --git a/app/components/content/dashboard/index.vue b/app/components/content/dashboard/index.vue index 35dd78a2..c9780fcc 100644 --- a/app/components/content/dashboard/index.vue +++ b/app/components/content/dashboard/index.vue @@ -74,7 +74,7 @@ const summaryData: any[] = [ const linkItems = [ { title: 'Daftar Pasien', - link: '/patient', + link: '/client/patient', icon: 'i-lucide-users', }, { @@ -89,7 +89,7 @@ const linkItems = [ }, { title: 'Rehabilitasi', - link: '/patient', + link: '/client/patient', icon: 'i-lucide-heart', }, ] diff --git a/app/pages/(features)/children-action/echocardiography/index.vue b/app/pages/(features)/children-action/echocardiography/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/children-action/echocardiography/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/children-action/spirometry/index.vue b/app/pages/(features)/children-action/spirometry/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/children-action/spirometry/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/children-action/thalasemia/index.vue b/app/pages/(features)/children-action/thalasemia/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/children-action/thalasemia/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/client/medical-record/index.vue b/app/pages/(features)/client/medical-record/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/client/medical-record/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/device-order/index.vue b/app/pages/(features)/device-order/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/device-order/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/emergency/consultation/index.vue b/app/pages/(features)/emergency/consultation/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/emergency/consultation/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/emergency/encounter/index.vue b/app/pages/(features)/emergency/encounter/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/emergency/encounter/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/emergency/triage/index.vue b/app/pages/(features)/emergency/triage/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/emergency/triage/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/inpatient/consultation/index.vue b/app/pages/(features)/inpatient/consultation/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/inpatient/consultation/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/inpatient/encounter/index.vue b/app/pages/(features)/inpatient/encounter/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/inpatient/encounter/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/inpatient/index.vue b/app/pages/(features)/inpatient/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/inpatient/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/inpatient/request/index.vue b/app/pages/(features)/inpatient/request/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/inpatient/request/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/bpjs/sep/add.vue b/app/pages/(features)/integration/bpjs/sep/add.vue similarity index 100% rename from app/pages/(features)/bpjs/sep/add.vue rename to app/pages/(features)/integration/bpjs/sep/add.vue diff --git a/app/pages/(features)/bpjs/sep/index.vue b/app/pages/(features)/integration/bpjs/sep/index.vue similarity index 100% rename from app/pages/(features)/bpjs/sep/index.vue rename to app/pages/(features)/integration/bpjs/sep/index.vue diff --git a/app/pages/(features)/micro-lab-order/index.vue b/app/pages/(features)/micro-lab-order/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/micro-lab-order/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/nutrition-order/index.vue b/app/pages/(features)/nutrition-order/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/nutrition-order/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/outpatient/consultation/index.vue b/app/pages/(features)/outpatient/consultation/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/outpatient/consultation/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/outpatient/encounter/index.vue b/app/pages/(features)/outpatient/encounter/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/outpatient/encounter/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/outpatient/examination-queue/index.vue b/app/pages/(features)/outpatient/examination-queue/index.vue deleted file mode 100644 index 8616dd19..00000000 --- a/app/pages/(features)/outpatient/examination-queue/index.vue +++ /dev/null @@ -1,3 +0,0 @@ - - Examination Queue - diff --git a/app/pages/(features)/outpatient/examination/index.vue b/app/pages/(features)/outpatient/examination/index.vue deleted file mode 100644 index 806b2650..00000000 --- a/app/pages/(features)/outpatient/examination/index.vue +++ /dev/null @@ -1,3 +0,0 @@ - - Examination - diff --git a/app/pages/(features)/outpatient/polyclinic-queue/index.vue b/app/pages/(features)/outpatient/polyclinic-queue/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/outpatient/polyclinic-queue/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/outpatient/registration-queue/index.vue b/app/pages/(features)/outpatient/registration-queue/index.vue index 053b5233..50485cec 100644 --- a/app/pages/(features)/outpatient/registration-queue/index.vue +++ b/app/pages/(features)/outpatient/registration-queue/index.vue @@ -1,3 +1,10 @@ + + - Registration Queue + + Hello world!! + You are accessing "{{ route.fullPath }}" + diff --git a/app/pages/(features)/outpatient/registration/index.vue b/app/pages/(features)/outpatient/registration/index.vue deleted file mode 100644 index 90430b84..00000000 --- a/app/pages/(features)/outpatient/registration/index.vue +++ /dev/null @@ -1,3 +0,0 @@ - - Registration - diff --git a/app/pages/(features)/outpation-action/cemotherapy/index.vue b/app/pages/(features)/outpation-action/cemotherapy/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/outpation-action/cemotherapy/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/outpation-action/hemophilia/index.vue b/app/pages/(features)/outpation-action/hemophilia/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/outpation-action/hemophilia/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/pa-lab-order/index.vue b/app/pages/(features)/pa-lab-order/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/pa-lab-order/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/payment/index.vue b/app/pages/(features)/payment/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/payment/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/pc-lab-order/index.vue b/app/pages/(features)/pc-lab-order/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/pc-lab-order/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/app/pages/(features)/radiology-order/index.vue b/app/pages/(features)/radiology-order/index.vue new file mode 100644 index 00000000..50485cec --- /dev/null +++ b/app/pages/(features)/radiology-order/index.vue @@ -0,0 +1,10 @@ + + + + + Hello world!! + You are accessing "{{ route.fullPath }}" + + diff --git a/public/side-menu-items/doc.json b/public/side-menu-items/doc.json index 3254963f..e3ab2cdf 100644 --- a/public/side-menu-items/doc.json +++ b/public/side-menu-items/doc.json @@ -84,12 +84,12 @@ { "title": "Kemoterapi", "icon": "i-lucide-droplets", - "link": "/cemotherapy/encounter" + "link": "/outpatient-action/cemotherapy" }, { "title": "Hemofilia", "icon": "i-lucide-droplet-off", - "link": "/hemophilia/encounter" + "link": "/outpatient-action/hemophilia/encounter" } ] }, @@ -99,17 +99,17 @@ { "title": "Thalasemi", "icon": "i-lucide-baby", - "link": "/thalasemia/encounter" + "link": "/children-action/thalasemia" }, { "title": "Echocardiography", "icon": "i-lucide-baby", - "link": "/echocardiography/encounter" + "link": "/children-action/echocardiography" }, { "title": "Spirometri", "icon": "i-lucide-baby", - "link": "/spirometry/encounter" + "link": "/children-action/spirometry" } ] } diff --git a/public/side-menu-items/lab.json b/public/side-menu-items/lab.json index 0b7f7b0d..b366ff42 100644 --- a/public/side-menu-items/lab.json +++ b/public/side-menu-items/lab.json @@ -10,7 +10,7 @@ { "title": "Lab - Order", "icon": "i-lucide-microscope", - "link": "/lab-order" + "link": "/pc-lab-order" }, { "title": "Lab Mikro - Order", diff --git a/public/side-menu-items/nur.json b/public/side-menu-items/nur.json index 7382702e..8185456c 100644 --- a/public/side-menu-items/nur.json +++ b/public/side-menu-items/nur.json @@ -63,12 +63,12 @@ { "title": "Kemoterapi", "icon": "i-lucide-droplets", - "link": "/cemotherapy/encounter" + "link": "/outpation-action/cemotherapy" }, { "title": "Hemofilia", "icon": "i-lucide-droplet-off", - "link": "/hemophilia/encounter" + "link": "/outpation-action/hemophilia" } ] }, @@ -78,17 +78,17 @@ { "title": "Thalasemi", "icon": "i-lucide-baby", - "link": "/thalasemia/encounter" + "link": "/children-action/thalasemia" }, { "title": "Echocardiography", "icon": "i-lucide-baby", - "link": "/echocardiography/encounter" + "link": "/children-action/echocardiography" }, { "title": "Spirometri", "icon": "i-lucide-baby", - "link": "/spirometry/encounter" + "link": "/children-action/spirometry" } ] } diff --git a/public/side-menu-items/nut.json b/public/side-menu-items/nut.json index 95f2d77a..4368b22e 100644 --- a/public/side-menu-items/nut.json +++ b/public/side-menu-items/nut.json @@ -35,12 +35,12 @@ { "title": "Kemoterapi", "icon": "i-lucide-droplets", - "link": "/outpatient-medical-act/cemotherapy" + "link": "/outpatient-action/cemotherapy" }, { "title": "Hemofilia", "icon": "i-lucide-droplet-off", - "link": "/outpatient-medical-act/hemophilia" + "link": "/outpatient-action/hemophilia" } ] }, @@ -50,17 +50,17 @@ { "title": "Thalasemi", "icon": "i-lucide-baby", - "link": "/child-medical-act/thalasemia" + "link": "/children-action/thalasemia" }, { "title": "Echocardiography", "icon": "i-lucide-baby", - "link": "/child-medical-act/echocardiography" + "link": "/child-action/echocardiography" }, { "title": "Spirometri", "icon": "i-lucide-baby", - "link": "/child-medical-act/spirometry" + "link": "/child-action/spirometry" } ] } diff --git a/public/side-menu-items/pha.json b/public/side-menu-items/pha.json index 35859c27..22e60caf 100644 --- a/public/side-menu-items/pha.json +++ b/public/side-menu-items/pha.json @@ -58,17 +58,6 @@ "link": "/tools-equipment-src/medicine-type" } ] - }, - { - "title": "Umum", - "icon": "i-lucide-airplay", - "children": [ - { - "title": "Uom", - "icon": "i-lucide-airplay", - "link": "/common/uom" - } - ] } ] } diff --git a/public/side-menu-items/sys.json b/public/side-menu-items/sys.json index 52568ebc..c7b15101 100644 --- a/public/side-menu-items/sys.json +++ b/public/side-menu-items/sys.json @@ -104,7 +104,7 @@ { "title": "Lab - Order", "icon": "i-lucide-microscope", - "link": "/lab-order" + "link": "/pc-lab-order" }, { "title": "Lab Mikro - Order", @@ -139,12 +139,12 @@ { "title": "Kemoterapi", "icon": "i-lucide-droplets", - "link": "/cemotherapy/encounter" + "link": "/outpation-action/cemotherapy" }, { "title": "Hemofilia", "icon": "i-lucide-droplet-off", - "link": "/hemophilia/encounter" + "link": "/outpation-action/hemophilia" } ] }, @@ -154,17 +154,17 @@ { "title": "Thalasemi", "icon": "i-lucide-baby", - "link": "/thalasemia/encounter" + "link": "/children-action/thalasemia" }, { "title": "Echocardiography", "icon": "i-lucide-baby", - "link": "/echocardiography/encounter" + "link": "/children-action/echocardiography" }, { "title": "Spirometri", "icon": "i-lucide-baby", - "link": "/spirometry/encounter" + "link": "/children-action/spirometry" } ] }, @@ -193,29 +193,19 @@ { "title": "SEP", "icon": "i-lucide-circuit-board", - "link": "/bpjs-integration/sep" + "link": "/integration/bpjs/sep" }, { "title": "Peserta", "icon": "i-lucide-circuit-board", - "link": "/bpjs-integration/member" + "link": "/integration/bpjs/member" } ] }, { "title": "SATUSEHAT", "icon": "i-lucide-database", - "link": "/satusehat-integration" - }, - { - "heading": "Keuangan", - "items": [ - { - "title": "Daftar harga", - "icon": "i-lucide-list", - "link": "/item" - } - ] + "link": "/integration/satusehat" } ] },