-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Patient generalData flow refractor and PatientInfo View #64
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #64 +/- ##
==========================================
- Coverage 12.09% 10.96% -1.13%
==========================================
Files 59 60 +1
Lines 3261 3333 +72
==========================================
- Hits 394 365 -29
- Misses 2867 2968 +101
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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.
Well done!
Patient generalData flow refractor and PatientInfo View
♻️ Current situation & Problem
Before this PR, we did not have a way for the patient to enter or change their personal information if they were not connected to FHIRStore.
⚙️ Release Notes
FHIRStore extraction functionality that I did in LLMInteraction is now moved to PatientInfo view. The functions calculateAge, getValue, and getInfo functions are now inside of a view, and loadData() is a private function that then updates the data onAppear of the PatientInfo view.
📚 Documentation
n/a
📝 Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: