Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#13183 Add New Influenza Disease Types and Modify Display for SORMAS-… #13188

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

leventegal-she
Copy link
Contributor

…Luxembourg

Fixes #13183

@sormas-vitagroup
Copy link
Contributor

@@ -69,8 +69,9 @@ public enum Disease
YAWS_ENDEMIC_SYPHILIS(true, false, false, true, false, 0, true, false, false),
MATERNAL_DEATHS(true, false, false, true, false, 0, true, false, false),
PERINATAL_DEATHS(true, false, false, true, false, 0, true, false, false),
INFLUENZA_A(true, false, true, false, false, 0, true, false, false),
INFLUENZA_B(true, false, true, false, false, 0, true, false, false),
INFLUENZA(true, true, true, true, false, 0, true, false, false),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the previous "Influenza_A" and "Influenza_B" were not enabled for aggregate report. The new "Influenza" should be the same.

@sormas-vitagroup
Copy link
Contributor

@sergiupacurariu sergiupacurariu merged commit bac6746 into development Dec 6, 2024
7 of 13 checks passed
@sergiupacurariu sergiupacurariu deleted the feature-#13183-New-Influenza-Disease branch December 6, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add New Influenza Disease Types and Modify Display for SORMAS-Luxembourg [2]
3 participants