From 9647cfa3ff4db7a4c851a2ca934514ef15e11a0a Mon Sep 17 00:00:00 2001 From: riefive Date: Mon, 20 Oct 2025 14:14:17 +0700 Subject: [PATCH] feat(sep): integrate visit sep --- app/components/app/sep/entry-form.vue | 14 +++--- app/components/app/sep/list-cfg.visit.ts | 46 +++++++++++++++++++ app/components/app/sep/list-visit.vue | 36 +++++++++++++++ ...st-history-dialog.vue => view-history.vue} | 0 app/components/content/sep/entry.vue | 45 ++++++++++++++++-- .../vclaim-health-facility.service.ts | 23 ++++++++++ 6 files changed, 154 insertions(+), 10 deletions(-) create mode 100644 app/components/app/sep/list-cfg.visit.ts create mode 100644 app/components/app/sep/list-visit.vue rename app/components/app/sep/{list-history-dialog.vue => view-history.vue} (100%) create mode 100644 app/services/vclaim-health-facility.service.ts diff --git a/app/components/app/sep/entry-form.vue b/app/components/app/sep/entry-form.vue index f98d4caa..aa4507e3 100644 --- a/app/components/app/sep/entry-form.vue +++ b/app/components/app/sep/entry-form.vue @@ -24,6 +24,7 @@ const props = defineProps<{ isLoading?: boolean isReadonly?: boolean doctors: any[] + facilities: any[] patient?: PatientEntity | null | undefined values?: any }>() @@ -287,14 +288,15 @@ watch(props, (value) => { * -