Implement medical reports table and add getMedicalReports method to AstarteAPIClient#97
Open
rifasofic wants to merge 2 commits intosecomind:mainfrom
Open
Implement medical reports table and add getMedicalReports method to AstarteAPIClient#97rifasofic wants to merge 2 commits intosecomind:mainfrom
rifasofic wants to merge 2 commits intosecomind:mainfrom
Conversation
55f368b to
c990e69
Compare
ackermannW
approved these changes
Feb 13, 2026
c990e69 to
eddedcc
Compare
- Added `getMedicalReports` method for retrieving medical info from device interface - Integrated client into App component with useEffect and useMemo - Define MedicalReportsData type Signed-off-by: Rifa Sofic <rifa.sofic@secomind.com>
eddedcc to
921a5f1
Compare
- Added MedicalReports component to display patient medical reports data in a table - Added corresponding translation keys in en.json and it.json. - Configured IntlProvider in index.tsx to use en-GB locale so all dates show as dd/mm/yyyy Closes: secomind#65 Signed-off-by: Rifa Sofic <rifa.sofic@secomind.com>
227b9b2 to
0f132f4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
getMedicalReportsmethod for retrieving medical info from device interfaceImplement medical reports table
Closes: #65