Skip to content

Daily Report Repository and Services#807

Open
j-cavender wants to merge 1 commit intomasterfrom
dailyreport-repo-services
Open

Daily Report Repository and Services#807
j-cavender wants to merge 1 commit intomasterfrom
dailyreport-repo-services

Conversation

@j-cavender
Copy link
Copy Markdown

@j-cavender j-cavender commented Dec 8, 2025

Repository and Service layer implementation for getting data for MDS Daily Report.

Only included functionality for data that currently exists to be pulled from database.

MDS Form Fields Currently Covered:

  • Team name
  • City
  • Country
  • Estimated departure date
  • Date of activity
  • Total number of new consultations
  • Demographic table rows 1-3: Male, Female non-pregnant, Female pregnant, across age categories <1, 1-4, 5-17, 18-64, 65+, Total

@lab596
Copy link
Copy Markdown
Contributor

lab596 commented Mar 3, 2026

Maybe chuck up into smaller pull requests so its easier for reviewers

String dateEnd = date.plusDays(1).toString(DATE_FORMAT);
Integer pregnancyVitalId = getWeeksPregnantVitalId();

String sql =
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I prefer multiline strings for SQL, but nitpicky.

@j-cavender j-cavender force-pushed the dailyreport-repo-services branch from 03d01f2 to d2b0b4d Compare March 7, 2026 06:15
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.

3 participants