@palladium-ethiopia/esm-clinical-workflow-app 5.4.2-pre.20 → 5.4.2-pre.26
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 +5 -5
- package/dist/152.js +1 -1
- package/dist/152.js.map +1 -1
- package/dist/164.js +1 -0
- package/dist/164.js.map +1 -0
- package/dist/208.js +1 -1
- package/dist/208.js.map +1 -1
- package/dist/209.js +1 -1
- package/dist/209.js.map +1 -1
- package/dist/363.js +1 -1
- package/dist/363.js.map +1 -1
- package/dist/534.js +1 -0
- package/dist/534.js.map +1 -0
- package/dist/677.js +1 -1
- package/dist/677.js.map +1 -1
- package/dist/689.js +1 -1
- package/dist/689.js.map +1 -1
- package/dist/712.js +1 -1
- package/dist/712.js.map +1 -1
- package/dist/771.js +1 -1
- package/dist/771.js.map +1 -1
- package/dist/825.js +1 -0
- package/dist/825.js.map +1 -0
- package/dist/914.js +37 -0
- package/dist/914.js.map +1 -0
- package/dist/926.js +17 -0
- package/dist/926.js.map +1 -0
- package/dist/ethiopia-esm-clinical-workflow-app.js +5 -5
- package/dist/ethiopia-esm-clinical-workflow-app.js.buildmanifest.json +144 -144
- package/dist/ethiopia-esm-clinical-workflow-app.js.map +1 -1
- package/dist/main.js +34 -8
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/config-schema.ts +98 -0
- package/src/index.ts +32 -1
- package/src/patient-chart/clinical-views/hooks/useEncountersByVisit.ts +13 -0
- package/src/patient-chart/constants.ts +11 -0
- package/src/patient-chart/visit/visit-history-table/diagnosis-tags.component.tsx +43 -0
- package/src/patient-chart/visit/visit-history-table/diagnosis-tags.module.scss +57 -0
- package/src/patient-chart/visit/visit-history-table/visit-actions-cell.component.tsx +20 -0
- package/src/patient-chart/visit/visit-history-table/visit-actions-cell.scss +4 -0
- package/src/patient-chart/visit/visit-history-table/visit-date-cell.component.tsx +19 -0
- package/src/patient-chart/visit/visit-history-table/visit-diagnoses-cell-with-certainty.component.tsx +31 -0
- package/src/patient-chart/visit/visit-history-table/visit-diagnoses-cell-with-certainty.module.scss +16 -0
- package/src/patient-chart/visit/visit-history-table/visit-history-table.component.tsx +144 -0
- package/src/patient-chart/visit/visit-history-table/visit-history-table.scss +25 -0
- package/src/patient-chart/visit/visit-history-table/visit-type-cell.component.tsx +15 -0
- package/src/patient-chart/visit/visits-widget/encounter-observations/encounter-observations.component.tsx +67 -0
- package/src/patient-chart/visit/visits-widget/encounter-observations/index.ts +3 -0
- package/src/patient-chart/visit/visits-widget/encounter-observations/styles.scss +22 -0
- package/src/patient-chart/visit/visits-widget/past-visits-components/encounters-table/all-encounters-table.component.tsx +44 -0
- package/src/patient-chart/visit/visits-widget/past-visits-components/encounters-table/encounters-table.component.tsx +388 -0
- package/src/patient-chart/visit/visits-widget/past-visits-components/encounters-table/encounters-table.resource.ts +97 -0
- package/src/patient-chart/visit/visits-widget/past-visits-components/encounters-table/encounters-table.scss +113 -0
- package/src/patient-chart/visit/visits-widget/past-visits-components/encounters-table/visit-encounters-table.component.tsx +42 -0
- package/src/patient-chart/visit/visits-widget/past-visits-components/medications-summary.component.tsx +157 -0
- package/src/patient-chart/visit/visits-widget/past-visits-components/notes-summary.component.tsx +34 -0
- package/src/patient-chart/visit/visits-widget/past-visits-components/tests-summary.component.tsx +16 -0
- package/src/patient-chart/visit/visits-widget/past-visits-components/visit-actions-cell.scss +4 -0
- package/src/patient-chart/visit/visits-widget/past-visits-components/visit-summary.component.tsx +176 -0
- package/src/patient-chart/visit/visits-widget/past-visits-components/visit-summary.scss +72 -0
- package/src/patient-chart/visit/visits-widget/single-visit-details/visit-timeline/visit-timeline.component.tsx +94 -0
- package/src/patient-chart/visit/visits-widget/single-visit-details/visit-timeline/visit-timeline.scss +60 -0
- package/src/patient-chart/visit/visits-widget/visit-detail-overview.component.tsx +50 -0
- package/src/patient-chart/visit/visits-widget/visit-detail-overview.scss +262 -0
- package/src/patient-chart/visit/visits-widget/visit.resource.tsx +144 -0
- package/src/patient-notes/types/index.ts +194 -0
- package/src/patient-notes/visit-note-action-button.extension.tsx +28 -0
- package/src/patient-notes/visit-note-config-schema.ts +38 -0
- package/src/patient-notes/visit-notes-form-shadow.workspace.tsx +963 -0
- package/src/patient-notes/visit-notes-form.scss +453 -0
- package/src/patient-notes/visit-notes.resource.ts +113 -0
- package/src/routes.json +23 -0
- package/translations/am.json +168 -0
- package/translations/en.json +168 -0
- package/dist/410.js +0 -1
- package/dist/410.js.map +0 -1
- package/dist/484.js +0 -11
- package/dist/484.js.map +0 -1
- package/dist/540.js +0 -1
- package/dist/540.js.map +0 -1
- package/dist/545.js +0 -43
- package/dist/545.js.map +0 -1
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
{
|
|
2
|
+
"24Hours": "24 Hours",
|
|
3
|
+
"actions": "Actions",
|
|
4
|
+
"active": "Active",
|
|
5
|
+
"activeVisits": "Active Visits",
|
|
6
|
+
"add": "Add",
|
|
7
|
+
"addBillingInformation": "Add Billing Information",
|
|
8
|
+
"addImage": "Add image",
|
|
9
|
+
"addVisitNote": "Add a visit note",
|
|
10
|
+
"addWithCertainty": "Add with certainty",
|
|
11
|
+
"age": "Age",
|
|
12
|
+
"all": "All",
|
|
13
|
+
"allEncounters": "All encounters",
|
|
14
|
+
"allVisits": "All Visits",
|
|
15
|
+
"cancel": "Cancel",
|
|
16
|
+
"cash": "Cash",
|
|
17
|
+
"chbi": "CHBI",
|
|
18
|
+
"checkFilters": "Check the filters above",
|
|
19
|
+
"clinicalNoteLabel": "Write your notes",
|
|
20
|
+
"clinicalNotePlaceholder": "Write any notes here",
|
|
21
|
+
"close": "Close",
|
|
22
|
+
"code": "Code",
|
|
23
|
+
"confirmed": "Confirmed",
|
|
24
|
+
"credit": "Credit",
|
|
25
|
+
"creditCompanies": "Credit Companies",
|
|
26
|
+
"creditDetails": "Credit Details",
|
|
27
|
+
"creditTypeDetails": "Credit Type Details",
|
|
28
|
+
"date": "Date",
|
|
29
|
+
"dateAndTime": "Date & time",
|
|
30
|
+
"days": "Days",
|
|
31
|
+
"deleteThisEncounter": "Delete this encounter",
|
|
32
|
+
"diagnoses": "Diagnoses",
|
|
33
|
+
"discard": "Discard",
|
|
34
|
+
"discontinued": "Discontinued",
|
|
35
|
+
"dose": "Dose",
|
|
36
|
+
"dosingInstructions": "Dosing Instructions",
|
|
37
|
+
"editPatientInformation": "Edit Patient Information",
|
|
38
|
+
"editThisEncounter": "Edit this encounter",
|
|
39
|
+
"emptyDiagnosisText": "No diagnosis selected — Enter a diagnosis below",
|
|
40
|
+
"encounter": "Encounter",
|
|
41
|
+
"encounterDeleted": "Encounter deleted",
|
|
42
|
+
"encounters_title": "Encounters",
|
|
43
|
+
"encountersForThisVisit": "encounters for this visit",
|
|
44
|
+
"encounterSuccessfullyDeleted": "The encounter has been deleted successfully",
|
|
45
|
+
"encounterTableActionsMenu": "Encounter table actions menu",
|
|
46
|
+
"encounterType": "Encounter type",
|
|
47
|
+
"encounterWithError": "The encounter could not be deleted successfully. If the error persists, please contact your system administrator.",
|
|
48
|
+
"endDate": "End date",
|
|
49
|
+
"ended": "Ended",
|
|
50
|
+
"endTime": "End Time",
|
|
51
|
+
"enterCode": "Enter code",
|
|
52
|
+
"enterDays": "Enter days",
|
|
53
|
+
"enterFirstName": "Enter Your First Name",
|
|
54
|
+
"enterId": "Enter ID",
|
|
55
|
+
"enterLastName": "Enter Last Name",
|
|
56
|
+
"enterMiddleName": "Enter Middle Name",
|
|
57
|
+
"enterMonths": "Enter months",
|
|
58
|
+
"enterName": "Enter name",
|
|
59
|
+
"enterPrimaryDiagnoses": "Enter Primary diagnoses",
|
|
60
|
+
"enterSecondaryDiagnoses": "Enter Secondary diagnoses",
|
|
61
|
+
"enterYears": "Enter years",
|
|
62
|
+
"enterZone": "Enter zone",
|
|
63
|
+
"error": "Error",
|
|
64
|
+
"errorFetchingConcepts": "There was a problem fetching concepts",
|
|
65
|
+
"errorTransformingDiagnoses": "Error transforming diagnoses",
|
|
66
|
+
"errorUpdatingBillingInformation": "Error updating billing information, {{error}}",
|
|
67
|
+
"estimated": "Estimated",
|
|
68
|
+
"exempted": "Exempted",
|
|
69
|
+
"expiryDate": "Expiry Date",
|
|
70
|
+
"filterByEncounterType": "Filter by encounter type",
|
|
71
|
+
"firstName": "First Name",
|
|
72
|
+
"form": "Form name",
|
|
73
|
+
"free": "Free",
|
|
74
|
+
"freeDetails": "Free Details",
|
|
75
|
+
"fromDateToDate": "{{fromDate}} - {{toDate}}",
|
|
76
|
+
"gender": "Gender",
|
|
77
|
+
"id": "ID",
|
|
78
|
+
"identifier": "Identifier",
|
|
79
|
+
"image": "Image",
|
|
80
|
+
"imageRemoved": "Image removed",
|
|
81
|
+
"imageUploadHelperText": "Upload images or use this device's camera to capture images",
|
|
82
|
+
"indication": "Indication",
|
|
83
|
+
"insurance": "Insurance",
|
|
84
|
+
"invalidSelection": "Invalid selection",
|
|
85
|
+
"itemsPerPage": "Items per page:",
|
|
86
|
+
"lastName": "Last Name",
|
|
87
|
+
"loading": "Loading...",
|
|
88
|
+
"location": "Location",
|
|
89
|
+
"medicalRecordUpdate": "Medical Record Unit(MRU)",
|
|
90
|
+
"medications": "Medications",
|
|
91
|
+
"medications__lower": "medications",
|
|
92
|
+
"medicoLegalCases": "Medico Legal Cases",
|
|
93
|
+
"middleName": "Middle Name",
|
|
94
|
+
"months": "Months",
|
|
95
|
+
"name": "Name",
|
|
96
|
+
"nextPage": "Next page",
|
|
97
|
+
"noDiagnosesFound": "No diagnoses found",
|
|
98
|
+
"noEncountersToDisplay": "No encounters to display",
|
|
99
|
+
"noMatchingDiagnoses": "No diagnoses found matching",
|
|
100
|
+
"noObservationsFound": "No observations found",
|
|
101
|
+
"noPatientSelected": "No patient selected",
|
|
102
|
+
"noProvider": "No provider",
|
|
103
|
+
"noSessionLocation": "No session location",
|
|
104
|
+
"noSessionLocationSubtitle": "Please select a location to continue",
|
|
105
|
+
"note": "Note",
|
|
106
|
+
"notes": "Notes",
|
|
107
|
+
"notes__lower": "notes",
|
|
108
|
+
"noTriageFormConfigured": "No triage form configured",
|
|
109
|
+
"noTriageFormConfiguredForLocation": "No triage form is configured for the current location. Please configure a form for this location.",
|
|
110
|
+
"noTriageFormConfiguredSubtitle": "No triage form is configured for location: {{location}}",
|
|
111
|
+
"noVisitsFound": "No visits found",
|
|
112
|
+
"orderDurationAndUnit": "for {{duration}} {{durationUnit}}",
|
|
113
|
+
"orderIndefiniteDuration": "Indefinite duration",
|
|
114
|
+
"pageNumber": "Page number",
|
|
115
|
+
"pastVisits": "Past visits",
|
|
116
|
+
"patientName": "Patient Name",
|
|
117
|
+
"patientRegistrationError": "Error registering patient",
|
|
118
|
+
"patientRegistrationErrorSubtitle": "Please try again.",
|
|
119
|
+
"patientRegistrationSuccess": "Patient registered successfully",
|
|
120
|
+
"paymentMethods": "Payment Methods",
|
|
121
|
+
"presumed": "Presumed",
|
|
122
|
+
"previousPage": "Previous page",
|
|
123
|
+
"primaryDiagnosis": "Primary diagnosis",
|
|
124
|
+
"primaryDiagnosisInputPlaceholder": "Choose a primary diagnosis",
|
|
125
|
+
"primaryDiagnosisRequired": "Choose at least one primary diagnosis",
|
|
126
|
+
"provider": "Provider",
|
|
127
|
+
"quantity": "Quantity",
|
|
128
|
+
"refills": "Refills",
|
|
129
|
+
"registerNewPatient": "Register New Patient",
|
|
130
|
+
"saveAndClose": "Save & close",
|
|
131
|
+
"saving": "Saving",
|
|
132
|
+
"scheduled": "Scheduled",
|
|
133
|
+
"scheduledVisits": "Scheduled Visits",
|
|
134
|
+
"searchForPatientToStartTriage": "Search for a patient using the search bar above to start the triage process, or register a new patient.",
|
|
135
|
+
"searchForPrimaryDiagnosis": "Search for a primary diagnosis",
|
|
136
|
+
"searchForSecondaryDiagnosis": "Search for a secondary diagnosis",
|
|
137
|
+
"searchTable": "Search table",
|
|
138
|
+
"searchVisits": "Search visits",
|
|
139
|
+
"secondaryDiagnosis": "Secondary diagnosis",
|
|
140
|
+
"secondaryDiagnosisInputPlaceholder": "Choose a secondary diagnosis",
|
|
141
|
+
"selectCertainty": "Select certainty level",
|
|
142
|
+
"selectDOB": "Select Date of Birth",
|
|
143
|
+
"selectGender": "Select gender",
|
|
144
|
+
"selectOption": "Select a free type",
|
|
145
|
+
"shi": "SHI",
|
|
146
|
+
"staff": "Staff",
|
|
147
|
+
"startTime": "Start Time",
|
|
148
|
+
"status": "Status",
|
|
149
|
+
"tests": "Tests",
|
|
150
|
+
"timeCompleted": "Time completed",
|
|
151
|
+
"timeline": "Timeline",
|
|
152
|
+
"timeStarted": "Time started",
|
|
153
|
+
"triageDashboard": "Triage Dashboard",
|
|
154
|
+
"triageForm": "Triage form",
|
|
155
|
+
"updateVisitWithBillingInfo": "Update Visit With Billing Information",
|
|
156
|
+
"updateVisitWithBillingInfoSuccess": "Update Visit With Billing Information Success",
|
|
157
|
+
"visitDate": "Visit date",
|
|
158
|
+
"visitNote": "Visit note",
|
|
159
|
+
"visitNoteNowVisible": "It is now visible on the Visits page",
|
|
160
|
+
"visitNoteSaved": "Visit note saved",
|
|
161
|
+
"visitNoteSaveError": "Error saving visit note",
|
|
162
|
+
"visitNoteWorkspaceTitle": "Visit note",
|
|
163
|
+
"visits": "visits",
|
|
164
|
+
"Visits": "Visits",
|
|
165
|
+
"visitType": "Visit Type",
|
|
166
|
+
"years": "Years",
|
|
167
|
+
"zone": "Zone"
|
|
168
|
+
}
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
{
|
|
2
|
+
"24Hours": "24 Hours",
|
|
3
|
+
"actions": "Actions",
|
|
4
|
+
"active": "Active",
|
|
5
|
+
"activeVisits": "Active Visits",
|
|
6
|
+
"add": "Add",
|
|
7
|
+
"addBillingInformation": "Add Billing Information",
|
|
8
|
+
"addImage": "Add image",
|
|
9
|
+
"addVisitNote": "Add a visit note",
|
|
10
|
+
"addWithCertainty": "Add with certainty",
|
|
11
|
+
"age": "Age",
|
|
12
|
+
"all": "All",
|
|
13
|
+
"allEncounters": "All encounters",
|
|
14
|
+
"allVisits": "All Visits",
|
|
15
|
+
"cancel": "Cancel",
|
|
16
|
+
"cash": "Cash",
|
|
17
|
+
"chbi": "CHBI",
|
|
18
|
+
"checkFilters": "Check the filters above",
|
|
19
|
+
"clinicalNoteLabel": "Write your notes",
|
|
20
|
+
"clinicalNotePlaceholder": "Write any notes here",
|
|
21
|
+
"close": "Close",
|
|
22
|
+
"code": "Code",
|
|
23
|
+
"confirmed": "Confirmed",
|
|
24
|
+
"credit": "Credit",
|
|
25
|
+
"creditCompanies": "Credit Companies",
|
|
26
|
+
"creditDetails": "Credit Details",
|
|
27
|
+
"creditTypeDetails": "Credit Type Details",
|
|
28
|
+
"date": "Date",
|
|
29
|
+
"dateAndTime": "Date & time",
|
|
30
|
+
"days": "Days",
|
|
31
|
+
"deleteThisEncounter": "Delete this encounter",
|
|
32
|
+
"diagnoses": "Diagnoses",
|
|
33
|
+
"discard": "Discard",
|
|
34
|
+
"discontinued": "Discontinued",
|
|
35
|
+
"dose": "Dose",
|
|
36
|
+
"dosingInstructions": "Dosing Instructions",
|
|
37
|
+
"editPatientInformation": "Edit Patient Information",
|
|
38
|
+
"editThisEncounter": "Edit this encounter",
|
|
39
|
+
"emptyDiagnosisText": "No diagnosis selected — Enter a diagnosis below",
|
|
40
|
+
"encounter": "Encounter",
|
|
41
|
+
"encounterDeleted": "Encounter deleted",
|
|
42
|
+
"encounters_title": "Encounters",
|
|
43
|
+
"encountersForThisVisit": "encounters for this visit",
|
|
44
|
+
"encounterSuccessfullyDeleted": "The encounter has been deleted successfully",
|
|
45
|
+
"encounterTableActionsMenu": "Encounter table actions menu",
|
|
46
|
+
"encounterType": "Encounter type",
|
|
47
|
+
"encounterWithError": "The encounter could not be deleted successfully. If the error persists, please contact your system administrator.",
|
|
48
|
+
"endDate": "End date",
|
|
49
|
+
"ended": "Ended",
|
|
50
|
+
"endTime": "End Time",
|
|
51
|
+
"enterCode": "Enter code",
|
|
52
|
+
"enterDays": "Enter days",
|
|
53
|
+
"enterFirstName": "Enter Your First Name",
|
|
54
|
+
"enterId": "Enter ID",
|
|
55
|
+
"enterLastName": "Enter Last Name",
|
|
56
|
+
"enterMiddleName": "Enter Middle Name",
|
|
57
|
+
"enterMonths": "Enter months",
|
|
58
|
+
"enterName": "Enter name",
|
|
59
|
+
"enterPrimaryDiagnoses": "Enter Primary diagnoses",
|
|
60
|
+
"enterSecondaryDiagnoses": "Enter Secondary diagnoses",
|
|
61
|
+
"enterYears": "Enter years",
|
|
62
|
+
"enterZone": "Enter zone",
|
|
63
|
+
"error": "Error",
|
|
64
|
+
"errorFetchingConcepts": "There was a problem fetching concepts",
|
|
65
|
+
"errorTransformingDiagnoses": "Error transforming diagnoses",
|
|
66
|
+
"errorUpdatingBillingInformation": "Error updating billing information, {{error}}",
|
|
67
|
+
"estimated": "Estimated",
|
|
68
|
+
"exempted": "Exempted",
|
|
69
|
+
"expiryDate": "Expiry Date",
|
|
70
|
+
"filterByEncounterType": "Filter by encounter type",
|
|
71
|
+
"firstName": "First Name",
|
|
72
|
+
"form": "Form name",
|
|
73
|
+
"free": "Free",
|
|
74
|
+
"freeDetails": "Free Details",
|
|
75
|
+
"fromDateToDate": "{{fromDate}} - {{toDate}}",
|
|
76
|
+
"gender": "Gender",
|
|
77
|
+
"id": "ID",
|
|
78
|
+
"identifier": "Identifier",
|
|
79
|
+
"image": "Image",
|
|
80
|
+
"imageRemoved": "Image removed",
|
|
81
|
+
"imageUploadHelperText": "Upload images or use this device's camera to capture images",
|
|
82
|
+
"indication": "Indication",
|
|
83
|
+
"insurance": "Insurance",
|
|
84
|
+
"invalidSelection": "Invalid selection",
|
|
85
|
+
"itemsPerPage": "Items per page:",
|
|
86
|
+
"lastName": "Last Name",
|
|
87
|
+
"loading": "Loading...",
|
|
88
|
+
"location": "Location",
|
|
89
|
+
"medicalRecordUpdate": "Medical Record Unit(MRU)",
|
|
90
|
+
"medications": "Medications",
|
|
91
|
+
"medications__lower": "medications",
|
|
92
|
+
"medicoLegalCases": "Medico Legal Cases",
|
|
93
|
+
"middleName": "Middle Name",
|
|
94
|
+
"months": "Months",
|
|
95
|
+
"name": "Name",
|
|
96
|
+
"nextPage": "Next page",
|
|
97
|
+
"noDiagnosesFound": "No diagnoses found",
|
|
98
|
+
"noEncountersToDisplay": "No encounters to display",
|
|
99
|
+
"noMatchingDiagnoses": "No diagnoses found matching",
|
|
100
|
+
"noObservationsFound": "No observations found",
|
|
101
|
+
"noPatientSelected": "No patient selected",
|
|
102
|
+
"noProvider": "No provider",
|
|
103
|
+
"noSessionLocation": "No session location",
|
|
104
|
+
"noSessionLocationSubtitle": "Please select a location to continue",
|
|
105
|
+
"note": "Note",
|
|
106
|
+
"notes": "Notes",
|
|
107
|
+
"notes__lower": "notes",
|
|
108
|
+
"noTriageFormConfigured": "No triage form configured",
|
|
109
|
+
"noTriageFormConfiguredForLocation": "No triage form is configured for the current location. Please configure a form for this location.",
|
|
110
|
+
"noTriageFormConfiguredSubtitle": "No triage form is configured for location: {{location}}",
|
|
111
|
+
"noVisitsFound": "No visits found",
|
|
112
|
+
"orderDurationAndUnit": "for {{duration}} {{durationUnit}}",
|
|
113
|
+
"orderIndefiniteDuration": "Indefinite duration",
|
|
114
|
+
"pageNumber": "Page number",
|
|
115
|
+
"pastVisits": "Past visits",
|
|
116
|
+
"patientName": "Patient Name",
|
|
117
|
+
"patientRegistrationError": "Error registering patient",
|
|
118
|
+
"patientRegistrationErrorSubtitle": "Please try again.",
|
|
119
|
+
"patientRegistrationSuccess": "Patient registered successfully",
|
|
120
|
+
"paymentMethods": "Payment Methods",
|
|
121
|
+
"presumed": "Presumed",
|
|
122
|
+
"previousPage": "Previous page",
|
|
123
|
+
"primaryDiagnosis": "Primary diagnosis",
|
|
124
|
+
"primaryDiagnosisInputPlaceholder": "Choose a primary diagnosis",
|
|
125
|
+
"primaryDiagnosisRequired": "Choose at least one primary diagnosis",
|
|
126
|
+
"provider": "Provider",
|
|
127
|
+
"quantity": "Quantity",
|
|
128
|
+
"refills": "Refills",
|
|
129
|
+
"registerNewPatient": "Register New Patient",
|
|
130
|
+
"saveAndClose": "Save & close",
|
|
131
|
+
"saving": "Saving",
|
|
132
|
+
"scheduled": "Scheduled",
|
|
133
|
+
"scheduledVisits": "Scheduled Visits",
|
|
134
|
+
"searchForPatientToStartTriage": "Search for a patient using the search bar above to start the triage process, or register a new patient.",
|
|
135
|
+
"searchForPrimaryDiagnosis": "Search for a primary diagnosis",
|
|
136
|
+
"searchForSecondaryDiagnosis": "Search for a secondary diagnosis",
|
|
137
|
+
"searchTable": "Search table",
|
|
138
|
+
"searchVisits": "Search visits",
|
|
139
|
+
"secondaryDiagnosis": "Secondary diagnosis",
|
|
140
|
+
"secondaryDiagnosisInputPlaceholder": "Choose a secondary diagnosis",
|
|
141
|
+
"selectCertainty": "Select certainty level",
|
|
142
|
+
"selectDOB": "Select Date of Birth",
|
|
143
|
+
"selectGender": "Select gender",
|
|
144
|
+
"selectOption": "Select a free type",
|
|
145
|
+
"shi": "SHI",
|
|
146
|
+
"staff": "Staff",
|
|
147
|
+
"startTime": "Start Time",
|
|
148
|
+
"status": "Status",
|
|
149
|
+
"tests": "Tests",
|
|
150
|
+
"timeCompleted": "Time completed",
|
|
151
|
+
"timeline": "Timeline",
|
|
152
|
+
"timeStarted": "Time started",
|
|
153
|
+
"triageDashboard": "Triage Dashboard",
|
|
154
|
+
"triageForm": "Triage form",
|
|
155
|
+
"updateVisitWithBillingInfo": "Update Visit With Billing Information",
|
|
156
|
+
"updateVisitWithBillingInfoSuccess": "Update Visit With Billing Information Success",
|
|
157
|
+
"visitDate": "Visit date",
|
|
158
|
+
"visitNote": "Visit note",
|
|
159
|
+
"visitNoteNowVisible": "It is now visible on the Visits page",
|
|
160
|
+
"visitNoteSaved": "Visit note saved",
|
|
161
|
+
"visitNoteSaveError": "Error saving visit note",
|
|
162
|
+
"visitNoteWorkspaceTitle": "Visit note",
|
|
163
|
+
"visits": "visits",
|
|
164
|
+
"Visits": "Visits",
|
|
165
|
+
"visitType": "Visit Type",
|
|
166
|
+
"years": "Years",
|
|
167
|
+
"zone": "Zone"
|
|
168
|
+
}
|