@kenyaemr/esm-patient-registration-app 8.1.1-pre.114 → 8.1.1-pre.116

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.
Files changed (85) hide show
  1. package/.turbo/turbo-build.log +20 -20
  2. package/dist/108.js +1 -1
  3. package/dist/130.js +1 -1
  4. package/dist/130.js.map +1 -1
  5. package/dist/250.js +1 -0
  6. package/dist/250.js.map +1 -0
  7. package/dist/271.js +1 -1
  8. package/dist/319.js +1 -1
  9. package/dist/460.js +1 -1
  10. package/dist/471.js +1 -0
  11. package/dist/471.js.map +1 -0
  12. package/dist/574.js +1 -1
  13. package/dist/644.js +1 -1
  14. package/dist/662.js +1 -0
  15. package/dist/662.js.map +1 -0
  16. package/dist/757.js +1 -1
  17. package/dist/76.js +1 -1
  18. package/dist/788.js +1 -1
  19. package/dist/807.js +1 -1
  20. package/dist/833.js +1 -1
  21. package/dist/895.js +2 -0
  22. package/dist/895.js.map +1 -0
  23. package/dist/kenyaemr-esm-patient-registration-app.js +1 -1
  24. package/dist/kenyaemr-esm-patient-registration-app.js.buildmanifest.json +115 -115
  25. package/dist/kenyaemr-esm-patient-registration-app.js.map +1 -1
  26. package/dist/main.js +1 -1
  27. package/dist/main.js.map +1 -1
  28. package/dist/routes.json +1 -1
  29. package/package.json +2 -2
  30. package/src/config-schema.ts +28 -2
  31. package/src/index.ts +1 -4
  32. package/src/patient-registration/field/cause-of-death/cause-of-death.component.tsx +98 -0
  33. package/src/patient-registration/field/date-and-time-of-death/date-and-time-of-death.component.tsx +84 -0
  34. package/src/patient-registration/field/dob/dob.component.tsx +21 -7
  35. package/src/patient-registration/field/field.component.tsx +11 -5
  36. package/src/patient-registration/field/field.resource.ts +11 -4
  37. package/src/patient-registration/field/field.scss +23 -1
  38. package/src/patient-registration/field/gender/gender-field.component.tsx +2 -1
  39. package/src/patient-registration/field/gender/gender-field.test.tsx +1 -0
  40. package/src/patient-registration/field/name/name-field.component.tsx +5 -1
  41. package/src/patient-registration/form-manager.test.ts +3 -0
  42. package/src/patient-registration/form-manager.ts +30 -15
  43. package/src/patient-registration/input/basic-input/input/input.component.tsx +5 -1
  44. package/src/patient-registration/input/custom-input/identifier/identifier-input.component.tsx +2 -2
  45. package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +122 -71
  46. package/src/patient-registration/input/dummy-data/dummy-data-input.component.tsx +3 -0
  47. package/src/patient-registration/patient-registration-context.ts +4 -3
  48. package/src/patient-registration/patient-registration-hooks.ts +54 -5
  49. package/src/patient-registration/patient-registration-utils.ts +3 -7
  50. package/src/patient-registration/patient-registration.component.tsx +20 -13
  51. package/src/patient-registration/patient-registration.resource.ts +8 -0
  52. package/src/patient-registration/patient-registration.test.tsx +9 -3
  53. package/src/patient-registration/patient-registration.types.ts +4 -1
  54. package/src/patient-registration/section/death-info/death-info-section.component.tsx +22 -17
  55. package/src/patient-registration/section/death-info/death-info-section.test.tsx +4 -14
  56. package/src/patient-registration/section/section.component.tsx +1 -1
  57. package/src/patient-registration/section/section.scss +5 -0
  58. package/src/patient-registration/validation/{patient-registration-validation.test.tsx → patient-registration-validation.test.ts} +26 -4
  59. package/src/patient-registration/validation/patient-registration-validation.ts +126 -0
  60. package/src/routes.json +10 -18
  61. package/src/widgets/cancel-patient-edit.modal.tsx +33 -0
  62. package/src/widgets/cancel-patient-edit.test.tsx +2 -3
  63. package/src/widgets/delete-identifier-confirmation.modal.tsx +22 -15
  64. package/src/widgets/delete-identifier-confirmation.test.tsx +2 -1
  65. package/translations/am.json +36 -25
  66. package/translations/ar.json +37 -26
  67. package/translations/en.json +37 -20
  68. package/translations/es.json +38 -26
  69. package/translations/fr.json +47 -35
  70. package/translations/he.json +37 -30
  71. package/translations/km.json +37 -30
  72. package/translations/zh.json +37 -20
  73. package/translations/zh_CN.json +37 -20
  74. package/dist/623.js +0 -1
  75. package/dist/623.js.map +0 -1
  76. package/dist/709.js +0 -2
  77. package/dist/709.js.map +0 -1
  78. package/dist/735.js +0 -1
  79. package/dist/735.js.map +0 -1
  80. package/dist/830.js +0 -1
  81. package/dist/830.js.map +0 -1
  82. package/src/patient-registration/validation/patient-registration-validation.tsx +0 -60
  83. package/src/widgets/cancel-patient-edit.component.tsx +0 -37
  84. package/src/widgets/delete-identifier-confirmation.scss +0 -34
  85. /package/dist/{709.js.LICENSE.txt → 895.js.LICENSE.txt} +0 -0
@@ -4,70 +4,78 @@
4
4
  "age": "Age",
