feat: Implement VClaim SEP integration with new components and handlers for encounter entry and supporting documents.
This commit is contained in:
No files matched your search
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user