forked from openmrs/openmrs-esm-patient-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add functionality to allow deleting and editing an allergy
(feat) O3-2760: Add a `closeWorkspaceWithSavedChanges` function to the workspace API (openmrs#1689) * Added new function 'closeWorkspaceWithSavedChanges' to close workspace after form is saved * Passing 'closeWorkspaceWithSavedChanges' as workspace props (docs) Amend steps for updating core libraries in README (openmrs#1690) (chore) Bump @openmrs/ngx-formentry (openmrs#1684) (fix) O3 2804: Reuse the ResponsiveWrapper component from esm-framework (openmrs#1673) * (feat) Reuse ResponsiveWrapper component from esm-framework * feat: Added Layer in visit-notes-form * Fix styleguide imports by bumping both openmrs tooling and framework * Misc fixes --------- Co-authored-by: Dennis Kigen <[email protected]> (refactor) O3-2815: Replace usages of `/ws/rest/v1` with `restBaseUrl` (openmrs#1661) * (Refactor)O3-2815: Replace usages of '/ws/rest/v1' with restBaseUrl * Fixup --------- Co-authored-by: jwnasambu <wamalwa1844.com> Co-authored-by: Dennis Kigen <[email protected]> (feat) Add ability to cancel orders (openmrs#1640) * (feat) cancel order * clean up * pr changes, reload fixes and clean up * translations * wip cancel order via action * mutate orders on cancel * order mutations and pr comments * fixes to labs * button text change * Fixup * More tweaks --------- Co-authored-by: Dennis Kigen <[email protected]> (chore) Add generic slot to Visit Form (openmrs#1688) * (chore) Add billing slot to Start Visit Form * Add generic visit attribute slot * remove slot from config --------- Co-authored-by: CynthiaKamau <[email protected]> (chore) Bump Angular form engine (openmrs#1694) (feat) Makes orders widget expandable and adds detailed order view (openmrs#1696) * (feat) Expandable orders widget * adds order item cards when expanded * changes button to tooltip (fix) O3-2629: Submit button on Allergy Form remains disabled when filling allergen and severity before reactions (openmrs#1699) fix the allergy reaction dependency (feat) Hide bottom navigation on tablets and phones when workspace is active (openmrs#1695) (feat) Relocate Load More button in visits section (openmrs#1702) (chore) Relocate Load More button in visits section add closeWorkspaceWithSavedChanges argument to Allergy form parameterised allergy reaction should be checked correctly maintain non-coded allergen array remove test (chore) Prettier should only list files that don't formatting config (feat) Add config to handle bill submission in start visit form (openmrs#1700) Upgrade peter-evans/create-pull-request See peter-evans/create-pull-request#2790 (chore) Update translations from Transifex (openmrs#1683) add test fix added test
- Loading branch information
Showing
314 changed files
with
3,134 additions
and
1,777 deletions.
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"aDayAgo": "a day ago", | ||
"aFewSecondsAgo": "a few seconds ago", | ||
"aMinuteAgo": "a minute ago", | ||
"aMonthAgo": "a month ago", | ||
"aYearAgo": "a year ago", | ||
"add": "Add", | ||
"addHour": "Add a hour", | ||
"addMinute": "Add a minute", | ||
"addSecond": "Add a second", | ||
"anHourAgo": "an hour ago", | ||
"cancel": "Cancel", | ||
"changeToMonthView": "Change to month view", | ||
"chooseMonthAndYear": "Choose month and year", | ||
"clearEntry": "Are you sure you want to clear this entry?", | ||
"closeThisPanel": "Close this panel", | ||
"componentLoadingFailed": "Component Loading failed...", | ||
"daysAgo": " days ago", | ||
"deleteEntry": "Are you sure you want to delete this item?", | ||
"discardButton": "Discard", | ||
"enterMoreCharacters": "Please enter 2 or more characters", | ||
"errorFetchingFormData": "There was an error fetching form data. Details: {detail}", | ||
"errorLoadingForm": "Error loading form", | ||
"errorWithForm": "There was an error with this form", | ||
"fix": "Fix", | ||
"formSubmissionFailed": "An error has occurred while submitting the form. Error: {error}", | ||
"formSubmittedSuccessfully": "The form has been submitted successfully.", | ||
"from": "From", | ||
"futureDateRestriction": "Future date is not allowed!", | ||
"hoursAgo": " hours ago", | ||
"invalidDate": "Provided date is invalid!", | ||
"loading": "Loading...", | ||
"loadingComponent": "Loading Component...", | ||
"max": "Max value should be {max}", | ||
"maxDate": "Max Date should be {maxDate}", | ||
"maxEntries": "Cannot have more than {max} entries", | ||
"maxLength": "Max Length should be {maxLength}", | ||
"min": "Min value should be {min}", | ||
"minDate": "Min Date should be {minDate}", | ||
"minLength": "Min Length should be {minLength}", | ||
"minusHour": "Minus a hour", | ||
"minusMinute": "Minus a minute", | ||
"minusSecond": "Minus a second", | ||
"minutesAgo": " minutes ago", | ||
"monthsAgo": " months ago", | ||
"next": "Next", | ||
"next21Years": "Next 21 years", | ||
"nextMonth": "Next month", | ||
"nextYear": "Next year", | ||
"patientIdentifierDuplication": "Patient identifier duplication", | ||
"patientIdentifierDuplicationDescription": "The identifier provided is already associated with an existing patient. Please check the identifier and try again.", | ||
"previous": "Previous", | ||
"previous21Years": "Previous 21 years", | ||
"previousMonth": "Previous month", | ||
"previousValue": "Previous Value", | ||
"previousYear": "Previous year", | ||
"remove": "Remove", | ||
"requiredField": "This field is required!", | ||
"saveAndCloseButton": "Save and close", | ||
"selectWeeks": "Select Weeks", | ||
"set": "Set", | ||
"submitting": "Submitting", | ||
"to": "To", | ||
"tryOpeningAnotherForm": "Try opening another form", | ||
"useValue": "Use Value", | ||
"weeks": "Weeks", | ||
"yearsAgo": " years ago" | ||
} |
Oops, something went wrong.