5
5
  "allFieldsRequiredText": "כל השדות נדרשים אלא אם צוין אחרת",
6
6
  "autoGeneratedPlaceholderText": "נוצר אוטומטית",
7
- "birthdayNotInTheFuture": "תאריך הלידה לא יכול להיות בעתיד",
7
+ "birthdayNotInTheFuture": "Birthday cannot be in future",
8
+ "birthdayNotOver140YearsAgo": "Birthday cannot be more than 140 years ago",
8
9
  "birthdayRequired": "תאריך הלידה נדרש",
9
10
  "birthFieldLabelText": "לידה",
10
11
  "cancel": "ביטול",
11
- "causeOfDeathInputLabel": "סיבת המוות",
12
- "clientRegistryEmpty": "Create & Post Patient",
13
- "clientVerificationWithClientRegistry": "Client verification with client registry",
12
+ "causeOfDeathInputLabel": "Cause of death",
14
13
  "closeOverlay": "סגור חיפוש",
15
14
  "codedPersonAttributeAnswerSetEmpty": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an answer concept set UUID '{{answerConceptSetUuid}}' that does not have any concept answers.",
16
15
  "codedPersonAttributeAnswerSetInvalid": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an invalid answer concept set UUID '{{answerConceptSetUuid}}'.",
17
16
  "codedPersonAttributeNoAnswerSet": "The person attribute field '{{codedPersonAttributeFieldId}}' is of type 'coded' but has been defined without an answer concept set UUID. The 'answerConceptSetUuid' key is required.",
18
17
  "configure": "הגדר",
19
18
  "configureIdentifiers": "הגדר זיהויים",
19
+ "confirmDiscardChangesBody": "Your unsaved changes will be lost if you proceed to discard the form",
20
+ "confirmDiscardChangesTitle": "Are you sure you want to discard these changes?",
20
21
  "confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
21
22
  "contactSection": "פרטי יצירת קשר",
22
23
  "createNewPatient": "Create new patient",
23
- "continue": "Continue to registration",
24
- "createNew": "צור חדש",
25
- "dateOfBirth": "Date of birth",
26
- "dateOfBirthLabelText": "תאריך לידה",
27
- "deathDateInputLabel": "תאריך המוות",
28
- "deathdayNotInTheFuture": "תאריך המוות לא יכול להיות בעתיד",
24
+ "dateOfBirthLabelText": "Date of birth",
25
+ "deathCauseRequired": "Cause of death is required",
26
+ "deathDateInFuture": "Death date cannot be in future",
27
+ "deathDateInputLabel": "Date of death",
28
+ "deathDateRequired": "Death date is required",
29
+ "deathdayInvalidDate": "Death date and time cannot be before the birthday",
30
+ "deathdayIsRequired": "Death date is required when the patient is marked as deceased.",
31
+ "deathdayNotInTheFuture": "",
29
32
  "deathSection": "מידע על המוות",
33
+ "deathTimeFormatInvalid": "Time format is invalid",
34
+ "deathTimeFormatRequired": "Time format is required",
35
+ "deathTimeInvalid": "Time doesn't match the format 'hh:mm'",
36
+ "deathTimeRequired": "Death time is required",
30
37
  "deleteIdentifierModalHeading": "Remove identifier?",
31
38
  "deleteIdentifierModalText": " has a value of ",
32
39
  "deleteIdentifierTooltip": "מחק",
33
40
  "deleteRelationshipTooltipText": "מחק",
34
41
  "demographicsSection": "מידע בסיסי",
35
42
  "discard": "התעלם",
36
- "discardModalBody": "השינויים שביצעת בפרטי המטופל לא נשמרו. האם להתעלם מהשינויים?",
37
- "discardModalHeader": "אשר התעלמות מהשינויים",
38
43
  "dobToggleLabelText": "תאריך הלידה ידוע?",
39
44
  "editIdentifierTooltip": "ערוך",
40
45
  "editPatientDetails": "ערוך פרטי מטופל",
41
46
  "editPatientDetailsBreadcrumb": "ערוך פרטי מטופל",
47
+ "enterNonCodedCauseOfDeath": "Enter non-coded cause of death",
42
48
  "error": "שגיאה",
49
+ "errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
43
50
  "errorFetchingOrderedFields": "שגיאה בעת קבלת השדות המסודרים להירכבות הכתובת",
44
51
  "estimatedAgeInMonthsLabelText": "גיל משוער בחודשים",
45
52
  "estimatedAgeInYearsLabelText": "גיל משוער בשנים",
46
53
  "familyNameLabelText": "שם משפחה",
47
54
  "familyNameRequired": "שם משפחה נדרש",
48
55
  "female": "נקבה",
56
+ "fieldsWithErrors": "The following fields have errors: ",
49
57
  "fullNameLabelText": "שם מלא",
50
58
  "gender": "Gender",
51
59
  "genderLabelText": "מין",
52
60
  "genderRequired": "מין נדרש",
53
- "genderUnspecified": "מין לא מוגדר",
61
+ "genderUnspecified": "Gender unspecified",
54
62
  "givenNameLabelText": "שם פרטי",
55
63
  "givenNameRequired": "שם פרטי נדרש",
56
64
  "identifierValueRequired": "ערך זיהוי נדרש",
57
65
  "idFieldLabelText": "זיהויים",
58
66
  "IDInstructions": "בחר את הזיהויים שתרצה להוסיף למטופל זה:",
