feat/radiology-order: added the page

This commit is contained in:
Andrian Roshandy
2025-11-02 14:49:09 +07:00
parent 40d78a999a
commit 69ffe6bd49
4 changed files with 342 additions and 1 deletions

No files matched your search

+2 -1
View File
@@ -15,6 +15,7 @@ import AssesmentFunctionList from '~/components/content/assesment-function/list.
import EarlyMedicalAssesmentList from '~/components/content/soapi/entry.vue'
import EarlyMedicalRehabList from '~/components/content/soapi/entry.vue'
import PrescriptionList from '~/components/content/prescription/list.vue'
import Radiology from '~/components/content/radiology-order/main.vue'
import Consultation from '~/components/content/consultation/list.vue'
const route = useRoute()
@@ -51,7 +52,7 @@ const tabs: TabItem[] = [
{ value: 'patient-note', label: 'CPRJ' },
{ value: 'prescription', label: 'Order Obat', component: PrescriptionList },
{ value: 'device', label: 'Order Alkes' },
{ value: 'mcu-radiology', label: 'Order Radiologi' },
{ value: 'mcu-radiology', label: 'Order Radiologi', component: Radiology, props: { encounter_id: data.id } },
{ value: 'mcu-lab-pc', label: 'Order Lab PK' },
{ value: 'mcu-lab-micro', label: 'Order Lab Mikro' },
{ value: 'mcu-lab-pa', label: 'Order Lab PA' },