Claim attachments types, autogeneration and url as an attachment

Introduction

In scope of modular implementation in Nepal support for URL as a type of the attachment was added, as well as autogeneration of URL on backend if needed. This article will describe changed functionalities and show how to use this feature if other method is needed.

image-20240306-140027.png

General Type

General type is used to define if given attachment is a file or URL to another platform. Depending on option selected, additional field for typing url will be displayed (if not autogenerated):

image-20240306-141511.png

Predefined Type

Predefined type are defined on the database level, if you need to create additional type simply insert new entry into proper table. Example for Nepal claimdoc type in psql:

INSERT INTO public."claim_ClaimAttachment_ClaimAttachmentType" ("ValidityFrom", "ValidityTo", "LegacyID", "ClaimAttachmentTypeId", "ClaimAttachmentType", is_autogenerated, claim_general_type) VALUES('2024-02-13 22:58:25.039', NULL, NULL, 3, 'claimdoc', true, 'URL');

 

Backend generation

Did you encounter a problem or do you have a suggestion?

Please contact our Service Desk



This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. https://creativecommons.org/licenses/by-sa/4.0/