59
- "incompleteForm": "טופס לא מלא",
60
- "invalidEmail": "יש לספק כתובת אימייל חוקית",
67
+ "invalidEmail": "Invalid email",
61
68
  "invalidInput": "קלט לא חוקי",
62
- "isDeadInputLabel": "מת?",
69
+ "isDeadInputLabel": "Is dead",
63
70
  "jumpTo": "קפיצה ל",
64
71
  "male": "זכר",
65
72
  "middleNameLabelText": "שם תוכני",
66
- "nascopNumber": "Nascop facility no",
67
- "nationalId": "National ID",
68
- "negativeMonths": "חודשים שליליים",
69
- "negativeYears": "שנים שליליות",
73
+ "negativeMonths": "Estimated months cannot be negative",
74
+ "negativeYears": "Estimated years cannot be negative",
70
75
  "no": "לא",
76
+ "nonCodedCauseOfDeath": "Non-coded cause of death",
77
+ "nonCodedCauseOfDeathRequired": "Cause of death is required",
78
+ "nonsensicalYears": "Estimated years cannot be more than 140",
71
79
  "numberInNameDubious": "מספר בשם חשוד",
72
80
  "obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
73
81
  "optional": "אופציונלי",
@@ -80,8 +88,8 @@
80
88
  "patientNameKnown": "שם המטופל ידוע?",
81
89
  "patientNotFound": "The patient records could not be found in Client registry, do you want to continue to create and post patient to registry",
82
90
  "patientRegistrationBreadcrumb": "רישום מטופל",
83
- "postToRegistry": "Post to registry",
84
- "registerPatient": "רשום מטופל",
91
+ "refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
92
+ "registerPatient": "Register patient",
85
93
  "registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
86
94
  "registerPatientSuccessSnackbarTitle": "New Patient Created",
87
95
  "registrationErrorSnackbarTitle": "Patient Registration Failed",
@@ -91,9 +99,9 @@
91
99
  "relationshipRemovedText": "קשר הוסר",
92
100
  "relationshipsSection": "קשרים",
93
101
  "relationshipToPatient": "קשר למטופל",
94
- "relativeFullNameLabelText": "שם מלא",
102
+ "relativeFullNameLabelText": "Full name",
95
103
  "relativeNamePlaceholder": "שם פרטי שם משפחה",
96
- "removeIdentifierButton": "Remove Identifier",
104
+ "removeIdentifierButton": "Remove identifier",
97
105
  "resetIdentifierTooltip": "איפוס",
98
106
  "restoreRelationshipActionButton": "ביטול",
99
107
  "searchAddress": "חיפוש כתובת",
@@ -103,17 +111,16 @@
103
111
  "selectIdentifierType": "Select identifier type",
104
112
  "sexFieldLabelText": "מין",
105
113
  "source": "מקור",
106
- "stroke": "שבץ",
107
114
  "submitting": "Submitting",
108
- "unableToFetch": "אין אפשרות לאחזר סוג מאפיין אדם - {{personattributetype}}",
115
+ "timeFormat": "Time Format",
116
+ "timeOfDeathInputLabel": "Time of death (hh:mm)",
117
+ "unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
109
118
  "unknown": "לא ידוע",
110
119
  "unknownPatientAttributeType": "סוג המאפיין של המטופל לא ידוע {{personAttributeTypeFormat}}",
111
- "updatePatient": "עדכון פרטי מטופל",
120
+ "updatePatient": "Update patient",
112
121
  "updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
113
122
  "updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
114
123
  "updatePatientSuccessSnackbarTitle": "Patient Details Updated",
115
- "useValues": "Use values",
116
- "validate": "Validate",
117
- "yearsEstimateRequired": "נדרש חיזוי שנים",
124
+ "yearsEstimateRequired": "Estimated years required",
118
125
  "yes": "כן"
119
126
  }
@@ -4,70 +4,78 @@
4
4
  "age": "Age",
5
5
  "allFieldsRequiredText": "តម្រូវឱ្យបំពេញគ្រប់កន្លែងចំហរទាំងអស់ លុះត្រាតែមានសម្គាល់ថាជាជម្រើស",
6
6
  "autoGeneratedPlaceholderText": "ទាញចេញទិន្នន័យដោយស្វ័យប្រវត្តិ",
7
- "birthdayNotInTheFuture": "ថ្ងៃខែឆ្នាំកំណើតមិនអាចមាននាពេលអនាគតទេ",
7
+ "birthdayNotInTheFuture": "Birthday cannot be in future",
8
+ "birthdayNotOver140YearsAgo": "Birthday cannot be more than 140 years ago",
8
9
  "birthdayRequired": "តម្រូវឱ្យបំពេញថ្ងៃខែឆ្នាំកំណើត",
9
10
  "birthFieldLabelText": "ថ្ងៃខែឆ្នាំកំណើត",
10
11
  "cancel": "បោះបង់ចោល",
11
- "causeOfDeathInputLabel": "មូលហេតុនៃការស្លាប់",
12
- "clientRegistryEmpty": "Create & Post Patient",
13
- "clientVerificationWithClientRegistry": "Client verification with client registry",
12
+ "causeOfDeathInputLabel": "Cause of death",
14
13
  "closeOverlay": "បិទការត្រួតលើគ្នា។",
15
14
  "codedPersonAttributeAnswerSetEmpty": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an answer concept set UUID '{{answerConceptSetUuid}}' that does not have any concept answers.",
16
15
  "codedPersonAttributeAnswerSetInvalid": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an invalid answer concept set UUID '{{answerConceptSetUuid}}'.",
