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:
No files matched your search
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user