feat: Introduce encounter list page with filtering, search, and action support, along with new handlers for encounter entries and supporting documents.

This commit is contained in:
riefive
2025-12-09 12:50:11 +07:00
parent 1634256bec
commit 9dc9c85fab
4 changed files with 15 additions and 4 deletions

No files matched your search

+2
View File
@@ -601,6 +601,7 @@ export function useEncounterEntry(props: {
await uploadAttachmentCustom({
id: isEditMode.value && formValues.sepFileReview ? formValues.sepFileReview.id : null,
file: sepFile.value,
name: 'image-vclaim-sep',
refId: encounterId,
entityTypeCode: 'encounter',
type: 'vclaim-sep',
@@ -610,6 +611,7 @@ export function useEncounterEntry(props: {
await uploadAttachmentCustom({
id: isEditMode.value && formValues.sippFileReview ? formValues.sippFileReview.id : null,
file: sippFile.value,
name: 'image-vclaim-sipp',
refId: encounterId,
entityTypeCode: 'encounter',
type: 'vclaim-sipp',