17
16
  "codedPersonAttributeNoAnswerSet": "The person attribute field '{{codedPersonAttributeFieldId}}' is of type 'coded' but has been defined without an answer concept set UUID. The 'answerConceptSetUuid' key is required.",
18
17
  "configure": "កំណត់រចនាសម្ព័ន្ធ",
19
18
  "configureIdentifiers": "ឯកសារកំណត់អត្តសញ្ញាណផ្សេងទៀត",
19
+ "confirmDiscardChangesBody": "Your unsaved changes will be lost if you proceed to discard the form",
20
+ "confirmDiscardChangesTitle": "Are you sure you want to discard these changes?",
20
21
  "confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
21
22
  "contactSection": "ព័ត៌មានមរណភាព",
22
23
  "createNewPatient": "Create new patient",
23
- "continue": "Continue to registration",
24
- "createNew": "បង្កើតថ្មី",
25
- "dateOfBirth": "Date of birth",
26
- "dateOfBirthLabelText": "ថ្ងៃខែឆ្នាំកំណើត",
27
- "deathDateInputLabel": "កាលបរិច្ឆេទនៃការស្លាប់",
28
- "deathdayNotInTheFuture": "ថ្ងៃស្លាប់មិនអាចមាននាពេលអនាគតទេ។",
24
+ "dateOfBirthLabelText": "Date of birth",
25
+ "deathCauseRequired": "Cause of death is required",
26
+ "deathDateInFuture": "Death date cannot be in future",
27
+ "deathDateInputLabel": "Date of death",
28
+ "deathDateRequired": "Death date is required",
29
+ "deathdayInvalidDate": "Death date and time cannot be before the birthday",
30
+ "deathdayIsRequired": "Death date is required when the patient is marked as deceased.",
31
+ "deathdayNotInTheFuture": "",
29
32
  "deathSection": "ព័ត៌មានមរណភាព",
33
+ "deathTimeFormatInvalid": "Time format is invalid",
34
+ "deathTimeFormatRequired": "Time format is required",
35
+ "deathTimeInvalid": "Time doesn't match the format 'hh:mm'",
36
+ "deathTimeRequired": "Death time is required",
30
37
  "deleteIdentifierModalHeading": "Remove identifier?",
31
38
  "deleteIdentifierModalText": " has a value of ",
32
39
  "deleteIdentifierTooltip": "លុប",
33
40
  "deleteRelationshipTooltipText": "លុប",
34
41
  "demographicsSection": "ព័ត៌មានផ្ទាល់ខ្លួនអ្នកជំងឺ",
35
42
  "discard": "បោះបង់",
36
- "discardModalBody": "ការផ្លាស់ប្តូរដែលអ្នកបានធ្វើចំពោះព័ត៌មានលម្អិតរបស់អ្នកជំងឺនេះមិនត្រូវបានរក្សាទុកទេ។ បោះបង់ការផ្លាស់ប្តូរ?",
37
- "discardModalHeader": "បញ្ជាក់ការផ្លាស់ប្តូរការបោះបង់",
38
43
  "dobToggleLabelText": "ស្គាល់ថ្ងៃខែឆ្នាំកំណើត?",
39
44
  "editIdentifierTooltip": "កែសម្រួល",
40
45
  "editPatientDetails": "កែសម្រួលព័ត៌មានលម្អិតអ្នកជំងឺ",
41
46
  "editPatientDetailsBreadcrumb": "កែសម្រួលព័ត៌មានលម្អិតអ្នកជំងឺ",
47
+ "enterNonCodedCauseOfDeath": "Enter non-coded cause of death",
42
48
  "error": "មានបញ្ហាបច្ចេកទេស",
49
+ "errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
43
50
  "errorFetchingOrderedFields": "មានបញ្ហាបច្ចេកទេសក្នុងការទាញទិន្នន័យតាមឋានានុក្រមអាសយដ្ឋាន",
44
51
  "estimatedAgeInMonthsLabelText": "អាយុប៉ាន់ស្មានគិតជាខែ",
45
52
  "estimatedAgeInYearsLabelText": "អាយុប៉ាន់ស្មានគិតជាឆ្នាំ",
46
53
  "familyNameLabelText": "នាមត្រកូល",
47
54
  "familyNameRequired": "តម្រូវឱ្យបំពេញនាមត្រកូល",
48
55
  "female": "ស្រី",
56
+ "fieldsWithErrors": "The following fields have errors: ",
49
57
  "fullNameLabelText": "ឈ្មោះពេញ",
50
58
  "gender": "Gender",
51
59
  "genderLabelText": "ភេទ",
52
60
  "genderRequired": "តម្រូវឱ្យបំពេញភេទ",
53
- "genderUnspecified": "ភេទមិនត្រូវបានបញ្ជាក់ទេ",
61
+ "genderUnspecified": "Gender unspecified",
54
62
  "givenNameLabelText": "នាមខ្លួន",
55
63
  "givenNameRequired": "តម្រូវឱ្យបំពេញឈ្មោះ",
56
64
  "identifierValueRequired": "តម្រូវឱ្យមានកំណត់អត្តសញ្ញាណ",
57
65
  "idFieldLabelText": "អ្នកកំណត់អត្តសញ្ញាណ",
58
66
  "IDInstructions": "ជ្រើសរើសអត្តសញ្ញាណដែលអ្នកចង់បន្ថែមសម្រាប់អ្នកជំងឺនេះ៖",
