@kenyaemr/esm-patient-clinical-view-app 5.4.2-pre.2351 → 5.4.2-pre.2354
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/162.js +1 -1
- package/dist/197.js +1 -1
- package/dist/294.js +1 -1
- package/dist/296.js +1 -1
- package/dist/296.js.map +1 -1
- package/dist/300.js +1 -1
- package/dist/714.js +1 -0
- package/dist/714.js.map +1 -0
- package/dist/721.js +1 -0
- package/dist/721.js.map +1 -0
- package/dist/740.js +2 -0
- package/dist/740.js.map +1 -0
- package/dist/kenyaemr-esm-patient-clinical-view-app.js +1 -1
- package/dist/kenyaemr-esm-patient-clinical-view-app.js.buildmanifest.json +92 -92
- package/dist/kenyaemr-esm-patient-clinical-view-app.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +2 -2
- package/src/clinical-encounter/clinical-encounter-dashboard-meta.tsx +1 -4
- package/src/clinical-encounter/dashboard/clinical-encounter-dashboard.component.tsx +69 -72
- package/src/contact-list/contact-dashboard.component.tsx +29 -0
- package/src/dashboard/createDashboardLink.tsx +24 -0
- package/src/dashboard/dashboard.component.tsx +56 -0
- package/src/{dashboard.meta.tsx → dashboard/dashboard.meta.tsx} +12 -52
- package/src/dashboard/dashboard.scss +13 -0
- package/src/in-patient/in-patient.meta.tsx +1 -1
- package/src/index.ts +50 -91
- package/src/maternal-and-child-health/labour-delivery.component.tsx +0 -1
- package/src/maternal-and-child-health/maternal-and-child.component.tsx +43 -0
- package/src/maternal-and-child-health/mch-dashboard.meta.tsx +5 -34
- package/src/maternal-and-child-health/partography/labour-delivery.scss +8 -9
- package/src/root.scss +2 -66
- package/src/routes.json +64 -143
- package/src/special-clinics/special-clinic.component.tsx +53 -0
- package/src/special-clinics/special-clinics.scss +23 -0
- package/src/specialized-clinics/generic-nav-links/generic-dashboard.component.tsx +14 -27
- package/src/specialized-clinics/generic-nav-links/useEncounters.tsx +3 -3
- package/src/specialized-clinics/hiv-care-and-treatment-services/hiv-care-and-treatment-dashboard.meta.tsx +6 -21
- package/src/specialized-clinics/hiv-care-and-treatment-services/hiv-care-and-treatment.component.tsx +38 -0
- package/src/ui/encounter-list/encounter-list.component.tsx +3 -12
- package/src/ui/encounter-list/encounter-list.scss +5 -6
- package/translations/am.json +6 -2
- package/translations/en.json +6 -2
- package/translations/sw.json +6 -2
- package/dist/292.js +0 -1
- package/dist/292.js.map +0 -1
- package/dist/349.js +0 -2
- package/dist/349.js.map +0 -1
- package/dist/60.js +0 -1
- package/dist/60.js.map +0 -1
- package/src/clinical-view-group/clinical-view-section.component.tsx +0 -33
- package/src/clinical-view-group/clinical-view-section.scss +0 -15
- package/src/clinical-view-group/createDashboardGroup.tsx +0 -61
- package/src/clinical-view-group/dashboard-group.component.tsx +0 -35
- package/src/clinical-view-group/dashboard-group.scss +0 -21
- package/src/left-panel-link.component.tsx +0 -41
- package/src/specialized-clinics/special-clinic-dashboard.meta.tsx +0 -5
- /package/dist/{349.js.LICENSE.txt → 740.js.LICENSE.txt} +0 -0
- /package/src/{clinical-view-group/clinical-view-group.resource.ts → dashboard/useDashboard.tsx} +0 -0
package/translations/en.json
CHANGED
|
@@ -34,15 +34,14 @@
|
|
|
34
34
|
"chronicDisease": "Chronic Disease",
|
|
35
35
|
"clientEligibility": "Eligible",
|
|
36
36
|
"clinicalEncounter": "Clinical Encounter",
|
|
37
|
-
"clinicalViews": "Clinical views",
|
|
38
37
|
"completed": "Completed",
|
|
39
38
|
"completedDocumentations": "Completed Documentation",
|
|
40
39
|
"contact": "Contact",
|
|
41
40
|
"contactCreated": "Contact created",
|
|
42
41
|
"contacted": "Contacted",
|
|
42
|
+
"contactList": "Contact List",
|
|
43
43
|
"contactTracingForm": "Contact tracing form",
|
|
44
44
|
"contactType": "Contact Type",
|
|
45
|
-
"customViews": "In this section, you'll find custom clinical views tailored to patients' conditions and enrolled care programs.",
|
|
46
45
|
"date": "Date",
|
|
47
46
|
"dateDate": "Date & time",
|
|
48
47
|
"dateOfDelivery": "Date of Delivery",
|
|
@@ -93,8 +92,10 @@
|
|
|
93
92
|
"followUpDate": "Next follow-up date",
|
|
94
93
|
"formName": "Form Name",
|
|
95
94
|
"gestationalSize": "Gestational Size",
|
|
95
|
+
"hivPatientSummary": "HIV Patient Summary",
|
|
96
96
|
"hivStatus": "HIV Status",
|
|
97
97
|
"hivTestResults": "HIV Status",
|
|
98
|
+
"hts": "HIV Testing Services",
|
|
98
99
|
"htsClinicalView": "HTS Clinical View",
|
|
99
100
|
"htsInitial": "HTS Initial Test",
|
|
100
101
|
"htsResult": "Final result",
|
|
@@ -111,6 +112,7 @@
|
|
|
111
112
|
"labourAndDelivery": "Labour and Delivery",
|
|
112
113
|
"listingDate": "Listing date",
|
|
113
114
|
"livingWithClient": "Living with client",
|
|
115
|
+
"loading": "Loading...",
|
|
114
116
|
"managePeers": "Manage Peers",
|
|
115
117
|
"maternalCondition": "Maternal Condition",
|
|
116
118
|
"maternalSummary": "Maternal Summary",
|
|
@@ -162,11 +164,13 @@
|
|
|
162
164
|
"reportingYear": "Year",
|
|
163
165
|
"save": "Save",
|
|
164
166
|
"savedRelationship": "Relationship ended successfully",
|
|
167
|
+
"selectClinic": "Select Clinic",
|
|
165
168
|
"sex": "Sex",
|
|
166
169
|
"sexualAssault": "3.Has he/she ever forced you to do something sexually that made you feel uncomfortable?",
|
|
167
170
|
"smoking": "Smoking",
|
|
168
171
|
"smokingDuration": "Smoking Duration",
|
|
169
172
|
"socialHistory": "Social History",
|
|
173
|
+
"specialClinics": "Special Clinics",
|
|
170
174
|
"status": "Status",
|
|
171
175
|
"statusAtDischarge": "Status at Discharge",
|
|
172
176
|
"successfullyDeleted": "successfully deleted",
|
package/translations/sw.json
CHANGED
|
@@ -34,15 +34,14 @@
|
|
|
34
34
|
"chronicDisease": "Chronic Disease",
|
|
35
35
|
"clientEligibility": "Eligible",
|
|
36
36
|
"clinicalEncounter": "Clinical Encounter",
|
|
37
|
-
"clinicalViews": "Clinical views",
|
|
38
37
|
"completed": "Completed",
|
|
39
38
|
"completedDocumentations": "Completed Documentation",
|
|
40
39
|
"contact": "Contact",
|
|
41
40
|
"contactCreated": "Contact created",
|
|
42
41
|
"contacted": "Contacted",
|
|
42
|
+
"contactList": "Contact List",
|
|
43
43
|
"contactTracingForm": "Contact tracing form",
|
|
44
44
|
"contactType": "Contact Type",
|
|
45
|
-
"customViews": "In this section, you'll find custom clinical views tailored to patients' conditions and enrolled care programs.",
|
|
46
45
|
"date": "Date",
|
|
47
46
|
"dateDate": "Date & time",
|
|
48
47
|
"dateOfDelivery": "Date of Delivery",
|
|
@@ -93,8 +92,10 @@
|
|
|
93
92
|
"followUpDate": "Next follow-up date",
|
|
94
93
|
"formName": "Form Name",
|
|
95
94
|
"gestationalSize": "Gestational Size",
|
|
95
|
+
"hivPatientSummary": "HIV Patient Summary",
|
|
96
96
|
"hivStatus": "HIV Status",
|
|
97
97
|
"hivTestResults": "HIV Status",
|
|
98
|
+
"hts": "HIV Testing Services",
|
|
98
99
|
"htsClinicalView": "HTS Clinical View",
|
|
99
100
|
"htsInitial": "HTS Initial Test",
|
|
100
101
|
"htsResult": "Final result",
|
|
@@ -111,6 +112,7 @@
|
|
|
111
112
|
"labourAndDelivery": "Labour and Delivery",
|
|
112
113
|
"listingDate": "Listing date",
|
|
113
114
|
"livingWithClient": "Living with client",
|
|
115
|
+
"loading": "Loading...",
|
|
114
116
|
"managePeers": "Manage Peers",
|
|
115
117
|
"maternalCondition": "Maternal Condition",
|
|
116
118
|
"maternalSummary": "Maternal Summary",
|
|
@@ -162,11 +164,13 @@
|
|
|
162
164
|
"reportingYear": "Year",
|
|
163
165
|
"save": "Save",
|
|
164
166
|
"savedRelationship": "Relationship ended successfully",
|
|
167
|
+
"selectClinic": "Select Clinic",
|
|
165
168
|
"sex": "Sex",
|
|
166
169
|
"sexualAssault": "3.Has he/she ever forced you to do something sexually that made you feel uncomfortable?",
|
|
167
170
|
"smoking": "Smoking",
|
|
168
171
|
"smokingDuration": "Smoking Duration",
|
|
169
172
|
"socialHistory": "Social History",
|
|
173
|
+
"specialClinics": "Special Clinics",
|
|
170
174
|
"status": "Status",
|
|
171
175
|
"statusAtDischarge": "Status at Discharge",
|
|
172
176
|
"successfullyDeleted": "successfully deleted",
|