@ampath/esm-patient-registration-app 6.0.1-pre.24 → 6.0.1-pre.245
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 +24 -23
- package/dist/132.js +1 -1
- package/dist/197.js +1 -1
- package/dist/236.js +1 -1
- package/dist/300.js +1 -1
- package/dist/335.js +1 -1
- package/dist/41.js +1 -1
- package/dist/41.js.map +1 -1
- package/dist/421.js +1 -0
- package/dist/421.js.map +1 -0
- package/dist/449.js +1 -0
- package/dist/449.js.map +1 -0
- package/dist/531.js +2 -0
- package/dist/531.js.LICENSE.txt +24 -0
- package/dist/531.js.map +1 -0
- package/dist/55.js +1 -1
- package/dist/652.js +1 -1
- package/dist/661.js +1 -1
- package/dist/757.js +1 -0
- package/dist/757.js.map +1 -0
- package/dist/813.js +1 -0
- package/dist/813.js.map +1 -0
- package/dist/828.js +1 -0
- package/dist/828.js.map +1 -0
- package/dist/830.js +1 -0
- package/dist/830.js.map +1 -0
- package/dist/831.js +1 -1
- package/dist/831.js.map +1 -1
- package/dist/879.js +1 -1
- package/dist/913.js +1 -1
- package/dist/913.js.LICENSE.txt +3 -3
- package/dist/913.js.map +1 -1
- package/dist/927.js +1 -0
- package/dist/927.js.map +1 -0
- package/dist/99.js +1 -1
- package/dist/ampath-esm-patient-registration-app.js +1 -1
- package/dist/ampath-esm-patient-registration-app.js.buildmanifest.json +204 -132
- package/dist/ampath-esm-patient-registration-app.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.LICENSE.txt +0 -32
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +7 -10
- package/src/config-schema.ts +19 -10
- package/src/index.ts +11 -4
- package/src/offline.resources.ts +13 -18
- package/src/offline.ts +6 -4
- package/src/patient-photo.extension.tsx +9 -0
- package/src/patient-registration/field/address/custom-address-field.component.tsx +1 -0
- package/src/patient-registration/field/custom-field.component.tsx +6 -0
- package/src/patient-registration/field/dob/dob.component.tsx +45 -49
- package/src/patient-registration/field/field.resource.ts +3 -3
- package/src/patient-registration/field/obs/obs-field.component.tsx +1 -1
- package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +4 -0
- package/src/patient-registration/field/person-attributes/custom-person-attribute-field.component.tsx +56 -0
- package/src/patient-registration/field/person-attributes/person-attribute-field.component.tsx +22 -7
- package/src/patient-registration/field/person-attributes/person-attributes.resource.ts +2 -2
- package/src/patient-registration/field/phone/phone-field.component.tsx +1 -0
- package/src/patient-registration/form-manager.ts +13 -6
- package/src/patient-registration/patient-registration-hooks.ts +133 -9
- package/src/patient-registration/patient-registration.component.tsx +55 -13
- package/src/patient-registration/{patient-registration.resource.test.tsx → patient-registration.resource.testt.tsx} +4 -4
- package/src/patient-registration/patient-registration.resource.ts +15 -75
- package/src/patient-registration/patient-registration.scss +0 -8
- package/src/patient-registration/patient-registration.types.ts +7 -1
- package/src/patient-registration/section/patient-relationships/relationships-section.component.tsx +5 -1
- package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +2 -2
- package/src/patient-verification/assets/counties.json +236 -0
- package/src/patient-verification/assets/verification-assets.ts +11 -0
- package/src/patient-verification/patient-verification-hook.tsx +181 -0
- package/src/patient-verification/patient-verification-utils.ts +179 -0
- package/src/patient-verification/patient-verification.component.tsx +124 -0
- package/src/patient-verification/patient-verification.scss +25 -0
- package/src/patient-verification/verification-modal/confirm-prompt.component.tsx +72 -0
- package/src/patient-verification/verification-modal/empty-prompt.component.tsx +35 -0
- package/src/patient-verification/verification-types.ts +50 -0
- package/src/patient-verification-HIE/assets/counties.json +236 -0
- package/src/patient-verification-HIE/assets/verification-assets.ts +11 -0
- package/src/patient-verification-HIE/patient-verification-hook.tsx +181 -0
- package/src/patient-verification-HIE/patient-verification-utils.ts +179 -0
- package/src/patient-verification-HIE/patient-verification.component.tsx +124 -0
- package/src/patient-verification-HIE/patient-verification.scss +25 -0
- package/src/patient-verification-HIE/verification-modal/confirm-prompt.component.tsx +72 -0
- package/src/patient-verification-HIE/verification-modal/empty-prompt.component.tsx +35 -0
- package/src/patient-verification-HIE/verification-types.ts +50 -0
- package/src/routes.json +12 -3
- package/translations/am.json +26 -12
- package/translations/ar.json +26 -12
- package/translations/en.json +18 -4
- package/translations/es.json +10 -0
- package/translations/fr.json +6 -0
- package/translations/he.json +18 -0
- package/translations/km.json +18 -0
- package/translations/zh.json +30 -22
- package/translations/zh_CN.json +30 -22
- package/dist/229.js +0 -2
- package/dist/229.js.LICENSE.txt +0 -56
- package/dist/229.js.map +0 -1
- package/dist/537.js +0 -1
- package/dist/537.js.map +0 -1
- package/dist/56.js +0 -1
- package/dist/56.js.map +0 -1
- package/dist/885.js +0 -1
- package/dist/885.js.map +0 -1
- package/dist/918.js +0 -1
- package/dist/918.js.map +0 -1
- package/src/patient-registration/field/address/tests/address-hierarchy.test.tsx +0 -214
- package/src/patient-registration/field/address/tests/address-search-component.test.tsx +0 -135
- package/src/patient-registration/field/dob/dob.test.tsx +0 -75
- package/src/patient-registration/field/field.test.tsx +0 -294
- package/src/patient-registration/field/id/id-field.test.tsx +0 -107
- package/src/patient-registration/field/person-attributes/coded-attributes.component.tsx +0 -60
- package/src/patient-registration/field/person-attributes/coded-person-attribute-field.test.tsx +0 -127
- package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +0 -187
- package/src/patient-registration/field/person-attributes/text-person-attribute-field.test.tsx +0 -88
- package/src/patient-registration/form-manager.test.ts +0 -67
- package/src/patient-registration/input/basic-input/select/select-input.test.tsx +0 -49
- package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +0 -132
- package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +0 -107
- package/src/patient-registration/patient-registration.test.tsx +0 -471
- package/src/patient-registration/section/death-info/death-info-section.test.tsx +0 -64
- package/src/patient-registration/section/demographics/demographics-section.test.tsx +0 -83
- package/src/patient-registration/section/patient-relationships/relationships-section.test.tsx +0 -100
- package/src/patient-verification/client-registry-constants.ts +0 -13
- package/src/patient-verification/client-registry.component.tsx +0 -66
- package/src/patient-verification/client-registry.scss +0 -1
- package/src/patient-verification/utils.tsx +0 -56
- package/src/patient-verification/verification-modal.scss +0 -20
- package/src/patient-verification/verification.component.tsx +0 -48
- package/src/root.test.tsx +0 -32
- package/src/widgets/cancel-patient-edit.test.tsx +0 -27
- package/src/widgets/display-photo.component.tsx +0 -30
- package/src/widgets/display-photo.test.tsx +0 -37
- package/src/widgets/edit-patient-details-button.test.tsx +0 -41
- /package/src/patient-registration/input/custom-input/identifier/{utils.test.ts → utils.testt.ts} +0 -0
- /package/src/widgets/{delete-identifier-confirmation-modal.test.tsx → delete-identifier-confirmation-modal.testt.tsx} +0 -0
package/src/routes.json
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"offline": true
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
|
-
"component": "
|
|
35
|
+
"component": "patientPhotoExtension",
|
|
36
36
|
"name": "patient-photo-widget",
|
|
37
37
|
"slot": "patient-photo-slot",
|
|
38
38
|
"online": true,
|
|
@@ -59,8 +59,17 @@
|
|
|
59
59
|
"offline": true
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
|
-
"
|
|
63
|
-
"
|
|
62
|
+
"component": "emptyClientRegistryModal",
|
|
63
|
+
"name": "empty-client-registry-modal",
|
|
64
|
+
"online": true,
|
|
65
|
+
"offline": true
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"component": "confirmClientRegistryModal",
|
|
69
|
+
"name": "confirm-client-registry-modal",
|
|
70
|
+
"online": true,
|
|
71
|
+
"offline": true
|
|
64
72
|
}
|
|
65
73
|
]
|
|
66
74
|
}
|
|
75
|
+
|
package/translations/am.json
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"addRelationshipButtonText": "Add Relationship",
|
|
3
3
|
"addressHeader": "Address",
|
|
4
|
+
"age": "Age",
|
|
4
5
|
"allFieldsRequiredText": "All fields are required unless marked optional",
|
|
5
6
|
"autoGeneratedPlaceholderText": "Auto-generated",
|
|
6
|
-
"birthdayNotInTheFuture": "",
|
|
7
|
-
"birthdayRequired": "",
|
|
7
|
+
"birthdayNotInTheFuture": "Birthday cannot be in the future",
|
|
8
|
+
"birthdayRequired": "Birthday is required",
|
|
8
9
|
"birthFieldLabelText": "Birth",
|
|
9
10
|
"cancel": "Cancel",
|
|
10
11
|
"causeOfDeathInputLabel": "Cause of Death",
|
|
12
|
+
"clientRegistryEmpty": "Create & Post Patient",
|
|
13
|
+
"clientVerificationWithClientRegistry": "Client verification with client registry",
|
|
11
14
|
"closeOverlay": "Close overlay",
|
|
12
15
|
"codedPersonAttributeAnswerSetEmpty": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an answer concept set UUID '{{answerConceptSetUuid}}' that does not have any concept answers.",
|
|
13
16
|
"codedPersonAttributeAnswerSetInvalid": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an invalid answer concept set UUID '{{answerConceptSetUuid}}'.",
|
|
@@ -15,10 +18,12 @@
|
|
|
15
18
|
"configure": "Configure",
|
|
16
19
|
"configureIdentifiers": "Configure identifiers",
|
|
17
20
|
"contactSection": "Contact Details",
|
|
21
|
+
"continue": "Continue to registration",
|
|
18
22
|
"createNew": "Create New",
|
|
23
|
+
"dateOfBirth": "Date of birth",
|
|
19
24
|
"dateOfBirthLabelText": "Date of Birth",
|
|
20
25
|
"deathDateInputLabel": "Date of Death",
|
|
21
|
-
"deathdayNotInTheFuture": "",
|
|
26
|
+
"deathdayNotInTheFuture": "Death day cannot be in the future",
|
|
22
27
|
"deathSection": "Death Info",
|
|
23
28
|
"deleteIdentifierTooltip": "Delete",
|
|
24
29
|
"deleteRelationshipTooltipText": "Delete",
|
|
@@ -36,34 +41,41 @@
|
|
|
36
41
|
"estimatedAgeInMonthsLabelText": "Estimated age in months",
|
|
37
42
|
"estimatedAgeInYearsLabelText": "Estimated age in years",
|
|
38
43
|
"familyNameLabelText": "Family Name",
|
|
39
|
-
"familyNameRequired": "",
|
|
44
|
+
"familyNameRequired": "Family name is required",
|
|
40
45
|
"female": "Female",
|
|
41
46
|
"fullNameLabelText": "Full Name",
|
|
47
|
+
"gender": "Gender",
|
|
42
48
|
"genderLabelText": "Sex",
|
|
43
|
-
"genderRequired": "",
|
|
44
|
-
"genderUnspecified": "",
|
|
49
|
+
"genderRequired": "Gender is required",
|
|
50
|
+
"genderUnspecified": "Gender is not specified",
|
|
45
51
|
"givenNameLabelText": "First Name",
|
|
46
|
-
"givenNameRequired": "",
|
|
52
|
+
"givenNameRequired": "Given name is required",
|
|
47
53
|
"identifierValueRequired": "Identifier value is required",
|
|
48
54
|
"idFieldLabelText": "Identifiers",
|
|
49
55
|
"IDInstructions": "Select the identifiers you'd like to add for this patient:",
|
|
50
56
|
"incompleteForm": "Incomplete form",
|
|
51
|
-
"invalidEmail": "",
|
|
57
|
+
"invalidEmail": "A valid email has to be given",
|
|
52
58
|
"invalidInput": "Invalid Input",
|
|
53
59
|
"isDeadInputLabel": "Is Dead",
|
|
54
60
|
"jumpTo": "Jump to",
|
|
55
61
|
"male": "Male",
|
|
56
62
|
"middleNameLabelText": "Middle Name",
|
|
57
|
-
"negativeMonths": "",
|
|
58
|
-
"negativeYears": "",
|
|
63
|
+
"negativeMonths": "Negative months",
|
|
64
|
+
"negativeYears": "Negative years",
|
|
59
65
|
"no": "No",
|
|
60
|
-
"numberInNameDubious": "",
|
|
66
|
+
"numberInNameDubious": "Number in name is dubious",
|
|
61
67
|
"obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
|
|
62
68
|
"optional": "optional",
|
|
69
|
+
"originFacilityCode": "Origin facility code",
|
|
70
|
+
"originFacilityName": "Origin facility name",
|
|
63
71
|
"other": "Other",
|
|
64
72
|
"patient": "Patient",
|
|
73
|
+
"patientDetailsFound": "Patient information found in the registry, do you want to use the information to continue with registration?",
|
|
74
|
+
"patientName": "Patient name",
|
|
65
75
|
"patientNameKnown": "Patient's Name is Known?",
|
|
76
|
+
"patientNotFound": "The patient records could not be found in Client registry, do you want to continue to create and post patient to registry",
|
|
66
77
|
"patientRegistrationBreadcrumb": "Patient Registration",
|
|
78
|
+
"postToRegistry": "Post to registry",
|
|
67
79
|
"registerPatient": "Register Patient",
|
|
68
80
|
"registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
|
|
69
81
|
"registerPatientSuccessSnackbarTitle": "New Patient Created",
|
|
@@ -81,6 +93,8 @@
|
|
|
81
93
|
"searchAddress": "Search address",
|
|
82
94
|
"searchIdentifierPlaceholder": "Search identifier",
|
|
83
95
|
"selectAnOption": "Select an option",
|
|
96
|
+
"selectCountry": "Select country",
|
|
97
|
+
"selectIdentifierType": "Select identifier type",
|
|
84
98
|
"sexFieldLabelText": "Sex",
|
|
85
99
|
"source": "Source",
|
|
86
100
|
"stroke": "Stroke",
|
|
@@ -92,6 +106,6 @@
|
|
|
92
106
|
"updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
|
|
93
107
|
"updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
|
|
94
108
|
"updatePatientSuccessSnackbarTitle": "Patient Details Updated",
|
|
95
|
-
"yearsEstimateRequired": "",
|
|
109
|
+
"yearsEstimateRequired": "Years estimate required",
|
|
96
110
|
"yes": "Yes"
|
|
97
111
|
}
|
package/translations/ar.json
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"addRelationshipButtonText": "أضف علاقة",
|
|
3
3
|
"addressHeader": "العنوان",
|
|
4
|
+
"age": "Age",
|
|
4
5
|
"allFieldsRequiredText": "جميع الحقول مطلوبة ما لم يتم التأشير عليها بأنها اختيارية",
|
|
5
6
|
"autoGeneratedPlaceholderText": "تم إنشاؤه تلقائيًا",
|
|
6
|
-
"birthdayNotInTheFuture": "",
|
|
7
|
-
"birthdayRequired": "",
|
|
7
|
+
"birthdayNotInTheFuture": "Birthday cannot be in the future",
|
|
8
|
+
"birthdayRequired": "Birthday is required",
|
|
8
9
|
"birthFieldLabelText": "الميلاد",
|
|
9
10
|
"cancel": "إلغاء",
|
|
10
11
|
"causeOfDeathInputLabel": "سبب الوفاة",
|
|
12
|
+
"clientRegistryEmpty": "Create & Post Patient",
|
|
13
|
+
"clientVerificationWithClientRegistry": "Client verification with client registry",
|
|
11
14
|
"closeOverlay": "Close overlay",
|
|
12
15
|
"codedPersonAttributeAnswerSetEmpty": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an answer concept set UUID '{{answerConceptSetUuid}}' that does not have any concept answers.",
|
|
13
16
|
"codedPersonAttributeAnswerSetInvalid": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an invalid answer concept set UUID '{{answerConceptSetUuid}}'.",
|
|
@@ -15,10 +18,12 @@
|
|
|
15
18
|
"configure": "تكوين",
|
|
16
19
|
"configureIdentifiers": "Configure identifiers",
|
|
17
20
|
"contactSection": "تفاصيل الاتصال",
|
|
21
|
+
"continue": "Continue to registration",
|
|
18
22
|
"createNew": "أنشئ جديد",
|
|
23
|
+
"dateOfBirth": "Date of birth",
|
|
19
24
|
"dateOfBirthLabelText": "تاريخ الميلاد",
|
|
20
25
|
"deathDateInputLabel": "تاريخ الوفاة",
|
|
21
|
-
"deathdayNotInTheFuture": "",
|
|
26
|
+
"deathdayNotInTheFuture": "Death day cannot be in the future",
|
|
22
27
|
"deathSection": "معلومات الوفاة",
|
|
23
28
|
"deleteIdentifierTooltip": "حذف",
|
|
24
29
|
"deleteRelationshipTooltipText": "حذف",
|
|
@@ -36,34 +41,41 @@
|
|
|
36
41
|
"estimatedAgeInMonthsLabelText": "العمر المقدر بالشهور",
|
|
37
42
|
"estimatedAgeInYearsLabelText": "العمر المقدر بالسنوات",
|
|
38
43
|
"familyNameLabelText": "اسم العائلة",
|
|
39
|
-
"familyNameRequired": "",
|
|
44
|
+
"familyNameRequired": "Family name is required",
|
|
40
45
|
"female": "أنثى",
|
|
41
46
|
"fullNameLabelText": "الاسم الكامل",
|
|
47
|
+
"gender": "Gender",
|
|
42
48
|
"genderLabelText": "الجنس",
|
|
43
|
-
"genderRequired": "",
|
|
44
|
-
"genderUnspecified": "",
|
|
49
|
+
"genderRequired": "Gender is required",
|
|
50
|
+
"genderUnspecified": "Gender is not specified",
|
|
45
51
|
"givenNameLabelText": "الاسم الأول",
|
|
46
|
-
"givenNameRequired": "",
|
|
52
|
+
"givenNameRequired": "Given name is required",
|
|
47
53
|
"identifierValueRequired": "قيمة المعرف مطلوبة",
|
|
48
54
|
"idFieldLabelText": "المعرفات",
|
|
49
55
|
"IDInstructions": "Select the identifiers you'd like to add for this patient:",
|
|
50
56
|
"incompleteForm": "نموذج غير مكتمل",
|
|
51
|
-
"invalidEmail": "",
|
|
57
|
+
"invalidEmail": "A valid email has to be given",
|
|
52
58
|
"invalidInput": "إدخال غير صالح",
|
|
53
59
|
"isDeadInputLabel": "هل المريض متوفى؟",
|
|
54
60
|
"jumpTo": "اذهب إلى",
|
|
55
61
|
"male": "ذكر",
|
|
56
62
|
"middleNameLabelText": "الاسم الأوسط",
|
|
57
|
-
"negativeMonths": "",
|
|
58
|
-
"negativeYears": "",
|
|
63
|
+
"negativeMonths": "Negative months",
|
|
64
|
+
"negativeYears": "Negative years",
|
|
59
65
|
"no": "لا",
|
|
60
|
-
"numberInNameDubious": "",
|
|
66
|
+
"numberInNameDubious": "Number in name is dubious",
|
|
61
67
|
"obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
|
|
62
68
|
"optional": "اختياري",
|
|
69
|
+
"originFacilityCode": "Origin facility code",
|
|
70
|
+
"originFacilityName": "Origin facility name",
|
|
63
71
|
"other": "آخر",
|
|
64
72
|
"patient": "المريض",
|
|
73
|
+
"patientDetailsFound": "Patient information found in the registry, do you want to use the information to continue with registration?",
|
|
74
|
+
"patientName": "Patient name",
|
|
65
75
|
"patientNameKnown": "هل اسم المريض معروف؟",
|
|
76
|
+
"patientNotFound": "The patient records could not be found in Client registry, do you want to continue to create and post patient to registry",
|
|
66
77
|
"patientRegistrationBreadcrumb": "Patient Registration",
|
|
78
|
+
"postToRegistry": "Post to registry",
|
|
67
79
|
"registerPatient": "تسجيل المريض",
|
|
68
80
|
"registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
|
|
69
81
|
"registerPatientSuccessSnackbarTitle": "New Patient Created",
|
|
@@ -81,6 +93,8 @@
|
|
|
81
93
|
"searchAddress": "ابحث عن العنوان",
|
|
82
94
|
"searchIdentifierPlaceholder": "Search identifier",
|
|
83
95
|
"selectAnOption": "اختر خيارًا",
|
|
96
|
+
"selectCountry": "Select country",
|
|
97
|
+
"selectIdentifierType": "Select identifier type",
|
|
84
98
|
"sexFieldLabelText": "الجنس",
|
|
85
99
|
"source": "Source",
|
|
86
100
|
"stroke": "جلطة",
|
|
@@ -92,6 +106,6 @@
|
|
|
92
106
|
"updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
|
|
93
107
|
"updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
|
|
94
108
|
"updatePatientSuccessSnackbarTitle": "Patient Details Updated",
|
|
95
|
-
"yearsEstimateRequired": "",
|
|
109
|
+
"yearsEstimateRequired": "Years estimate required",
|
|
96
110
|
"yes": "نعم"
|
|
97
111
|
}
|
package/translations/en.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"addRelationshipButtonText": "Add Relationship",
|
|
3
3
|
"addressHeader": "Address",
|
|
4
|
+
"age": "Age",
|
|
4
5
|
"allFieldsRequiredText": "All fields are required unless marked optional",
|
|
5
6
|
"autoGeneratedPlaceholderText": "Auto-generated",
|
|
6
7
|
"birthdayNotInTheFuture": "Birthday cannot be in the future",
|
|
@@ -8,7 +9,10 @@
|
|
|
8
9
|
"birthFieldLabelText": "Birth",
|
|
9
10
|
"cancel": "Cancel",
|
|
10
11
|
"causeOfDeathInputLabel": "Cause of Death",
|
|
11
|
-
"
|
|
12
|
+
"clientRegistryEmpty": "Create & Post Patient",
|
|
13
|
+
"clientRegistryError": "Error occurred while reaching the client registry",
|
|
14
|
+
"clientRegistryErrorSubtitle": "Please proceed with registration contact system admin and try again later",
|
|
15
|
+
"clientVerificationWithClientRegistry": "Client verification with client registry",
|
|
12
16
|
"closeOverlay": "Close overlay",
|
|
13
17
|
"codedPersonAttributeAnswerSetEmpty": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an answer concept set UUID '{{answerConceptSetUuid}}' that does not have any concept answers.",
|
|
14
18
|
"codedPersonAttributeAnswerSetInvalid": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an invalid answer concept set UUID '{{answerConceptSetUuid}}'.",
|
|
@@ -16,9 +20,9 @@
|
|
|
16
20
|
"configure": "Configure",
|
|
17
21
|
"configureIdentifiers": "Configure identifiers",
|
|
18
22
|
"contactSection": "Contact Details",
|
|
19
|
-
"contactSupport": "Contact supportt",
|
|
20
23
|
"continue": "Continue",
|
|
21
24
|
"createNew": "Create New",
|
|
25
|
+
"dateOfBirth": "Date of birth",
|
|
22
26
|
"dateOfBirthLabelText": "Date of Birth",
|
|
23
27
|
"deathDateInputLabel": "Date of Death",
|
|
24
28
|
"deathdayNotInTheFuture": "Death day cannot be in the future",
|
|
@@ -58,17 +62,22 @@
|
|
|
58
62
|
"jumpTo": "Jump to",
|
|
59
63
|
"male": "Male",
|
|
60
64
|
"middleNameLabelText": "Middle Name",
|
|
65
|
+
"nationalId": "National ID",
|
|
61
66
|
"negativeMonths": "Negative months",
|
|
62
67
|
"negativeYears": "Negative years",
|
|
63
68
|
"no": "No",
|
|
64
69
|
"numberInNameDubious": "Number in name is dubious",
|
|
70
|
+
"nupi": "NUPI",
|
|
65
71
|
"obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
|
|
66
72
|
"optional": "optional",
|
|
67
73
|
"other": "Other",
|
|
68
74
|
"patient": "Patient",
|
|
75
|
+
"patientDetailsFound": "Patient information found in the registry, do you want to use the information to continue with registration?",
|
|
76
|
+
"patientName": "Patient name",
|
|
69
77
|
"patientNameKnown": "Patient's Name is Known?",
|
|
78
|
+
"patientNotFound": "The patient records could not be found in Client registry, do you want to continue to create and post patient to registry",
|
|
70
79
|
"patientRegistrationBreadcrumb": "Patient Registration",
|
|
71
|
-
"
|
|
80
|
+
"postToRegistry": "Post to registry",
|
|
72
81
|
"registerPatient": "Register Patient",
|
|
73
82
|
"registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
|
|
74
83
|
"registerPatientSuccessSnackbarTitle": "New Patient Created",
|
|
@@ -84,10 +93,13 @@
|
|
|
84
93
|
"resetIdentifierTooltip": "Reset",
|
|
85
94
|
"restoreRelationshipActionButton": "Undo",
|
|
86
95
|
"searchAddress": "Search address",
|
|
96
|
+
"searchClientRegistry": "Search client registry",
|
|
87
97
|
"searchIdentifierPlaceholder": "Search identifier",
|
|
88
|
-
"searchRegistry": "Search Registry",
|
|
89
98
|
"selectAnOption": "Select an option",
|
|
99
|
+
"selectCountry": "Select country",
|
|
100
|
+
"selectIdentifierType": "Select identifier type",
|
|
90
101
|
"sexFieldLabelText": "Sex",
|
|
102
|
+
"shaNumber": "SHA Number",
|
|
91
103
|
"source": "Source",
|
|
92
104
|
"stroke": "Stroke",
|
|
93
105
|
"submitting": "Submitting",
|
|
@@ -98,6 +110,8 @@
|
|
|
98
110
|
"updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
|
|
99
111
|
"updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
|
|
100
112
|
"updatePatientSuccessSnackbarTitle": "Patient Details Updated",
|
|
113
|
+
"useValues": "Use values",
|
|
114
|
+
"validate": "Validate",
|
|
101
115
|
"yearsEstimateRequired": "Years estimate required",
|
|
102
116
|
"yes": "Yes"
|
|
103
117
|
}
|
package/translations/es.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"addRelationshipButtonText": "Agregar relación",
|
|
3
3
|
"addressHeader": "Dirección",
|
|
4
|
+
"age": "Age",
|
|
4
5
|
"allFieldsRequiredText": "Todos los campos son obligatorios a menos que se indique como opcionales",
|
|
5
6
|
"autoGeneratedPlaceholderText": "Autogenerado",
|
|
6
7
|
"birthdayNotInTheFuture": "Cumpleaños no puede ser en el futuro",
|
|
@@ -15,7 +16,9 @@
|
|
|
15
16
|
"configure": "Configurar",
|
|
16
17
|
"configureIdentifiers": "Configurar identificadores",
|
|
17
18
|
"contactSection": "Detalles de Contacto",
|
|
19
|
+
"continue": "Continue to registration",
|
|
18
20
|
"createNew": "Crear Nuevo/a",
|
|
21
|
+
"dateOfBirth": "Date of birth",
|
|
19
22
|
"dateOfBirthLabelText": "Fecha de Nacimiento",
|
|
20
23
|
"deathDateInputLabel": "Fecha de fallecimiento",
|
|
21
24
|
"deathdayNotInTheFuture": "El día de la muerte no puede ser en el futuro",
|
|
@@ -39,6 +42,7 @@
|
|
|
39
42
|
"familyNameRequired": "Apellidos es obligatorio",
|
|
40
43
|
"female": "Femenino",
|
|
41
44
|
"fullNameLabelText": "Nombre y Apellidos",
|
|
45
|
+
"gender": "Gender",
|
|
42
46
|
"genderLabelText": "Sexo",
|
|
43
47
|
"genderRequired": "El sexo es obligatorio",
|
|
44
48
|
"genderUnspecified": "Género no especificado",
|
|
@@ -54,6 +58,8 @@
|
|
|
54
58
|
"jumpTo": "Ir a",
|
|
55
59
|
"male": "Masculino",
|
|
56
60
|
"middleNameLabelText": "Segundo Nombre",
|
|
61
|
+
"nascopNumber": "Nascop facility no",
|
|
62
|
+
"nationalId": "National ID",
|
|
57
63
|
"negativeMonths": "Meses negativos",
|
|
58
64
|
"negativeYears": "Años negativos",
|
|
59
65
|
"no": "No",
|
|
@@ -62,6 +68,8 @@
|
|
|
62
68
|
"optional": "Opcional",
|
|
63
69
|
"other": "Otro",
|
|
64
70
|
"patient": "Paciente",
|
|
71
|
+
"patientDetailsFound": "Patient information found in the registry, do you want to use the information to continue with registration?",
|
|
72
|
+
"patientName": "Patient name",
|
|
65
73
|
"patientNameKnown": "¿Se sabe el nombre del paciente?",
|
|
66
74
|
"patientRegistrationBreadcrumb": "Registro de Pacientes",
|
|
67
75
|
"registerPatient": "Registrar paciente",
|
|
@@ -81,6 +89,8 @@
|
|
|
81
89
|
"searchAddress": "Buscar dirección",
|
|
82
90
|
"searchIdentifierPlaceholder": "Buscar identificador",
|
|
83
91
|
"selectAnOption": "Seleccionar una opción",
|
|
92
|
+
"selectCountry": "Select country",
|
|
93
|
+
"selectIdentifierType": "Select identifier type",
|
|
84
94
|
"sexFieldLabelText": "Sexo",
|
|
85
95
|
"source": "Fuente",
|
|
86
96
|
"stroke": "Ictus",
|
package/translations/fr.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"addRelationshipButtonText": "Ajouter un lien de parenté",
|
|
3
3
|
"addressHeader": "Adresse",
|
|
4
|
+
"age": "Age",
|
|
4
5
|
"allFieldsRequiredText": "Tous les champs sont requis sauf si explicitement indiqués facultatifs",
|
|
5
6
|
"autoGeneratedPlaceholderText": "Auto-généré",
|
|
6
7
|
"birthdayNotInTheFuture": "La date de naissance ne peut pas être dans le futur",
|
|
@@ -16,6 +17,7 @@
|
|
|
16
17
|
"configureIdentifiers": "Configurer les identifiants",
|
|
17
18
|
"contactSection": "Détails de contact",
|
|
18
19
|
"createNew": "Créer un nouveau",
|
|
20
|
+
"dateOfBirth": "Date of birth",
|
|
19
21
|
"dateOfBirthLabelText": "Date de naissance",
|
|
20
22
|
"deathDateInputLabel": "Date de décès",
|
|
21
23
|
"deathdayNotInTheFuture": "Le décès ne peut pas être dans le futur",
|
|
@@ -60,8 +62,12 @@
|
|
|
60
62
|
"numberInNameDubious": "Le chiffre dans le nom est suspect",
|
|
61
63
|
"obsFieldUnknownDatatype": "Le concept pour le champ d'observation '{{fieldDefinitionId}}' a un type de données inconnu '{{datatypeName}}'",
|
|
62
64
|
"optional": "Optionnel",
|
|
65
|
+
"originFacilityCode": "Origin facility code",
|
|
66
|
+
"originFacilityName": "Origin facility name",
|
|
63
67
|
"other": "Autre",
|
|
64
68
|
"patient": "Patient",
|
|
69
|
+
"patientDetailsFound": "Patient information found in the registry, do you want to use the information to continue with registration?",
|
|
70
|
+
"patientName": "Patient name",
|
|
65
71
|
"patientNameKnown": "Le nom du patient est connu?",
|
|
66
72
|
"patientRegistrationBreadcrumb": "Enregistrement du patient",
|
|
67
73
|
"registerPatient": "Enregistrer un patient",
|
package/translations/he.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"addRelationshipButtonText": "הוסף יחס",
|
|
3
3
|
"addressHeader": "כתובת",
|
|
4
|
+
"age": "Age",
|
|
4
5
|
"allFieldsRequiredText": "כל השדות נדרשים אלא אם צוין אחרת",
|
|
5
6
|
"autoGeneratedPlaceholderText": "נוצר אוטומטית",
|
|
6
7
|
"birthdayNotInTheFuture": "תאריך הלידה לא יכול להיות בעתיד",
|
|
@@ -8,6 +9,8 @@
|
|
|
8
9
|
"birthFieldLabelText": "לידה",
|
|
9
10
|
"cancel": "ביטול",
|
|
10
11
|
"causeOfDeathInputLabel": "סיבת המוות",
|
|
12
|
+
"clientRegistryEmpty": "Create & Post Patient",
|
|
13
|
+
"clientVerificationWithClientRegistry": "Client verification with client registry",
|
|
11
14
|
"closeOverlay": "סגור חיפוש",
|
|
12
15
|
"codedPersonAttributeAnswerSetEmpty": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an answer concept set UUID '{{answerConceptSetUuid}}' that does not have any concept answers.",
|
|
13
16
|
"codedPersonAttributeAnswerSetInvalid": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an invalid answer concept set UUID '{{answerConceptSetUuid}}'.",
|
|
@@ -15,7 +18,9 @@
|
|
|
15
18
|
"configure": "הגדר",
|
|
16
19
|
"configureIdentifiers": "הגדר זיהויים",
|
|
17
20
|
"contactSection": "פרטי יצירת קשר",
|
|
21
|
+
"continue": "Continue to registration",
|
|
18
22
|
"createNew": "צור חדש",
|
|
23
|
+
"dateOfBirth": "Date of birth",
|
|
19
24
|
"dateOfBirthLabelText": "תאריך לידה",
|
|
20
25
|
"deathDateInputLabel": "תאריך המוות",
|
|
21
26
|
"deathdayNotInTheFuture": "תאריך המוות לא יכול להיות בעתיד",
|
|
@@ -39,6 +44,7 @@
|
|
|
39
44
|
"familyNameRequired": "שם משפחה נדרש",
|
|
40
45
|
"female": "נקבה",
|
|
41
46
|
"fullNameLabelText": "שם מלא",
|
|
47
|
+
"gender": "Gender",
|
|
42
48
|
"genderLabelText": "מין",
|
|
43
49
|
"genderRequired": "מין נדרש",
|
|
44
50
|
"genderUnspecified": "מין לא מוגדר",
|
|
@@ -54,16 +60,24 @@
|
|
|
54
60
|
"jumpTo": "קפיצה ל",
|
|
55
61
|
"male": "זכר",
|
|
56
62
|
"middleNameLabelText": "שם תוכני",
|
|
63
|
+
"nascopNumber": "Nascop facility no",
|
|
64
|
+
"nationalId": "National ID",
|
|
57
65
|
"negativeMonths": "חודשים שליליים",
|
|
58
66
|
"negativeYears": "שנים שליליות",
|
|
59
67
|
"no": "לא",
|
|
60
68
|
"numberInNameDubious": "מספר בשם חשוד",
|
|
61
69
|
"obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
|
|
62
70
|
"optional": "אופציונלי",
|
|
71
|
+
"originFacilityCode": "Origin facility code",
|
|
72
|
+
"originFacilityName": "Origin facility name",
|
|
63
73
|
"other": "אחר",
|
|
64
74
|
"patient": "מטופל",
|
|
75
|
+
"patientDetailsFound": "Patient information found in the registry, do you want to use the information to continue with registration?",
|
|
76
|
+
"patientName": "Patient name",
|
|
65
77
|
"patientNameKnown": "שם המטופל ידוע?",
|
|
78
|
+
"patientNotFound": "The patient records could not be found in Client registry, do you want to continue to create and post patient to registry",
|
|
66
79
|
"patientRegistrationBreadcrumb": "רישום מטופל",
|
|
80
|
+
"postToRegistry": "Post to registry",
|
|
67
81
|
"registerPatient": "רשום מטופל",
|
|
68
82
|
"registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
|
|
69
83
|
"registerPatientSuccessSnackbarTitle": "New Patient Created",
|
|
@@ -81,6 +95,8 @@
|
|
|
81
95
|
"searchAddress": "חיפוש כתובת",
|
|
82
96
|
"searchIdentifierPlaceholder": "חיפוש זיהוי",
|
|
83
97
|
"selectAnOption": "בחר אפשרות",
|
|
98
|
+
"selectCountry": "Select country",
|
|
99
|
+
"selectIdentifierType": "Select identifier type",
|
|
84
100
|
"sexFieldLabelText": "מין",
|
|
85
101
|
"source": "מקור",
|
|
86
102
|
"stroke": "שבץ",
|
|
@@ -92,6 +108,8 @@
|
|
|
92
108
|
"updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
|
|
93
109
|
"updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
|
|
94
110
|
"updatePatientSuccessSnackbarTitle": "Patient Details Updated",
|
|
111
|
+
"useValues": "Use values",
|
|
112
|
+
"validate": "Validate",
|
|
95
113
|
"yearsEstimateRequired": "נדרש חיזוי שנים",
|
|
96
114
|
"yes": "כן"
|
|
97
115
|
}
|
package/translations/km.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"addRelationshipButtonText": "បន្ថែមទំនាក់ទំនង",
|
|
3
3
|
"addressHeader": "អាសយដ្ឋាន",
|
|
4
|
+
"age": "Age",
|
|
4
5
|
"allFieldsRequiredText": "តម្រូវឱ្យបំពេញគ្រប់កន្លែងចំហរទាំងអស់ លុះត្រាតែមានសម្គាល់ថាជាជម្រើស",
|
|
5
6
|
"autoGeneratedPlaceholderText": "ទាញចេញទិន្នន័យដោយស្វ័យប្រវត្តិ",
|
|
6
7
|
"birthdayNotInTheFuture": "ថ្ងៃខែឆ្នាំកំណើតមិនអាចមាននាពេលអនាគតទេ",
|
|
@@ -8,6 +9,8 @@
|
|
|
8
9
|
"birthFieldLabelText": "ថ្ងៃខែឆ្នាំកំណើត",
|
|
9
10
|
"cancel": "បោះបង់ចោល",
|
|
10
11
|
"causeOfDeathInputLabel": "មូលហេតុនៃការស្លាប់",
|
|
12
|
+
"clientRegistryEmpty": "Create & Post Patient",
|
|
13
|
+
"clientVerificationWithClientRegistry": "Client verification with client registry",
|
|
11
14
|
"closeOverlay": "បិទការត្រួតលើគ្នា។",
|
|
12
15
|
"codedPersonAttributeAnswerSetEmpty": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an answer concept set UUID '{{answerConceptSetUuid}}' that does not have any concept answers.",
|
|
13
16
|
"codedPersonAttributeAnswerSetInvalid": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an invalid answer concept set UUID '{{answerConceptSetUuid}}'.",
|
|
@@ -15,7 +18,9 @@
|
|
|
15
18
|
"configure": "កំណត់រចនាសម្ព័ន្ធ",
|
|
16
19
|
"configureIdentifiers": "ឯកសារកំណត់អត្តសញ្ញាណផ្សេងទៀត",
|
|
17
20
|
"contactSection": "ព័ត៌មានមរណភាព",
|
|
21
|
+
"continue": "Continue to registration",
|
|
18
22
|
"createNew": "បង្កើតថ្មី",
|
|
23
|
+
"dateOfBirth": "Date of birth",
|
|
19
24
|
"dateOfBirthLabelText": "ថ្ងៃខែឆ្នាំកំណើត",
|
|
20
25
|
"deathDateInputLabel": "កាលបរិច្ឆេទនៃការស្លាប់",
|
|
21
26
|
"deathdayNotInTheFuture": "ថ្ងៃស្លាប់មិនអាចមាននាពេលអនាគតទេ។",
|
|
@@ -39,6 +44,7 @@
|
|
|
39
44
|
"familyNameRequired": "តម្រូវឱ្យបំពេញនាមត្រកូល",
|
|
40
45
|
"female": "ស្រី",
|
|
41
46
|
"fullNameLabelText": "ឈ្មោះពេញ",
|
|
47
|
+
"gender": "Gender",
|
|
42
48
|
"genderLabelText": "ភេទ",
|
|
43
49
|
"genderRequired": "តម្រូវឱ្យបំពេញភេទ",
|
|
44
50
|
"genderUnspecified": "ភេទមិនត្រូវបានបញ្ជាក់ទេ",
|
|
@@ -54,16 +60,24 @@
|
|
|
54
60
|
"jumpTo": "រំលងទៅ",
|
|
55
61
|
"male": "ប្រុស",
|
|
56
62
|
"middleNameLabelText": "លេខជាឈ្មោះដែលសង្ស័យ",
|
|
63
|
+
"nascopNumber": "Nascop facility no",
|
|
64
|
+
"nationalId": "National ID",
|
|
57
65
|
"negativeMonths": "ខែអវិជ្ជមាន",
|
|
58
66
|
"negativeYears": "ឆ្នាំអវិជ្ជមាន",
|
|
59
67
|
"no": "ទេ",
|
|
60
68
|
"numberInNameDubious": "លេខគឺជាឈ្មោះគួរឱ្យសង្ស័យ",
|
|
61
69
|
"obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
|
|
62
70
|
"optional": "ជាជម្រើស",
|
|
71
|
+
"originFacilityCode": "Origin facility code",
|
|
72
|
+
"originFacilityName": "Origin facility name",
|
|
63
73
|
"other": "ផ្សេងៗ",
|
|
64
74
|
"patient": "អ្នកជំងឺ",
|
|
75
|
+
"patientDetailsFound": "Patient information found in the registry, do you want to use the information to continue with registration?",
|
|
76
|
+
"patientName": "Patient name",
|
|
65
77
|
"patientNameKnown": "ស្គាល់ឈ្មោះអ្នកជំងឺឬទេ?",
|
|
78
|
+
"patientNotFound": "The patient records could not be found in Client registry, do you want to continue to create and post patient to registry",
|
|
66
79
|
"patientRegistrationBreadcrumb": "ការចុះឈ្មោះអ្នកជំងឺ",
|
|
80
|
+
"postToRegistry": "Post to registry",
|
|
67
81
|
"registerPatient": "ចុះឈ្មោះអ្នកជំងឺ",
|
|
68
82
|
"registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
|
|
69
83
|
"registerPatientSuccessSnackbarTitle": "New Patient Created",
|
|
@@ -81,6 +95,8 @@
|
|
|
81
95
|
"searchAddress": "ស្វែងរកអាសយដ្ឋាន",
|
|
82
96
|
"searchIdentifierPlaceholder": "ស្វែងរកអត្តសញ្ញាណ",
|
|
83
97
|
"selectAnOption": "យកជម្រើសមួយ",
|
|
98
|
+
"selectCountry": "Select country",
|
|
99
|
+
"selectIdentifierType": "Select identifier type",
|
|
84
100
|
"sexFieldLabelText": "ភេទ",
|
|
85
101
|
"source": "ប្រភព",
|
|
86
102
|
"stroke": "ជំងឺស្ទះសរសៃឈាមខួរក្បាល",
|
|
@@ -92,6 +108,8 @@
|
|
|
92
108
|
"updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
|
|
93
109
|
"updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
|
|
94
110
|
"updatePatientSuccessSnackbarTitle": "Patient Details Updated",
|
|
111
|
+
"useValues": "Use values",
|
|
112
|
+
"validate": "Validate",
|
|
95
113
|
"yearsEstimateRequired": "តម្រូវឱ្យមានការប៉ាន់ស្មានឆ្នាំ",
|
|
96
114
|
"yes": "បាទ/ចាស"
|
|
97
115
|
}
|