diff --git a/app/components/app/prescription-item/list.cfg.ts b/app/components/app/prescription-item/list.cfg.ts index fd980bb1..5a3447ef 100644 --- a/app/components/app/prescription-item/list.cfg.ts +++ b/app/components/app/prescription-item/list.cfg.ts @@ -12,12 +12,11 @@ export const config: Config = { { label: 'Bentuk' }, { label: 'Freq' }, { label: 'Dosis' }, - { label: 'Interval' }, { label: 'Total' }, ], ], - keys: ['name', 'uom_code', 'frequency', 'multiplier', 'interval', 'total'], + keys: ['medicine.name', 'medicine.medicineForm.name', 'frequency', 'dose', 'total'], delKeyNames: [ { key: 'code', label: 'Kode' }, diff --git a/app/components/app/prescription-item/list.vue b/app/components/app/prescription-item/list.vue index ed64b09e..d8c4c107 100644 --- a/app/components/app/prescription-item/list.vue +++ b/app/components/app/prescription-item/list.vue @@ -1,4 +1,6 @@ diff --git a/app/components/content/prescription/list.vue b/app/components/content/prescription/list.vue index 8d83f477..5042a74b 100644 --- a/app/components/content/prescription/list.vue +++ b/app/components/content/prescription/list.vue @@ -50,7 +50,7 @@ const { search, page, 'encounter-id': encounter_id, - includes: 'doctor,doctor-employee,doctor-employee-person', + includes: 'doctor,doctor-employee,doctor-employee-person,items,items-medicine,items-medicine-medicineForm', }) return { success: result.success || false, body: result.body || {} } },