You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After an AefiReport entity has been created in #12728 as part of epic #12634, a directory that lists these entities is now required for the web application.
Added Value/Benefit
End users will be able to see and filter a list of AEFI report entities created in the system.
Acceptance Criteria
A new main menu item titled "Adverse Events" has been added, and it is positioned immediately below "Immunization" with the appropriate icon (see the prototype below).
The menu item is only visible if the user has the the AEFI_VIEW user right
The directory contains a grid showing AefiReportIndexDto with the following colums:
AEFI ID (the UUID of the aefi report entity)
Immunization ID (the UUID of the associated immunization entity)
Disease
Person ID
First name
Last name
Age and birth date
Sex
Serious
Suspect vaccine
Outcome
Date of vaccination
Date of AEFI onset
Adverse events
For all columns sorting has been added
A form to filter the list has been added, having the following filters and using the AefiReportCriteria
freeTextFilter (filters by uuid, person name)
Disease
Region (hidden if user is on region level or bellow)
District (hidden if user is on district level or below; disabled if no region is selected)
Community (hidden if user is on community level or below; disabled if no district is selected)
AEFI type
Suspect vaccine
Responsible user
Report date range (date range by date or by epi week, e.g. similar to the immunization directory)
A relevance status filter has been added, positioned to the right as in other directories
An "Export" button has been added to the top right of the header (Not functioning at the moment)
Implementation Details
No response
Mockups
Additional Information
No Response
The text was updated successfully, but these errors were encountered:
- #12728 - Added a new AEFI entity, related entities, dto's and enumerations
- #12772 - Added AEFI user rights
- #12767 - Added an AEFI directory for the web app
- #12769 - Added a create/edit form for AEFI in the web app
- #12976 - Added a basic AEFI dashboard
Feature Description
After an
AefiReport
entity has been created in #12728 as part of epic #12634, a directory that lists these entities is now required for the web application.Added Value/Benefit
End users will be able to see and filter a list of AEFI report entities created in the system.
Acceptance Criteria
AEFI_VIEW
user rightAefiReportIndexDto
with the following colums:AefiReportCriteria
Implementation Details
No response
Mockups
Additional Information
No Response
The text was updated successfully, but these errors were encountered: