-
Notifications
You must be signed in to change notification settings - Fork 532
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
Prefill Structured Data; Add Edit Links for Structured #9992
Merged
Merged
Changes from 9 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
4e7325b
Prefill MedicationRequest; Add Edit Links for Structured
gigincg 06fab59
Merge branch 'develop' into structured_prefills
gigincg fcb58c7
Fix types
gigincg 4caed51
Remove EncounterContext; Add MedicationStatement prefill
gigincg 3de35dd
Add Remove as entered-in-error
gigincg 82c70b5
Merge branch 'develop' of https://github.com/ohcnetwork/care_fe into …
amjithtitus09 bd4ba61
Merge branch 'develop' of https://github.com/ohcnetwork/care_fe into …
amjithtitus09 4196a75
Symptom & DIagnosis
amjithtitus09 3356df6
Merge branch 'develop' of https://github.com/ohcnetwork/care_fe into …
amjithtitus09 ccb44f9
Fixed status option to match BE
amjithtitus09 93e2a0f
Merge branch 'develop' of https://github.com/ohcnetwork/care_fe into …
amjithtitus09 372b02c
Lint fix
amjithtitus09 c26ad27
Merge branch 'develop' of https://github.com/ohcnetwork/care_fe into …
amjithtitus09 b0be793
Merge branch 'develop' of https://github.com/ohcnetwork/care_fe into …
amjithtitus09 44bde9a
Fix cache issue after updating
amjithtitus09 7a51103
Merge branch 'develop' of https://github.com/ohcnetwork/care_fe into …
amjithtitus09 a3d2371
Rebuild questionnaireForm updateHandler to receive values instead of …
amjithtitus09 f22a067
Disable row when existing items are removed, date picker format, temp…
amjithtitus09 e59b0cd
Entered in error UI changes
amjithtitus09 747194e
Merge branch 'develop' of https://github.com/ohcnetwork/care_fe into …
amjithtitus09 ac45de1
Merge branch 'structured_prefills' of https://github.com/ohcnetwork/c…
amjithtitus09 5c2c484
MedicationStatement | Add missing encounter field
amjithtitus09 9f130a7
Removed console log
amjithtitus09 5d735e2
Update only selected fields
amjithtitus09 c54657f
Merge branch 'develop' of https://github.com/ohcnetwork/care_fe into …
amjithtitus09 fd5b993
Merge branch 'structured_prefills' of https://github.com/ohcnetwork/c…
amjithtitus09 7f821ce
Merge branch 'develop' of https://github.com/ohcnetwork/care_fe into …
amjithtitus09 7ceecf9
Merge branch 'structured_prefills' of https://github.com/ohcnetwork/c…
amjithtitus09 c43d4de
Merge branch 'develop' of https://github.com/ohcnetwork/care_fe into …
amjithtitus09 747b325
Merge branch 'structured_prefills' of https://github.com/ohcnetwork/c…
amjithtitus09 72e81ce
Fixed padding for allergy, symptom, diagnosis tables
amjithtitus09 cbfa87a
Merge pull request #10115 from ohcnetwork/questionnaire-update-rebuild
amjithtitus09 ba2a421
Merge branch 'develop' of https://github.com/ohcnetwork/care_fe into …
amjithtitus09 3403225
Invalidate queries
amjithtitus09 52c0c2f
Merge branch 'develop' of https://github.com/ohcnetwork/care_fe into …
amjithtitus09 20ef2af
Remove Commented Code
gigincg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
70 changes: 0 additions & 70 deletions
70
src/components/Facility/ConsultationDetails/EncounterContext.tsx
This file was deleted.
Oops, something went wrong.
This file contains 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
File renamed without changes.
Oops, something went wrong.
Oops, something went wrong.
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.
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.
🛠️ Refactor suggestion
Add error handling for the API call.
The query setup looks good, but it's missing error handling for failed API calls and loading state management.