59
- "incompleteForm": "ទម្រង់មិនពេញលេញ",
60
- "invalidEmail": "ត្រូវតែផ្តល់ឱ្យអ៊ីមែលដែលមានសុពលភាព",
67
+ "invalidEmail": "Invalid email",
61
68
  "invalidInput": "ការបញ្ចូលមិនត្រឹមត្រូវ",
62
- "isDeadInputLabel": "គឺស្លាប់",
69
+ "isDeadInputLabel": "Is dead",
63
70
  "jumpTo": "រំលងទៅ",
64
71
  "male": "ប្រុស",
65
72
  "middleNameLabelText": "លេខជាឈ្មោះដែលសង្ស័យ",
66
- "nascopNumber": "Nascop facility no",
67
- "nationalId": "National ID",
68
- "negativeMonths": "ខែអវិជ្ជមាន",
69
- "negativeYears": "ឆ្នាំអវិជ្ជមាន",
73
+ "negativeMonths": "Estimated months cannot be negative",
74
+ "negativeYears": "Estimated years cannot be negative",
70
75
  "no": "ទេ",
76
+ "nonCodedCauseOfDeath": "Non-coded cause of death",
77
+ "nonCodedCauseOfDeathRequired": "Cause of death is required",
78
+ "nonsensicalYears": "Estimated years cannot be more than 140",
71
79
  "numberInNameDubious": "លេខគឺជាឈ្មោះគួរឱ្យសង្ស័យ",
72
80
  "obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
73
81
  "optional": "ជាជម្រើស",
@@ -80,8 +88,8 @@
80
88
  "patientNameKnown": "ស្គាល់ឈ្មោះអ្នកជំងឺឬទេ?",
81
89
  "patientNotFound": "The patient records could not be found in Client registry, do you want to continue to create and post patient to registry",
82
90
  "patientRegistrationBreadcrumb": "ការចុះឈ្មោះអ្នកជំងឺ",
83
- "postToRegistry": "Post to registry",
84
- "registerPatient": "ចុះឈ្មោះអ្នកជំងឺ",
91
+ "refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
92
+ "registerPatient": "Register patient",
85
93
  "registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
86
94
  "registerPatientSuccessSnackbarTitle": "New Patient Created",
87
95
  "registrationErrorSnackbarTitle": "Patient Registration Failed",
@@ -91,9 +99,9 @@
91
99
  "relationshipRemovedText": "ការទំនាក់ទំនងត្រូវបានដកចេញ",
92
100
  "relationshipsSection": "ទំនាក់ទំនង",
93
101
  "relationshipToPatient": "ការទាក់ទងទៅនឹងអ្នកជំងឺ",
94
- "relativeFullNameLabelText": "ឈ្មោះពេញ",
102
+ "relativeFullNameLabelText": "Full name",
95
103
  "relativeNamePlaceholder": "នាមត្រកូលនាមខ្លួន",
96
- "removeIdentifierButton": "Remove Identifier",
104
+ "removeIdentifierButton": "Remove identifier",
97
105
  "resetIdentifierTooltip": "រៀបចំឡើងវិញ",
98
106
  "restoreRelationshipActionButton": "វិលត្រឡប់មកដើមវិញ",
99
107
  "searchAddress": "ស្វែងរកអាសយដ្ឋាន",
@@ -103,17 +111,16 @@
103
111
  "selectIdentifierType": "Select identifier type",
104
112
  "sexFieldLabelText": "ភេទ",
105
113
  "source": "ប្រភព",
106
- "stroke": "ជំងឺស្ទះសរសៃឈាមខួរក្បាល",
107
114
  "submitting": "Submitting",
108
- "unableToFetch": "មិនអាចទាញយកប្រភេទគុណលក្ខណៈតាមអ្នកជំងឺបានទេ - {{personattributetype}}",
115
+ "timeFormat": "Time Format",
116
+ "timeOfDeathInputLabel": "Time of death (hh:mm)",
117
+ "unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
109
118
  "unknown": "មិនដឹង",
110
119
  "unknownPatientAttributeType": "ប្រភេទនៃគុណលក្ខណៈរបស់អ្នកជំងឺគឺមិនស្គាល់។ {{personAttributeTypeFormat}}",
111
- "updatePatient": "ធ្វើបច្ចុប្បន្នភាពអ្នកជំងឺ",
120
+ "updatePatient": "Update patient",
112
121
  "updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
113
122
  "updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
114
123
  "updatePatientSuccessSnackbarTitle": "Patient Details Updated",
115
- "useValues": "Use values",
116
- "validate": "Validate",
117
- "yearsEstimateRequired": "តម្រូវឱ្យមានការប៉ាន់ស្មានឆ្នាំ",
124
+ "yearsEstimateRequired": "Estimated years required",
118
125
  "yes": "បាទ/ចាស"
119
126
  }
@@ -3,69 +3,85 @@
3
3
  "addressHeader": "地址",
4
4
  "allFieldsRequiredText": "所有字段都是必填的,除非标记为可选。",
5
5
  "autoGeneratedPlaceholderText": "自动生成",
6
- "birthdayNotInTheFuture": "生日不能是未来的日期",
6
+ "birthdayNotInTheFuture": "Birthday cannot be in future",
7
+ "birthdayNotOver140YearsAgo": "Birthday cannot be more than 140 years ago",
7
8
  "birthdayRequired": "生日是必填项",
8
9
  "birthFieldLabelText": "出生",
9
10
  "cancel": "取消",
