forked from openmrs/openmrs-esm-patient-chart
-
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
New visits widget #5
Open
CynthiaKamau
wants to merge
90
commits into
UCSF-IGHS:new-visits-widget
Choose a base branch
from
openmrs:new-visits-widget
base: new-visits-widget
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
New visits widget #5
CynthiaKamau
wants to merge
90
commits into
UCSF-IGHS:new-visits-widget
from
openmrs:new-visits-widget
Conversation
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
Fix Flaky Lab order E2E test
* (test) Add testing-related plugins to ESLint config * Comment out flaky tests
…kers (#1893) (feat) Feature flag the ability to print identifier stickers Co-authored-by: Dennis Kigen <[email protected]>
…e from another workspace (#1886)
* (test) Some miscellaneous test fixes * Change some translations to sentence case * Comment out flaky assertions * Undo schema mods
Co-authored-by: OpenMRS Bot <[email protected]>
Co-authored-by: Dennis Kigen <[email protected]>
…orm (#1903) Handle possibly undefined encounter.obs in LabResultsForm Co-authored-by: Dennis Kigen <[email protected]>
* '(fix)O3-2843': Ability to re-enroll in completed programs. * InlineNotification not to be displayed once the program is completed and the Add button is active * Code refactor * Hide add button when there is no program to enroll in * Fixup * The E2E tests prove their worth yet again --------- Co-authored-by: jwnasambu <wamalwa1844.com> Co-authored-by: Dennis Kigen <[email protected]>
* (test) Fix flaky behaviour in Programs and Conditions form tests * Try something else * Fixup
(chore) Bump RFE lib
Co-authored-by: OpenMRS Bot <[email protected]>
…lls in Drug Order Form (#1754) Co-authored-by: Dennis Kigen <[email protected]>
* added fragment * Other useful mods * Factor out filtering from useTestTypes hook * Review feedback --------- Co-authored-by: Dennis Kigen <[email protected]>
* (fix) O3-3545: Remove duplicate copies of labs * Fixup --------- Co-authored-by: Dennis Kigen <[email protected]>
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](webpack/loader-utils@v2.0.2...v2.0.4) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…lations (#1895) * (refactor)O3-3522: Replace module-local translations with core translations * Translated patientIdentifierSticker using the t() function * Update the versions of the CLI and framework * Update yarn.lock file * fix yarn.lock file --------- Co-authored-by: jwnasambu <wamalwa1844.com> Co-authored-by: Dennis Kigen <[email protected]>
Co-authored-by: OpenMRS Bot <[email protected]> Co-authored-by: Dennis Kigen <[email protected]>
* (fix) Fix program enrollment eligibility logic * Review feedback
* (chore) Optionally set server-token for CI workflows * Fixup
* O3-3660: Show trend results view in a modal * code review * Fixup --------- Co-authored-by: Dennis Kigen <[email protected]>
…rectly (#1950) * O3-3635: Drug Order Modification Requires Two Steps Instead of Opening Directly in Order Basket * Fix undefined uuid * UI fixes --------- Co-authored-by: jwnasambu <wamalwa1844.com> Co-authored-by: Dennis Kigen <[email protected]>
(feat) Add a search bar to the Orders details table
…1958) --------- Co-authored-by: Dennis Kigen <[email protected]> Co-authored-by: Jayasanka Weerasinghe <[email protected]>
…ld be conditional (#1962) * add logic to conditionally open clinical-forms-workspace on form close * Update packages/esm-form-engine-app/src/form-renderer/form-renderer.component.tsx Co-authored-by: Ian <[email protected]> --------- Co-authored-by: Ian <[email protected]>
--------- Co-authored-by: Jayasanka Weerasinghe <[email protected]>
Co-authored-by: Dennis Kigen <[email protected]>
(fix) Disable scroll wheel functionality in the Drug order form
…1975) (feat) : O3-3865 avail entire patient object to form-entry Co-authored-by: Dennis Kigen <[email protected]>
Bumps the react form engine version
Bump FE version
…1968) * Replace instances of labReferenceNumber with accessionNumber * Update test for lab order form --------- Co-authored-by: Usama Idriss Kakumba <[email protected]> Co-authored-by: Dennis Kigen <[email protected]>
This PR makes the following improvements to the lab results form following the recent change to make it the single source of truth for lab orders: - Refactors the error notification shown when the user tries to submit the form without filling any fields to use the Carbon InlineNotification component - Refactors the logic used to determine whether the form is empty to leverage the getValues method of react-hook-form - Increases the Stack gap to 1rem to make the form more spacious - Removes error handling concerns from the form field component - Refactors the form field component to use the Carbon TextInput or NumberInput components based on the concept datatype - Renames the result form field component to lab results form field component
(refactor) O3-3654: Results filter and individual/timeline view refinement Co-authored-by: CynthiaKamau <[email protected]>
…yed values (#1970) * mutate infinitVisits on form submission * solve error: cannot read proeprties of undefined
CynthiaKamau
force-pushed
the
new-visits-widget
branch
from
September 5, 2024 06:42
8c77bed
to
bb6eff9
Compare
CynthiaKamau
force-pushed
the
new-visits-widget
branch
from
September 5, 2024 06:55
bb6eff9
to
939ce19
Compare
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.
Requirements
Summary
Screenshots
Related Issue
Other