@kenyaemr/esm-patient-registration-app 4.5.1 → 4.5.3
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/dist/130.js +2 -0
- package/dist/{858.js.LICENSE.txt → 130.js.LICENSE.txt} +2 -0
- package/dist/130.js.map +1 -0
- package/dist/196.js +1 -0
- package/dist/196.js.map +1 -0
- package/dist/208.js +2 -0
- package/dist/208.js.map +1 -0
- package/dist/317.js +1 -1
- package/dist/317.js.map +1 -1
- package/dist/319.js +1 -0
- package/dist/330.js +1 -1
- package/dist/537.js +1 -0
- package/dist/537.js.map +1 -0
- package/dist/59.js +1 -1
- package/dist/59.js.map +1 -1
- package/dist/591.js +1 -1
- package/dist/591.js.map +1 -1
- package/dist/62.js +1 -1
- package/dist/62.js.map +1 -1
- package/dist/635.js +1 -1
- package/dist/635.js.map +1 -1
- package/dist/68.js +1 -1
- package/dist/68.js.map +1 -1
- package/dist/735.js +1 -1
- package/dist/742.js +1 -0
- package/dist/742.js.map +1 -0
- package/dist/757.js +1 -1
- package/dist/784.js.map +1 -1
- package/dist/788.js +1 -0
- package/dist/807.js +1 -1
- package/dist/821.js +1 -1
- package/dist/821.js.map +1 -1
- package/dist/833.js +1 -1
- package/dist/857.js +1 -0
- package/dist/857.js.map +1 -0
- package/dist/9.js +1 -1
- package/dist/9.js.map +1 -1
- package/dist/kenyaemr-esm-patient-registration-app.js +1 -1
- package/dist/kenyaemr-esm-patient-registration-app.js.buildmanifest.json +154 -110
- package/dist/kenyaemr-esm-patient-registration-app.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -0
- package/package.json +2 -2
- package/src/add-patient-link.test.tsx +18 -0
- package/src/config-schema.ts +19 -3
- package/src/index.ts +36 -105
- package/src/nav-link.test.tsx +13 -0
- package/src/patient-registration/field/address/address-field.component.tsx +1 -1
- package/src/patient-registration/field/address/address-hierarchy-levels.component.tsx +1 -1
- package/src/patient-registration/field/field.test.tsx +291 -0
- package/src/patient-registration/field/name/name-field.component.tsx +45 -28
- package/src/patient-registration/form-manager.ts +1 -0
- package/src/patient-registration/input/combo-input/combo-input.component.tsx +31 -28
- package/src/patient-registration/input/input.scss +5 -0
- package/src/patient-registration/section/death-info/death-info-section.test.tsx +9 -6
- package/src/root.component.tsx +11 -11
- package/src/routes.json +56 -0
- package/translations/am.json +91 -0
- package/translations/es.json +91 -0
- package/translations/fr.json +8 -6
- package/translations/he.json +8 -6
- package/translations/km.json +8 -6
- package/dist/144.js +0 -2
- package/dist/144.js.map +0 -1
- package/dist/207.js +0 -1
- package/dist/207.js.map +0 -1
- package/dist/805.js +0 -1
- package/dist/805.js.map +0 -1
- package/dist/858.js +0 -2
- package/dist/858.js.map +0 -1
- package/dist/876.js +0 -1
- package/dist/876.js.map +0 -1
- package/dist/887.js +0 -1
- package/dist/887.js.map +0 -1
- package/dist/kenyaemr-esm-patient-registration-app.old +0 -1
- /package/dist/{144.js.LICENSE.txt → 208.js.LICENSE.txt} +0 -0
package/translations/km.json
CHANGED
|
@@ -12,14 +12,17 @@
|
|
|
12
12
|
"causeOfDeathInputLabel": "មូលហេតុនៃការស្លាប់",
|
|
13
13
|
"cityVillage": "ទីក្រុង",
|
|
14
14
|
"configure": "កំណត់រចនាសម្ព័ន្ធ",
|
|
15
|
+
"contactSection": "Contact Details",
|
|
15
16
|
"country": "ប្រទេស",
|
|
16
17
|
"countyDistrict": "ស្រុក/ខ័ណ្ឌ",
|
|
17
18
|
"createNew": "បង្កើតថ្មី",
|
|
18
19
|
"dateOfBirthLabelText": "ថ្ងៃខែឆ្នាំកំណើត",
|
|
19
20
|
"deathDateInputLabel": "កាលបរិច្ឆេទនៃការស្លាប់",
|
|
20
21
|
"deathdayNotInTheFuture": "ថ្ងៃស្លាប់មិនអាចមាននាពេលអនាគតទេ។",
|
|
22
|
+
"deathSection": "Death Info",
|
|
21
23
|
"deleteIdentifierTooltip": "លុប",
|
|
22
24
|
"deleteRelationshipTooltipText": "លុប",
|
|
25
|
+
"demographicsSection": "Basic Info",
|
|
23
26
|
"discard": "បោះបង់",
|
|
24
27
|
"discardModalBody": "ការផ្លាស់ប្តូរដែលអ្នកបានធ្វើចំពោះព័ត៌មានលម្អិតរបស់អ្នកជំងឺនេះមិនត្រូវបានរក្សាទុកទេ។ បោះបង់ការផ្លាស់ប្តូរ?",
|
|
25
28
|
"discardModalHeader": "បញ្ជាក់ការផ្លាស់ប្តូរការបោះបង់",
|
|
@@ -27,7 +30,8 @@
|
|
|
27
30
|
"edit": "កែសម្រួល",
|
|
28
31
|
"editIdentifierTooltip": "កែសម្រួល",
|
|
29
32
|
"editPatientDetails": "កែសម្រួលព័ត៌មានលម្អិតអ្នកជំងឺ",
|
|
30
|
-
"
|
|
33
|
+
"error": "Error",
|
|
34
|
+
"errorFetchingOrderedFields": "Error occured fetching ordered fields for address hierarchy",
|
|
31
35
|
"estimatedAgeInMonthsLabelText": "អាយុប៉ាន់ស្មានគិតជាខែ",
|
|
32
36
|
"estimatedAgeInYearsLabelText": "អាយុប៉ាន់ស្មានគិតជាឆ្នាំ",
|
|
33
37
|
"familyNameLabelText": "នាមត្រកូល",
|
|
@@ -50,7 +54,6 @@
|
|
|
50
54
|
"loadingResults": "កំពុងផ្ទុកលទ្ធផល",
|
|
51
55
|
"male": "ប្រុស",
|
|
52
56
|
"middleNameLabelText": "លេខជាឈ្មោះដែលសង្ស័យ",
|
|
53
|
-
"months": "ខែ",
|
|
54
57
|
"negativeMonths": "ខែអវិជ្ជមាន",
|
|
55
58
|
"negativeYears": "ឆ្នាំអវិជ្ជមាន",
|
|
56
59
|
"no": "ទេ",
|
|
@@ -60,8 +63,6 @@
|
|
|
60
63
|
"other": "ផ្សេងៗ",
|
|
61
64
|
"patient": "អ្នកជំងឺ",
|
|
62
65
|
"patientNameKnown": "ស្គាល់ឈ្មោះអ្នកជំងឺឬទេ?",
|
|
63
|
-
"phoneEmailLabelText": "ទូរស័ព្ទ អ៊ីមែល។ល។",
|
|
64
|
-
"phoneNumberInputLabelText": "លេខទូរស័ព្ទ",
|
|
65
66
|
"postalCode": "លេខកូដប្រៃសណីយ៍",
|
|
66
67
|
"registerPatient": "ចុះឈ្មោះអ្នកជំងឺ",
|
|
67
68
|
"registrationSuccessToastDescription": "អ្នកជំងឺអាចត្រូវបានស្រាវជ្រាវរកពួកគេតាមរយ ប្រើប្រាស់ឈ្មោះឬអត្តលេខរបស់ពួកគេ",
|
|
@@ -69,21 +70,22 @@
|
|
|
69
70
|
"relationship": "ទំនាក់ទំនង",
|
|
70
71
|
"relationshipPlaceholder": "ទំនាក់ទំនង",
|
|
71
72
|
"relationshipRemovedText": "ការទំនាក់ទំនងត្រូវបានដកចេញ",
|
|
73
|
+
"relationshipsSection": "Relationships",
|
|
72
74
|
"relationshipToPatient": "ការទាក់ទងទៅនឹងអ្នកជំងឺ",
|
|
73
75
|
"relativeFullNameLabelText": "ឈ្មោះពេញ",
|
|
74
76
|
"relativeNamePlaceholder": "នាមត្រកូលនាមខ្លួន",
|
|
75
77
|
"resetIdentifierTooltip": "រៀបចំឡើងវិញ",
|
|
76
78
|
"restoreRelationshipActionButton": "វិលត្រឡប់មកដើមវិញ",
|
|
77
79
|
"searchAddress": "ស្វែងរកអាសយដ្ឋាន",
|
|
80
|
+
"selectAnOption": "Select an option",
|
|
78
81
|
"sexFieldLabelText": "ភេទ",
|
|
79
82
|
"stateProvince": "រដ្ឋ",
|
|
80
83
|
"stroke": "ជំងឺស្ទះសរសៃឈាមខួរក្បាល",
|
|
81
|
-
"
|
|
84
|
+
"unableToFetch": "Unable to fetch person attribute type - {personattributetype}",
|
|
82
85
|
"unknown": "មិនដឹង",
|
|
83
86
|
"updatePatient": "ធ្វើបច្ចុប្បន្នភាពអ្នកជំងឺ",
|
|
84
87
|
"updationSuccessToastDescription": "ព័ត៌មានរបស់អ្នកជំងឺត្រូវបានធ្វើបច្ចុប្បន្នភាពដោយជោគជ័យ",
|
|
85
88
|
"updationSuccessToastTitle": "ព័ត៌មានលម្អិតអំពីអ្នកជំងឺត្រូវបានធ្វើបច្ចុប្បន្នភាព",
|
|
86
|
-
"years": "ឆ្នាំ",
|
|
87
89
|
"yearsEstimateRequired": "តម្រូវឱ្យមានការប៉ាន់ស្មានឆ្នាំ",
|
|
88
90
|
"yes": "បាទ/ចាស"
|
|
89
91
|
}
|