From 9c538998421b06fb4c8825d829005421c1fcb600 Mon Sep 17 00:00:00 2001 From: riefive Date: Wed, 26 Nov 2025 12:58:34 +0700 Subject: [PATCH] feat: update chemotherapy encounter pages to use 'chemo' subclass code + simplify sep --- app/components/content/sep/entry.vue | 733 +++--------------- app/handlers/integration-sep-entry.handler.ts | 692 +++++++++++++++++ .../chemotherapy/encounter/[id]/process.vue | 2 +- .../(features)/chemotherapy/encounter/add.vue | 2 +- .../chemotherapy/encounter/index.vue | 10 +- 5 files changed, 787 insertions(+), 652 deletions(-) diff --git a/app/components/content/sep/entry.vue b/app/components/content/sep/entry.vue index a674f032..1636df66 100644 --- a/app/components/content/sep/entry.vue +++ b/app/components/content/sep/entry.vue @@ -1,642 +1,59 @@