-
Notifications
You must be signed in to change notification settings - Fork 336
O3-5333 : Fetch Patient Data #2951
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
base: main
Are you sure you want to change the base?
Conversation
package.json
Outdated
| "resolutions": { | ||
| "sass": "^1.54.3" | ||
| "sass": "^1.54.3", | ||
| "open": "^8.4.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this package?
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| // Helper to process observations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
|
@anjula-sack @denniskigen @NethmiRodrigo Could you review this please? |
Requirements
Summary
This PR includes the data fetching of a patient. Date, Height and Weight is displayed in the table.
Screenshots
Related Issue
https://openmrs.atlassian.net/browse/O3-5333
Other