SORMAS-Project
SORMAS-Project copied to clipboard
Create a new AEFI investigation entity and IndexDTO
Feature Description
To begin the AEFI Investigation feature for investigation Serious AEFI reports, as part of epic (#12634), the first step will be to create a new Entity, DTO and any related Enumerations required in the frontend.
Acceptance Criteria
- [x] A new
AefiInvestigationentity (extending CoreAdo) has been added with the following fields: - [x] A matching DTO and ReferenceDto is created along with a facade (extending CoreFacade) and service
- [x] An
AefiInvestigationIndexDtohas been added with the following fields: - [ ] A unit test verifies that the
AefiInvestigationIndexDtois created successfully - [x] An
AefiInvestigationCriteriaclass has been added as well as abuildCriteriaFiltermethod in the service supporting the following filter:
Implementation Details
No Response
Mockups
No Response
Additional Information
No Response