10
- "causeOfDeathInputLabel": "死因",
11
+ "causeOfDeathInputLabel": "Cause of death",
11
12
  "closeOverlay": "关闭叠加",
12
13
  "codedPersonAttributeAnswerSetEmpty": "编码的人员属性字段'{{codedPersonAttributeFieldId}}'已使用没有任何概念答案的答案概念集UUID'{{answerConceptSetUuid}}'进行定义。",
13
14
  "codedPersonAttributeAnswerSetInvalid": "编码的人员属性字段'{{codedPersonAttributeFieldId}}'已使用无效的答案概念集UUID'{{answerConceptSetUuid}}'进行定义。",
14
15
  "codedPersonAttributeNoAnswerSet": "人员属性字段'{{codedPersonAttributeFieldId}}'的类型为'coded',但未定义答案概念集UUID。'answerConceptSetUuid'键是必需的。",
15
16
  "configure": "配置",
16
17
  "configureIdentifiers": "配置ID标识",
18
+ "confirmDiscardChangesBody": "Your unsaved changes will be lost if you proceed to discard the form",
19
+ "confirmDiscardChangesTitle": "Are you sure you want to discard these changes?",
17
20
  "confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
18
21
  "contactSection": "联系方式",
19
22
  "createNewPatient": "Create new patient",
20
- "dateOfBirthLabelText": "出生日期",
21
- "deathDateInputLabel": "死亡日期",
22
- "deathdayNotInTheFuture": "死亡日期不能是未来的日期",
23
+ "dateOfBirthLabelText": "Date of birth",
24
+ "deathCauseRequired": "Cause of death is required",
25
+ "deathDateInFuture": "Death date cannot be in future",
26
+ "deathDateInputLabel": "Date of death",
27
+ "deathDateRequired": "Death date is required",
28
+ "deathdayInvalidDate": "Death date and time cannot be before the birthday",
29
+ "deathdayIsRequired": "Death date is required when the patient is marked as deceased.",
30
+ "deathdayNotInTheFuture": "",
23
31
  "deathSection": "死亡信息",
32
+ "deathTimeFormatInvalid": "Time format is invalid",
33
+ "deathTimeFormatRequired": "Time format is required",
34
+ "deathTimeInvalid": "Time doesn't match the format 'hh:mm'",
35
+ "deathTimeRequired": "Death time is required",
24
36
  "deleteIdentifierModalHeading": "Remove identifier?",
25
37
  "deleteIdentifierModalText": " has a value of ",
26
38
  "deleteIdentifierTooltip": "删除",
27
39
  "deleteRelationshipTooltipText": "删除",
28
40
  "demographicsSection": "基本信息",
29
41
  "discard": "放弃",
30
- "discardModalBody": "您对该患者的详细信息所做的更改尚未保存。放弃更改吗?",
31
- "discardModalHeader": "确认放弃更改",
32
42
  "dobToggleLabelText": "出生日期已知?",
33
43
  "editIdentifierTooltip": "编辑",
34
44
  "editPatientDetails": "编辑患者详情",
35
45
  "editPatientDetailsBreadcrumb": "编辑患者详情",
46
+ "enterNonCodedCauseOfDeath": "Enter non-coded cause of death",
36
47
  "error": "错误",
48
+ "errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
37
49
  "errorFetchingOrderedFields": "获取地址层次结构的排序字段时发生错误",
38
50
  "estimatedAgeInMonthsLabelText": "月龄估算",
39
51
  "estimatedAgeInYearsLabelText": "年龄估算",
40
52
  "familyNameLabelText": "姓氏",
41
53
  "familyNameRequired": "姓氏是必填项",
42
54
  "female": "女性",
55
+ "fieldsWithErrors": "The following fields have errors: ",
43
56
  "fullNameLabelText": "全名",
44
57
  "genderLabelText": "性别",
45
58
  "genderRequired": "性别是必填项",
46
- "genderUnspecified": "性别未指定",
59
+ "genderUnspecified": "Gender unspecified",
47
60
  "givenNameLabelText": "名字",
48
61
  "givenNameRequired": "名字是必填项",
49
62
  "identifierValueRequired": "ID标识是必填项",
50
63
  "idFieldLabelText": "ID",
51
64
  "IDInstructions": "选择您想为该患者添加的ID标识:",
52
- "incompleteForm": "表单未填完",
53
- "invalidEmail": "需要提供一个有效的电子邮件地址",
65
+ "invalidEmail": "Invalid email",
54
66
  "invalidInput": "输入无效",
55
- "isDeadInputLabel": "已故",
67
+ "isDeadInputLabel": "Is dead",
56
68
  "jumpTo": "跳转至",
57
69
  "male": "男性",
58
70
  "middleNameLabelText": "中间名",
59
- "negativeMonths": "负的月份",
60
- "negativeYears": "负的年份",
71
+ "negativeMonths": "Estimated months cannot be negative",
72
+ "negativeYears": "Estimated years cannot be negative",
61
73
  "no": "否",
74
+ "nonCodedCauseOfDeath": "Non-coded cause of death",
75
+ "nonCodedCauseOfDeathRequired": "Cause of death is required",
76
+ "nonsensicalYears": "Estimated years cannot be more than 140",
62
77
  "numberInNameDubious": "姓名中含有数字",
63
78
  "obsFieldUnknownDatatype": "obs字段'{{fieldDefinitionId}}'的概念具有未知数据类型'{{datatypeName}}'",
64
79
  "optional": "可选的",
