feat/page-cleaning: moved human-src/specialist-intern/* to human-src/intern

This commit is contained in:
Andrian Roshandy
2025-11-24 08:28:36 +07:00
parent 401b46ade2
commit 001a36233c
8 changed files with 36 additions and 98 deletions
@@ -0,0 +1,3 @@
<template>
</template>
@@ -0,0 +1,3 @@
<template>
</template>
+1 -17
View File
@@ -12,7 +12,7 @@
"icon": "i-lucide-stethoscope",
"children": [
{
"title": "Triase",
"title": "Kunjungan",
"icon": "i-lucide-stethoscope",
"link": "/outpatient/encounter"
},
@@ -44,22 +44,6 @@
}
]
},
{
"title": "Rehabilitasi Medik",
"icon": "i-lucide-bike",
"children": [
{
"title": "Kunjungan",
"icon": "i-lucide-building-2",
"link": "/rehab/encounter"
},
{
"title": "Konsultasi",
"icon": "i-lucide-building-2",
"link": "/rehab/consultation"
}
]
},
{
"title": "Rawat Inap",
"icon": "i-lucide-building-2",
+5 -20
View File
@@ -35,21 +35,6 @@
}
]
},
{
"title": "Rehabilitasi Medik",
"icon": "i-lucide-bike",
"link": "/rehab",
"children": [
{
"title": "Antrean Poliklinik",
"link": "/rehab/encounter-queue"
},
{
"title": "Kunjungan",
"link": "/rehab/encounter"
}
]
},
{
"title": "Rawat Inap",
"icon": "i-lucide-building-2",
@@ -63,12 +48,12 @@
{
"title": "Kemoterapi",
"icon": "i-lucide-droplets",
"link": "/outpation-action/chemotherapy"
"link": "/chemotherapy"
},
{
"title": "Hemofilia",
"icon": "i-lucide-droplet-off",
"link": "/outpation-action/hemophilia"
"link": "/hemophilia"
}
]
},
@@ -78,17 +63,17 @@
{
"title": "Thalasemi",
"icon": "i-lucide-baby",
"link": "/children-action/thalasemia"
"link": "/thalasemia"
},
{
"title": "Echocardiography",
"icon": "i-lucide-baby",
"link": "/children-action/echocardiography"
"link": "/echocardiography"
},
{
"title": "Spirometri",
"icon": "i-lucide-baby",
"link": "/children-action/spirometry"
"link": "/spirometry"
}
]
}
-15
View File
@@ -26,21 +26,6 @@
"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",
+24 -46
View File
@@ -17,7 +17,7 @@
},
{
"title": "Antrian Poliklinik",
"link": "/outpatient/polyclinic-queue"
"link": "/outpatient/encounter-queue"
},
{
"title": "Kunjungan",
@@ -47,28 +47,6 @@
}
]
},
{
"title": "Rehab Medik",
"icon": "i-lucide-bike",
"children": [
{
"title": "Antrean Pendaftaran",
"link": "/rehab/registration-queue"
},
{
"title": "Antrean Poliklinik",
"link": "/rehab/polyclinic-queue"
},
{
"title": "Kunjungan",
"link": "/rehab/encounter"
},
{
"title": "Konsultasi",
"link": "/rehab/consultation"
}
]
},
{
"title": "Rawat Inap",
"icon": "i-lucide-building-2",
@@ -101,10 +79,15 @@
}
]
},
{
"title": "Radiologi - Order",
"icon": "i-lucide-radio",
"link": "/radiology-order"
},
{
"title": "Lab - Order",
"icon": "i-lucide-microscope",
"link": "/pc-lab-order"
"link": "/cp-lab-order"
},
{
"title": "Lab Mikro - Order",
@@ -114,12 +97,7 @@
{
"title": "Lab PA - Order",
"icon": "i-lucide-microscope",
"link": "/pa-lab-order"
},
{
"title": "Radiologi - Order",
"icon": "i-lucide-radio",
"link": "/radiology-order"
"link": "/ap-lab-order"
},
{
"title": "Gizi",
@@ -284,40 +262,40 @@
]
},
{
"title": "Layanan",
"title": "Infrastruktur",
"icon": "i-lucide-layout-list",
"children": [
{
"title": "Counter",
"link": "/service-src/counter"
},
{
"title": "Public Screen (Big Screen)",
"link": "/service-src/public-screen"
},
{
"title": "Kasur",
"link": "/service-src/bed"
"link": "/infra-src/bed"
},
{
"title": "Kamar",
"link": "/service-src/chamber"
"link": "/infra-src/chamber"
},
{
"title": "Ruang",
"link": "/service-src/room"
"link": "/infra-src/room"
},
{
"title": "Depo",
"link": "/service-src/warehouse"
"link": "/infra-src/warehouse"
},
{
"title": "Lantai",
"link": "/service-src/floor"
"link": "/infra-src/floor"
},
{
"title": "Gedung",
"link": "/service-src/building"
"link": "/infra-src/building"
},
{
"title": "Counter",
"link": "/infra-src/counter"
},
{
"title": "Public Screen (Big Screen)",
"link": "/infra-src/public-screen"
}
]
},
@@ -369,4 +347,4 @@
}
]
}
]
]