Skip to content

Conversation

@dilankavishka
Copy link

@dilankavishka dilankavishka commented Jan 17, 2026

Requirements

  • This PR has a title that briefly describes the work done including the ticket number. If there is a ticket, make sure your PR title includes a conventional commit label. See existing PR titles for inspiration.
  • My work is based on designs, which are linked or shown either in the Jira ticket or the description below. (See also: Styleguide)
  • My work includes tests or is validated by existing tests.

Summary

This PR includes the data fetching of a patient. Date, Height and Weight is displayed in the table.

Screenshots

Screenshot 2026-01-17 at 18 34 57

Related Issue

https://openmrs.atlassian.net/browse/O3-5333

Other

@dilankavishka dilankavishka changed the title O3 5333: Fetch Patient Data O3-5333 : Fetch Patient Data Jan 17, 2026
package.json Outdated
"resolutions": {
"sass": "^1.54.3"
"sass": "^1.54.3",
"open": "^8.4.2"
Copy link
Contributor

Choose a reason for hiding this comment

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

What is this package?

Copy link
Author

Choose a reason for hiding this comment

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

Removed

export function transformGrowthChartData(heights: Observation[], weights: Observation[]): TableRowData[] {
const groupedMap = new Map<string, { height?: string; weight?: string; id: string }>();

// Helper to process observations
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
// Helper to process observations

Copy link
Author

Choose a reason for hiding this comment

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

Removed

@dilankavishka
Copy link
Author

@anjula-sack @denniskigen @NethmiRodrigo Could you review this please?

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.

2 participants