65
80
  "other": "其他",
66
81
  "patientNameKnown": "患者的姓名已知?",
67
82
  "patientRegistrationBreadcrumb": "患者注册",
68
- "registerPatient": "注册患者",
83
+ "refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
84
+ "registerPatient": "Register patient",
69
85
  "registerPatientSuccessSnackbarSubtitle": "现在可以通过姓名或ID号搜索到该患者",
70
86
  "registerPatientSuccessSnackbarTitle": "新患者已创建",
71
87
  "registrationErrorSnackbarTitle": "患者注册失败",
@@ -75,9 +91,9 @@
75
91
  "relationshipRemovedText": "关系已移除",
76
92
  "relationshipsSection": "关系人信息",
77
93
  "relationshipToPatient": "与患者的关系",
78
- "relativeFullNameLabelText": "关系人",
94
+ "relativeFullNameLabelText": "Full name",
79
95
  "relativeNamePlaceholder": "名字 姓氏",
80
- "removeIdentifierButton": "Remove Identifier",
96
+ "removeIdentifierButton": "Remove identifier",
81
97
  "resetIdentifierTooltip": "重置",
82
98
  "restoreRelationshipActionButton": "撤销",
83
99
  "searchAddress": "搜索地址",
@@ -85,15 +101,16 @@
85
101
  "selectAnOption": "选择一个选项",
86
102
  "sexFieldLabelText": "性别",
87
103
  "source": "来源",
88
- "stroke": "卒中",
89
104
  "submitting": "提交中",
90
- "unableToFetch": "无法获取人员属性类型{{personattributetype}}",
105
+ "timeFormat": "Time Format",
106
+ "timeOfDeathInputLabel": "Time of death (hh:mm)",
107
+ "unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
91
108
  "unknown": "未知",
92
109
  "unknownPatientAttributeType": "患者属性类型具有未知格式{{personAttributeTypeFormat}}",
93
- "updatePatient": "更新患者",
110
+ "updatePatient": "Update patient",
94
111
  "updatePatientErrorSnackbarTitle": "患者详情更新失败",
95
112
  "updatePatientSuccessSnackbarSubtitle": "患者的信息已成功更新",
96
113
  "updatePatientSuccessSnackbarTitle": "患者详情已更新",
97
- "yearsEstimateRequired": "需要年龄估算",
114
+ "yearsEstimateRequired": "Estimated years required",
98
115
  "yes": "是"
99
116
  }
@@ -3,69 +3,85 @@
3
3
  "addressHeader": "地址",
4
4
  "allFieldsRequiredText": "所有字段都是必填的,除非标记为可选。",
5
5
  "autoGeneratedPlaceholderText": "自动生成",
6
- "birthdayNotInTheFuture": "生日不能是未来的日期",
6
+ "birthdayNotInTheFuture": "Birthday cannot be in future",
7
+ "birthdayNotOver140YearsAgo": "Birthday cannot be more than 140 years ago",
7
8
  "birthdayRequired": "生日是必填项",
8
9
  "birthFieldLabelText": "出生",
9
10
  "cancel": "取消",
10
- "causeOfDeathInputLabel": "死因",
11
+ "causeOfDeathInputLabel": "Cause of death",
11
12
  "closeOverlay": "关闭叠加",
12
13
  "codedPersonAttributeAnswerSetEmpty": "编码的人员属性字段'{{codedPersonAttributeFieldId}}'已使用没有任何概念答案的答案概念集UUID'{{answerConceptSetUuid}}'进行定义。",
13
14
  "codedPersonAttributeAnswerSetInvalid": "编码的人员属性字段'{{codedPersonAttributeFieldId}}'已使用无效的答案概念集UUID'{{answerConceptSetUuid}}'进行定义。",
14
15
  "codedPersonAttributeNoAnswerSet": "人员属性字段'{{codedPersonAttributeFieldId}}'的类型为'coded',但未定义答案概念集UUID。'answerConceptSetUuid'键是必需的。",
15
16
  "configure": "配置",
16
17
  "configureIdentifiers": "配置ID标识",
18
+ "confirmDiscardChangesBody": "Your unsaved changes will be lost if you proceed to discard the form",
19
+ "confirmDiscardChangesTitle": "Are you sure you want to discard these changes?",
17
20
  "confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
18
21
  "contactSection": "联系方式",
19
22
  "createNewPatient": "Create new patient",
20
- "dateOfBirthLabelText": "出生日期",
21
- "deathDateInputLabel": "死亡日期",
22
- "deathdayNotInTheFuture": "死亡日期不能是未来的日期",
23
+ "dateOfBirthLabelText": "Date of birth",
24
+ "deathCauseRequired": "Cause of death is required",
25
+ "deathDateInFuture": "Death date cannot be in future",
26
+ "deathDateInputLabel": "Date of death",
27
+ "deathDateRequired": "Death date is required",
28
+ "deathdayInvalidDate": "Death date and time cannot be before the birthday",
29
+ "deathdayIsRequired": "Death date is required when the patient is marked as deceased.",
30
+ "deathdayNotInTheFuture": "",
23
31
  "deathSection": "死亡信息",
32
+ "deathTimeFormatInvalid": "Time format is invalid",
33
+ "deathTimeFormatRequired": "Time format is required",
34
+ "deathTimeInvalid": "Time doesn't match the format 'hh:mm'",
35
+ "deathTimeRequired": "Death time is required",
24
36
  "deleteIdentifierModalHeading": "Remove identifier?",
