feat: Implement VClaim SEP integration with new components and handlers for encounter entry and supporting documents.

This commit is contained in:
riefive
2025-12-09 13:31:23 +07:00
parent 1b31b33406
commit ad3f44c4a8
4 changed files with 19 additions and 4 deletions

No files matched your search

-2
View File
@@ -601,7 +601,6 @@ 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',
@@ -611,7 +610,6 @@ 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',