From 13b7d6b4115d0dfc61595763d2c97292bd2c1cc8 Mon Sep 17 00:00:00 2001 From: riefive Date: Wed, 26 Nov 2025 11:18:01 +0700 Subject: [PATCH] feat: add chemo page --- .../chemotherapy/encounter/[id]/detail.vue | 39 +++++++++++++ .../chemotherapy/encounter/[id]/process.vue | 39 +++++++++++++ .../(features)/chemotherapy/encounter/add.vue | 51 +++++++++++++++++ .../chemotherapy/encounter/index.vue | 57 +++++++++++++++++++ .../chemotherapy/[id]/process.vue | 45 --------------- 5 files changed, 186 insertions(+), 45 deletions(-) create mode 100644 app/pages/(features)/chemotherapy/encounter/[id]/detail.vue create mode 100644 app/pages/(features)/chemotherapy/encounter/[id]/process.vue create mode 100644 app/pages/(features)/chemotherapy/encounter/add.vue create mode 100644 app/pages/(features)/chemotherapy/encounter/index.vue delete mode 100644 app/pages/(features)/outpation-action/chemotherapy/[id]/process.vue diff --git a/app/pages/(features)/chemotherapy/encounter/[id]/detail.vue b/app/pages/(features)/chemotherapy/encounter/[id]/detail.vue new file mode 100644 index 00000000..534f49b3 --- /dev/null +++ b/app/pages/(features)/chemotherapy/encounter/[id]/detail.vue @@ -0,0 +1,39 @@ + + + diff --git a/app/pages/(features)/chemotherapy/encounter/[id]/process.vue b/app/pages/(features)/chemotherapy/encounter/[id]/process.vue new file mode 100644 index 00000000..108791e2 --- /dev/null +++ b/app/pages/(features)/chemotherapy/encounter/[id]/process.vue @@ -0,0 +1,39 @@ + + + diff --git a/app/pages/(features)/chemotherapy/encounter/add.vue b/app/pages/(features)/chemotherapy/encounter/add.vue new file mode 100644 index 00000000..3f2c8245 --- /dev/null +++ b/app/pages/(features)/chemotherapy/encounter/add.vue @@ -0,0 +1,51 @@ + + + diff --git a/app/pages/(features)/chemotherapy/encounter/index.vue b/app/pages/(features)/chemotherapy/encounter/index.vue new file mode 100644 index 00000000..168203c5 --- /dev/null +++ b/app/pages/(features)/chemotherapy/encounter/index.vue @@ -0,0 +1,57 @@ + + + diff --git a/app/pages/(features)/outpation-action/chemotherapy/[id]/process.vue b/app/pages/(features)/outpation-action/chemotherapy/[id]/process.vue deleted file mode 100644 index 0570c0f0..00000000 --- a/app/pages/(features)/outpation-action/chemotherapy/[id]/process.vue +++ /dev/null @@ -1,45 +0,0 @@ - - -