25
37
  "deleteIdentifierModalText": " has a value of ",
26
38
  "deleteIdentifierTooltip": "删除",
27
39
  "deleteRelationshipTooltipText": "删除",
28
40
  "demographicsSection": "基本信息",
29
41
  "discard": "放弃",
30
- "discardModalBody": "您对该患者的详细信息所做的更改尚未保存。放弃更改吗?",
31
- "discardModalHeader": "确认放弃更改",
32
42
  "dobToggleLabelText": "出生日期已知?",
33
43
  "editIdentifierTooltip": "编辑",
34
44
  "editPatientDetails": "编辑患者详情",
35
45
  "editPatientDetailsBreadcrumb": "编辑患者详情",
46
+ "enterNonCodedCauseOfDeath": "Enter non-coded cause of death",
36
47
  "error": "错误",
48
+ "errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
37
49
  "errorFetchingOrderedFields": "获取地址层次结构的排序字段时发生错误",
38
50
  "estimatedAgeInMonthsLabelText": "月龄估算",
39
51
  "estimatedAgeInYearsLabelText": "年龄估算",
40
52
  "familyNameLabelText": "姓氏",
41
53
  "familyNameRequired": "姓氏是必填项",
42
54
  "female": "女性",
55
+ "fieldsWithErrors": "The following fields have errors: ",
43
56
  "fullNameLabelText": "全名",
44
57
  "genderLabelText": "性别",
45
58
  "genderRequired": "性别是必填项",
46
- "genderUnspecified": "性别未指定",
59
+ "genderUnspecified": "Gender unspecified",
47
60
  "givenNameLabelText": "名字",
48
61
  "givenNameRequired": "名字是必填项",
49
62
  "identifierValueRequired": "ID标识是必填项",
50
63
  "idFieldLabelText": "ID",
51
64
  "IDInstructions": "选择您想为该患者添加的ID标识:",
52
- "incompleteForm": "表单未填完",
53
- "invalidEmail": "需要提供一个有效的电子邮件地址",
65
+ "invalidEmail": "Invalid email",
54
66
  "invalidInput": "输入无效",
55
- "isDeadInputLabel": "已故",
67
+ "isDeadInputLabel": "Is dead",
56
68
  "jumpTo": "跳转至",
57
69
  "male": "男性",
58
70
  "middleNameLabelText": "中间名",
59
- "negativeMonths": "负的月份",
60
- "negativeYears": "负的年份",
71
+ "negativeMonths": "Estimated months cannot be negative",
72
+ "negativeYears": "Estimated years cannot be negative",
61
73
  "no": "否",
74
+ "nonCodedCauseOfDeath": "Non-coded cause of death",
75
+ "nonCodedCauseOfDeathRequired": "Cause of death is required",
76
+ "nonsensicalYears": "Estimated years cannot be more than 140",
62
77
  "numberInNameDubious": "姓名中含有数字",
63
78
  "obsFieldUnknownDatatype": "obs字段'{{fieldDefinitionId}}'的概念具有未知数据类型'{{datatypeName}}'",
64
79
  "optional": "可选的",
65
80
  "other": "其他",
66
81
  "patientNameKnown": "患者的姓名已知?",
67
82
  "patientRegistrationBreadcrumb": "患者注册",
68
- "registerPatient": "注册患者",
83
+ "refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
84
+ "registerPatient": "Register patient",
69
85
  "registerPatientSuccessSnackbarSubtitle": "现在可以通过姓名或ID号搜索到该患者",
70
86
  "registerPatientSuccessSnackbarTitle": "新患者已创建",
71
87
  "registrationErrorSnackbarTitle": "患者注册失败",
@@ -75,9 +91,9 @@
75
91
  "relationshipRemovedText": "关系已移除",
76
92
  "relationshipsSection": "关系人信息",
77
93
  "relationshipToPatient": "与患者的关系",
78
- "relativeFullNameLabelText": "关系人",
94
+ "relativeFullNameLabelText": "Full name",
79
95
  "relativeNamePlaceholder": "名字 姓氏",
80
- "removeIdentifierButton": "Remove Identifier",
96
+ "removeIdentifierButton": "Remove identifier",
81
97
  "resetIdentifierTooltip": "重置",
82
98
  "restoreRelationshipActionButton": "撤销",
83
99
  "searchAddress": "搜索地址",
@@ -85,15 +101,16 @@
85
101
  "selectAnOption": "选择一个选项",
86
102
  "sexFieldLabelText": "性别",
87
103
  "source": "来源",
88
- "stroke": "卒中",
89
104
  "submitting": "提交中",
90
- "unableToFetch": "无法获取人员属性类型{{personattributetype}}",
105
+ "timeFormat": "Time Format",
106
+ "timeOfDeathInputLabel": "Time of death (hh:mm)",
107
+ "unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
91
108
  "unknown": "未知",
92
109
  "unknownPatientAttributeType": "患者属性类型具有未知格式{{personAttributeTypeFormat}}",
93
- "updatePatient": "更新患者",
110
+ "updatePatient": "Update patient",
94
111
  "updatePatientErrorSnackbarTitle": "患者详情更新失败",
95
112
  "updatePatientSuccessSnackbarSubtitle": "患者的信息已成功更新",
96
113
  "updatePatientSuccessSnackbarTitle": "患者详情已更新",
97
- "yearsEstimateRequired": "需要年龄估算",
114
+ "yearsEstimateRequired": "Estimated years required",
98
115
  "yes": "是"
99
116
  }