@openmrs/esm-patient-chart-app 11.3.1-pre.8989 → 11.3.1-pre.8998
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +11 -11
- package/dist/2442.js +1 -0
- package/dist/2442.js.map +1 -0
- package/dist/4300.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-patient-chart-app.js +1 -1
- package/dist/openmrs-esm-patient-chart-app.js.buildmanifest.json +56 -77
- package/dist/openmrs-esm-patient-chart-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +2 -2
- package/src/clinical-views/hooks/useEncountersByVisit.ts +13 -0
- package/src/config-schema.ts +10 -2
- package/src/visit/visits-widget/past-visits-components/medications-summary.component.tsx +2 -3
- package/src/visit/visits-widget/past-visits-components/visit-summary.component.tsx +8 -1
- package/src/visit/visits-widget/past-visits-components/visit-summary.scss +1 -1
- package/src/visit/visits-widget/single-visit-details/visit-timeline/visit-timeline.component.tsx +94 -0
- package/src/visit/visits-widget/single-visit-details/visit-timeline/visit-timeline.scss +60 -0
- package/translations/en.json +6 -0
- package/dist/9206.js +0 -1
- package/dist/9206.js.map +0 -1
package/translations/en.json
CHANGED
|
@@ -41,8 +41,10 @@
|
|
|
41
41
|
"editVisitDetails": "Edit visit details",
|
|
42
42
|
"emptyStateText": "There are no {{displayText}} to display for this patient",
|
|
43
43
|
"enable": "Enable",
|
|
44
|
+
"encounter": "Encounter",
|
|
44
45
|
"encounterDeleted": "Encounter deleted",
|
|
45
46
|
"encounters_title": "Encounters",
|
|
47
|
+
"encountersForThisVisit": "encounters for this visit",
|
|
46
48
|
"encounterSuccessfullyDeleted": "The encounter has been deleted successfully",
|
|
47
49
|
"encounterTableActionsMenu": "Encounter table actions menu",
|
|
48
50
|
"encounterType": "Encounter type",
|
|
@@ -105,6 +107,7 @@
|
|
|
105
107
|
"nonCodedCauseOfDeath": "Non-coded cause of death",
|
|
106
108
|
"nonCodedCauseOfDeathRequired": "Please enter the non-coded cause of death",
|
|
107
109
|
"noObservationsFound": "No observations found",
|
|
110
|
+
"noProvider": "No provider",
|
|
108
111
|
"notes": "Notes",
|
|
109
112
|
"notes__lower": "notes",
|
|
110
113
|
"noVisitsToDisplay": "No visits to display",
|
|
@@ -156,7 +159,10 @@
|
|
|
156
159
|
"tests": "Tests",
|
|
157
160
|
"theVisitIs": "The visit is",
|
|
158
161
|
"time": "Time",
|
|
162
|
+
"timeCompleted": "Time completed",
|
|
159
163
|
"timeFormat ": "Time Format",
|
|
164
|
+
"timeline": "Timeline",
|
|
165
|
+
"timeStarted": "Time started",
|
|
160
166
|
"undo": "Undo",
|
|
161
167
|
"unknownError": "Unknown error",
|
|
162
168
|
"updateVisit": "Update visit",
|