@olaboot/esm-patient-registration-app 9.2.0

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 (250) hide show
  1. package/ADDRESS_CONFIGURATION.md +152 -0
  2. package/IDENTIFIER_CONFIGURATION.md +142 -0
  3. package/IMPLEMENTATION_SUMMARY.md +111 -0
  4. package/QUICK_START.md +95 -0
  5. package/README.md +7 -0
  6. package/address-required-fields-config.json +26 -0
  7. package/dist/126.js +1 -0
  8. package/dist/15.js +1 -0
  9. package/dist/1564.js +1 -0
  10. package/dist/1567.js +1 -0
  11. package/dist/1845.js +1 -0
  12. package/dist/1953.js +1 -0
  13. package/dist/200.js +1 -0
  14. package/dist/200.js.map +1 -0
  15. package/dist/215.js +1 -0
  16. package/dist/2178.js +1 -0
  17. package/dist/250.js +1 -0
  18. package/dist/250.js.map +1 -0
  19. package/dist/2523.js +1 -0
  20. package/dist/2523.js.map +1 -0
  21. package/dist/2566.js +1 -0
  22. package/dist/2586.js +1 -0
  23. package/dist/2586.js.map +1 -0
  24. package/dist/2716.js +1 -0
  25. package/dist/2716.js.map +1 -0
  26. package/dist/2759.js +1 -0
  27. package/dist/2821.js +6 -0
  28. package/dist/2821.js.map +1 -0
  29. package/dist/3089.js +1 -0
  30. package/dist/3089.js.map +1 -0
  31. package/dist/3230.js +1 -0
  32. package/dist/3441.js +1 -0
  33. package/dist/3565.js +1 -0
  34. package/dist/3571.js +1 -0
  35. package/dist/3571.js.map +1 -0
  36. package/dist/3746.js +1 -0
  37. package/dist/3925.js +1 -0
  38. package/dist/3946.js +1 -0
  39. package/dist/4024.js +1 -0
  40. package/dist/4024.js.map +1 -0
  41. package/dist/4744.js +1 -0
  42. package/dist/4744.js.map +1 -0
  43. package/dist/4809.js +1 -0
  44. package/dist/4894.js +1 -0
  45. package/dist/4970.js +1 -0
  46. package/dist/4970.js.map +1 -0
  47. package/dist/5130.js +1 -0
  48. package/dist/5187.js +1 -0
  49. package/dist/5491.js +1 -0
  50. package/dist/5491.js.map +1 -0
  51. package/dist/5595.js +1 -0
  52. package/dist/5961.js +1 -0
  53. package/dist/6133.js +1 -0
  54. package/dist/634.js +1 -0
  55. package/dist/634.js.map +1 -0
  56. package/dist/6456.js +1 -0
  57. package/dist/6466.js +1 -0
  58. package/dist/6613.js +1 -0
  59. package/dist/6783.js +1 -0
  60. package/dist/7073.js +38 -0
  61. package/dist/7073.js.map +1 -0
  62. package/dist/7154.js +1 -0
  63. package/dist/7154.js.map +1 -0
  64. package/dist/7348.js +1 -0
  65. package/dist/7439.js +1 -0
  66. package/dist/7439.js.map +1 -0
  67. package/dist/7543.js +1 -0
  68. package/dist/7607.js +1 -0
  69. package/dist/772.js +1 -0
  70. package/dist/7984.js +1 -0
  71. package/dist/7984.js.map +1 -0
  72. package/dist/8538.js +1 -0
  73. package/dist/8538.js.map +1 -0
  74. package/dist/8599.js +1 -0
  75. package/dist/8727.js +1 -0
  76. package/dist/8847.js +1 -0
  77. package/dist/9015.js +1 -0
  78. package/dist/906.js +1 -0
  79. package/dist/9065.js +1 -0
  80. package/dist/9182.js +1 -0
  81. package/dist/9339.js +1 -0
  82. package/dist/9453.js +1 -0
  83. package/dist/9833.js +1 -0
  84. package/dist/9833.js.map +1 -0
  85. package/dist/9856.js +1 -0
  86. package/dist/9856.js.map +1 -0
  87. package/dist/9920.js +1 -0
  88. package/dist/9938.js +1 -0
  89. package/dist/9943.js +1 -0
  90. package/dist/9943.js.map +1 -0
  91. package/dist/main.js +10 -0
  92. package/dist/main.js.map +1 -0
  93. package/dist/olaboot-esm-patient-registration-app.js +5 -0
  94. package/dist/olaboot-esm-patient-registration-app.js.buildmanifest.json +1627 -0
  95. package/dist/olaboot-esm-patient-registration-app.js.map +1 -0
  96. package/dist/routes.json +1 -0
  97. package/docs/images/patient-registration-hierarchy.png +0 -0
  98. package/example-config.json +14 -0
  99. package/jest.config.js +3 -0
  100. package/package.json +60 -0
  101. package/rspack.config.js +1 -0
  102. package/src/add-patient-link.extension.tsx +21 -0
  103. package/src/add-patient-link.scss +3 -0
  104. package/src/add-patient-link.test.tsx +16 -0
  105. package/src/config-schema.ts +507 -0
  106. package/src/constants.ts +14 -0
  107. package/src/declarations.d.ts +4 -0
  108. package/src/index.ts +59 -0
  109. package/src/nav-link.test.tsx +13 -0
  110. package/src/nav-link.tsx +10 -0
  111. package/src/offline.resources.ts +157 -0
  112. package/src/offline.ts +93 -0
  113. package/src/patient-photo.extension.tsx +11 -0
  114. package/src/patient-registration/before-save-prompt.component.tsx +72 -0
  115. package/src/patient-registration/field/__mocks__/field.resource.ts +60 -0
  116. package/src/patient-registration/field/address/address-field.component.tsx +186 -0
  117. package/src/patient-registration/field/address/address-hierarchy-levels.component.tsx +71 -0
  118. package/src/patient-registration/field/address/address-hierarchy.resource.tsx +157 -0
  119. package/src/patient-registration/field/address/address-hierarchy.test.tsx +296 -0
  120. package/src/patient-registration/field/address/address-search.component.tsx +87 -0
  121. package/src/patient-registration/field/address/address-search.scss +53 -0
  122. package/src/patient-registration/field/address/address-search.test.tsx +141 -0
  123. package/src/patient-registration/field/address/custom-address-field.component.tsx +32 -0
  124. package/src/patient-registration/field/cause-of-death/cause-of-death.component.tsx +98 -0
  125. package/src/patient-registration/field/custom-field.component.tsx +25 -0
  126. package/src/patient-registration/field/date-and-time-of-death/date-and-time-of-death.component.tsx +79 -0
  127. package/src/patient-registration/field/dob/dob.component.tsx +167 -0
  128. package/src/patient-registration/field/dob/dob.test.tsx +90 -0
  129. package/src/patient-registration/field/field.component.tsx +53 -0
  130. package/src/patient-registration/field/field.resource.ts +42 -0
  131. package/src/patient-registration/field/field.scss +171 -0
  132. package/src/patient-registration/field/field.test.tsx +330 -0
  133. package/src/patient-registration/field/gender/gender-field.component.tsx +54 -0
  134. package/src/patient-registration/field/gender/gender-field.test.tsx +99 -0
  135. package/src/patient-registration/field/id/id-field.component.tsx +136 -0
  136. package/src/patient-registration/field/id/id-field.test.tsx +121 -0
  137. package/src/patient-registration/field/id/identifier-selection-overlay.component.tsx +200 -0
  138. package/src/patient-registration/field/id/identifier-selection.scss +41 -0
  139. package/src/patient-registration/field/name/name-field.component.tsx +148 -0
  140. package/src/patient-registration/field/obs/obs-field.component.tsx +261 -0
  141. package/src/patient-registration/field/obs/obs-field.test.tsx +299 -0
  142. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +120 -0
  143. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.test.tsx +141 -0
  144. package/src/patient-registration/field/person-attributes/location-person-attribute-field.component.tsx +105 -0
  145. package/src/patient-registration/field/person-attributes/location-person-attribute-field.resource.tsx +48 -0
  146. package/src/patient-registration/field/person-attributes/person-attribute-field.component.tsx +100 -0
  147. package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +193 -0
  148. package/src/patient-registration/field/person-attributes/person-attributes.resource.ts +20 -0
  149. package/src/patient-registration/field/person-attributes/text-person-attribute-field.component.tsx +58 -0
  150. package/src/patient-registration/field/person-attributes/text-person-attribute-field.test.tsx +90 -0
  151. package/src/patient-registration/field/phone/phone-field.component.tsx +17 -0
  152. package/src/patient-registration/form-manager.test.ts +91 -0
  153. package/src/patient-registration/form-manager.ts +443 -0
  154. package/src/patient-registration/input/basic-input/input/input.component.tsx +183 -0
  155. package/src/patient-registration/input/basic-input/input/input.test.tsx +72 -0
  156. package/src/patient-registration/input/basic-input/select/select-input.component.tsx +32 -0
  157. package/src/patient-registration/input/basic-input/select/select-input.test.tsx +49 -0
  158. package/src/patient-registration/input/combo-input/combo-input.component.tsx +130 -0
  159. package/src/patient-registration/input/combo-input/selection-tick.component.tsx +20 -0
  160. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.component.tsx +187 -0
  161. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.scss +62 -0
  162. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +164 -0
  163. package/src/patient-registration/input/custom-input/identifier/identifier-input.component.tsx +193 -0
  164. package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +335 -0
  165. package/src/patient-registration/input/custom-input/identifier/utils.test.ts +81 -0
  166. package/src/patient-registration/input/custom-input/identifier/utils.ts +19 -0
  167. package/src/patient-registration/input/dummy-data/dummy-data-input.component.tsx +56 -0
  168. package/src/patient-registration/input/dummy-data/dummy-data-input.test.tsx +34 -0
  169. package/src/patient-registration/input/input.scss +122 -0
  170. package/src/patient-registration/patient-registration-context.ts +35 -0
  171. package/src/patient-registration/patient-registration-hooks.ts +376 -0
  172. package/src/patient-registration/patient-registration-utils.test.ts +33 -0
  173. package/src/patient-registration/patient-registration-utils.ts +214 -0
  174. package/src/patient-registration/patient-registration.component.tsx +266 -0
  175. package/src/patient-registration/patient-registration.resource.test.tsx +22 -0
  176. package/src/patient-registration/patient-registration.resource.ts +198 -0
  177. package/src/patient-registration/patient-registration.scss +103 -0
  178. package/src/patient-registration/patient-registration.test.tsx +580 -0
  179. package/src/patient-registration/patient-registration.types.ts +322 -0
  180. package/src/patient-registration/section/death-info/death-info-section.component.tsx +36 -0
  181. package/src/patient-registration/section/death-info/death-info-section.test.tsx +47 -0
  182. package/src/patient-registration/section/demographics/demographics-section.component.tsx +30 -0
  183. package/src/patient-registration/section/demographics/demographics-section.test.tsx +98 -0
  184. package/src/patient-registration/section/generic-section.component.tsx +17 -0
  185. package/src/patient-registration/section/patient-relationships/relationships-section.component.tsx +234 -0
  186. package/src/patient-registration/section/patient-relationships/relationships-section.test.tsx +113 -0
  187. package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +78 -0
  188. package/src/patient-registration/section/patient-relationships/relationships.scss +35 -0
  189. package/src/patient-registration/section/section-wrapper.component.tsx +40 -0
  190. package/src/patient-registration/section/section.component.tsx +23 -0
  191. package/src/patient-registration/section/section.scss +21 -0
  192. package/src/patient-registration/ui-components/overlay/overlay.component.tsx +51 -0
  193. package/src/patient-registration/ui-components/overlay/overlay.scss +63 -0
  194. package/src/patient-registration/validation/patient-registration-validation.test.ts +205 -0
  195. package/src/patient-registration/validation/patient-registration-validation.ts +123 -0
  196. package/src/resource.ts +12 -0
  197. package/src/resources-context.ts +14 -0
  198. package/src/root.component.tsx +63 -0
  199. package/src/root.scss +7 -0
  200. package/src/routes.json +61 -0
  201. package/src/widgets/cancel-patient-edit.modal.tsx +33 -0
  202. package/src/widgets/cancel-patient-edit.test.tsx +22 -0
  203. package/src/widgets/delete-identifier-confirmation.modal.tsx +48 -0
  204. package/src/widgets/delete-identifier-confirmation.test.tsx +32 -0
  205. package/src/widgets/edit-patient-details-button.component.tsx +33 -0
  206. package/src/widgets/edit-patient-details-button.scss +3 -0
  207. package/src/widgets/edit-patient-details-button.test.tsx +35 -0
  208. package/translations/am.json +120 -0
  209. package/translations/ar.json +120 -0
  210. package/translations/ar_SY.json +120 -0
  211. package/translations/bn.json +120 -0
  212. package/translations/cs.json +120 -0
  213. package/translations/de.json +120 -0
  214. package/translations/en.json +120 -0
  215. package/translations/en_US.json +120 -0
  216. package/translations/es.json +120 -0
  217. package/translations/es_MX.json +120 -0
  218. package/translations/fr.json +120 -0
  219. package/translations/he.json +120 -0
  220. package/translations/hi.json +120 -0
  221. package/translations/hi_IN.json +120 -0
  222. package/translations/id.json +120 -0
  223. package/translations/it.json +120 -0
  224. package/translations/ka.json +120 -0
  225. package/translations/km.json +120 -0
  226. package/translations/ku.json +120 -0
  227. package/translations/ky.json +120 -0
  228. package/translations/lg.json +120 -0
  229. package/translations/ne.json +120 -0
  230. package/translations/pl.json +120 -0
  231. package/translations/pt.json +120 -0
  232. package/translations/pt_BR.json +120 -0
  233. package/translations/qu.json +120 -0
  234. package/translations/ro_RO.json +120 -0
  235. package/translations/ru_RU.json +120 -0
  236. package/translations/si.json +120 -0
  237. package/translations/sq.json +120 -0
  238. package/translations/sw.json +120 -0
  239. package/translations/sw_KE.json +120 -0
  240. package/translations/tr.json +120 -0
  241. package/translations/tr_TR.json +120 -0
  242. package/translations/uk.json +120 -0
  243. package/translations/uz.json +120 -0
  244. package/translations/uz@Latn.json +120 -0
  245. package/translations/uz_UZ.json +120 -0
  246. package/translations/vi.json +120 -0
  247. package/translations/zh.json +120 -0
  248. package/translations/zh_CN.json +120 -0
  249. package/translations/zh_TW.json +120 -0
  250. package/tsconfig.json +5 -0
@@ -0,0 +1,35 @@
1
+ import React from 'react';
2
+ import userEvent from '@testing-library/user-event';
3
+ import { render, screen } from '@testing-library/react';
4
+ import { navigate } from '@openmrs/esm-framework';
5
+ import { mockPatient } from '__mocks__';
6
+ import EditPatientDetailsButton from './edit-patient-details-button.component';
7
+
8
+ const mockNavigate = jest.mocked(navigate);
9
+
10
+ describe('EditPatientDetailsButton', () => {
11
+ const patientUuid = mockPatient.uuid;
12
+
13
+ it('should navigate to the edit page when clicked', async () => {
14
+ const user = userEvent.setup();
15
+
16
+ render(<EditPatientDetailsButton patientUuid={patientUuid} />);
17
+
18
+ const button = screen.getByRole('menuitem');
19
+ await user.click(button);
20
+
21
+ expect(mockNavigate).toHaveBeenCalledWith({ to: expect.stringContaining(`/patient/${patientUuid}/edit`) });
22
+ });
23
+
24
+ it('should call the onTransition function when provided', async () => {
25
+ const user = userEvent.setup();
26
+
27
+ const onTransitionMock = jest.fn();
28
+ render(<EditPatientDetailsButton patientUuid={patientUuid} onTransition={onTransitionMock} />);
29
+
30
+ const button = screen.getByRole('menuitem');
31
+ await user.click(button);
32
+
33
+ expect(onTransitionMock).toHaveBeenCalled();
34
+ });
35
+ });
@@ -0,0 +1,120 @@
1
+ {
2
+ "addPatient": "Add patient",
3
+ "addRelationshipButtonText": "Add Relationship",
4
+ "addressHeader": "Address",
5
+ "allFieldsRequiredText": "All fields are required unless marked optional",
6
+ "autoGeneratedPlaceholderText": "Auto-generated",
7
+ "birthdayNotInTheFuture": "Birthday cannot be in future",
8
+ "birthdayNotOver140YearsAgo": "Birthday cannot be more than 140 years ago",
9
+ "birthdayRequired": "Birthday is required",
10
+ "birthFieldLabelText": "Birth",
11
+ "cancel": "Cancel",
12
+ "causeOfDeathInputLabel": "Cause of death",
13
+ "closeOverlay": "Close overlay",
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.",
15
+ "codedPersonAttributeAnswerSetInvalid": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an invalid answer concept set UUID '{{answerConceptSetUuid}}'.",
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.",
17
+ "configure": "Configure",
18
+ "configureIdentifiers": "Configure identifiers",
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?",
21
+ "confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
22
+ "contactSection": "Contact Details",
23
+ "createNewPatient": "Create new patient",
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": "",
32
+ "deathSection": "Death Info",
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",
37
+ "deleteIdentifierModalHeading": "Remove identifier?",
38
+ "deleteIdentifierModalText": " has a value of ",
39
+ "deleteIdentifierTooltip": "Delete",
40
+ "deleteRelationshipTooltipText": "Delete",
41
+ "demographicsSection": "Basic Info",
42
+ "discard": "Discard",
43
+ "discardModalBody": "The changes you made to this patient's details have not been saved. Discard changes?",
44
+ "dobToggleLabelText": "Date of Birth Known?",
45
+ "editIdentifierTooltip": "Edit",
46
+ "editPatientDetails": "Edit patient details",
47
+ "editPatientDetailsBreadcrumb": "Edit patient details",
48
+ "enterNonCodedCauseOfDeath": "Enter non-coded cause of death",
49
+ "error": "Error",
50
+ "errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
51
+ "errorFetchingOrderedFields": "Error occured fetching ordered fields for address hierarchy",
52
+ "estimatedAgeInMonthsLabelText": "Estimated age in months",
53
+ "estimatedAgeInYearsLabelText": "Estimated age in years",
54
+ "familyNameLabelText": "Family Name",
55
+ "familyNameRequired": "Family name is required",
56
+ "female": "Female",
57
+ "fieldsWithErrors": "The following fields have errors: ",
58
+ "fullNameLabelText": "Full Name",
59
+ "genderLabelText": "Sex",
60
+ "genderRequired": "Gender is required",
61
+ "genderUnspecified": "Gender unspecified",
62
+ "givenNameLabelText": "First Name",
63
+ "givenNameRequired": "Given name is required",
64
+ "identifierValueRequired": "Identifier value is required",
65
+ "idFieldLabelText": "Identifiers",
66
+ "IDInstructions": "Select the identifiers you'd like to add for this patient:",
67
+ "invalidEmail": "Invalid email",
68
+ "invalidInput": "Invalid Input",
69
+ "isDeadInputLabel": "Is dead",
70
+ "jumpTo": "Jump to",
71
+ "male": "Male",
72
+ "middleNameLabelText": "Middle Name",
73
+ "negativeMonths": "Estimated months cannot be negative",
74
+ "negativeYears": "Estimated years cannot be negative",
75
+ "no": "No",
76
+ "nonCodedCauseOfDeath": "Non-coded cause of death",
77
+ "nonCodedCauseOfDeathRequired": "Cause of death is required",
78
+ "nonsensicalYears": "Estimated years cannot be more than 140",
79
+ "numberInNameDubious": "Number in name is dubious",
80
+ "obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
81
+ "optional": "optional",
82
+ "optionalIdentifierLabel": "{{identifierName}} (optional)",
83
+ "other": "Other",
84
+ "patientNameKnown": "Patient's Name is Known?",
85
+ "patientRegistrationBreadcrumb": "Patient Registration",
86
+ "refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
87
+ "registerPatient": "Register patient",
88
+ "registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
89
+ "registerPatientSuccessSnackbarTitle": "New Patient Created",
90
+ "registrationErrorSnackbarTitle": "Patient Registration Failed",
91
+ "relationship": "Relationship",
92
+ "relationshipPersonMustExist": "Related person must be an existing person",
93
+ "relationshipPlaceholder": "Relationship",
94
+ "relationshipRemovedText": "Relationship removed",
95
+ "relationshipsSection": "Relationships",
96
+ "relationshipToPatient": "Relationship to patient",
97
+ "relativeFullNameLabelText": "Full name",
98
+ "relativeNamePlaceholder": "Firstname Familyname",
99
+ "removeIdentifierButton": "Remove identifier",
100
+ "resetIdentifierTooltip": "Reset",
101
+ "restoreRelationshipActionButton": "Undo",
102
+ "searchAddress": "Search address",
103
+ "searchIdentifierPlaceholder": "Search identifier",
104
+ "searchLocationPersonAttribute": "Search location",
105
+ "selectAnOption": "Select an option",
106
+ "sexFieldLabelText": "Sex",
107
+ "source": "Source",
108
+ "submitting": "Submitting",
109
+ "timeFormat": "Time Format",
110
+ "timeOfDeathInputLabel": "Time of death (hh:mm)",
111
+ "unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
112
+ "unknown": "Unknown",
113
+ "unknownPatientAttributeType": "Patient attribute type has unknown format {{personAttributeTypeFormat}}",
114
+ "updatePatient": "Update patient",
115
+ "updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
116
+ "updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
117
+ "updatePatientSuccessSnackbarTitle": "Patient Details Updated",
118
+ "yearsEstimateRequired": "Estimated years required",
119
+ "yes": "Yes"
120
+ }
@@ -0,0 +1,120 @@
1
+ {
2
+ "addPatient": "Add patient",
3
+ "addRelationshipButtonText": "أضف علاقة",
4
+ "addressHeader": "العنوان",
5
+ "allFieldsRequiredText": "جميع الحقول مطلوبة ما لم يتم التأشير عليها بأنها اختيارية",
6
+ "autoGeneratedPlaceholderText": "تم إنشاؤه تلقائيًا",
7
+ "birthdayNotInTheFuture": "Birthday cannot be in future",
8
+ "birthdayNotOver140YearsAgo": "Birthday cannot be more than 140 years ago",
9
+ "birthdayRequired": "Birthday is required",
10
+ "birthFieldLabelText": "الميلاد",
11
+ "cancel": "إلغاء",
12
+ "causeOfDeathInputLabel": "Cause of death",
13
+ "closeOverlay": "Close overlay",
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.",
15
+ "codedPersonAttributeAnswerSetInvalid": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an invalid answer concept set UUID '{{answerConceptSetUuid}}'.",
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.",
17
+ "configure": "تكوين",
18
+ "configureIdentifiers": "Configure identifiers",
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?",
21
+ "confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
22
+ "contactSection": "تفاصيل الاتصال",
23
+ "createNewPatient": "Create new patient",
24
+ "dateOfBirthLabelText": "تاريخ الميلاد",
25
+ "deathCauseRequired": "Cause of death is required",
26
+ "deathDateInFuture": "Death date cannot be in future",
27
+ "deathDateInputLabel": "تاريخ الوفاة",
28
+ "deathDateRequired": "Death date is required",
29
+ "deathdayInvalidDate": "لا يمكن أن يكون تاريخ ووقت الوفاة قبل عيد الميلاد",
30
+ "deathdayIsRequired": "Death date is required when the patient is marked as deceased.",
31
+ "deathdayNotInTheFuture": "",
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",
37
+ "deleteIdentifierModalHeading": "Remove identifier?",
38
+ "deleteIdentifierModalText": " has a value of ",
39
+ "deleteIdentifierTooltip": "حذف",
40
+ "deleteRelationshipTooltipText": "حذف",
41
+ "demographicsSection": "معلومات أساسية",
42
+ "discard": "تجاهل",
43
+ "discardModalBody": "The changes you made to this patient's details have not been saved. Discard changes?",
44
+ "dobToggleLabelText": "هل تاريخ الميلاد معروف؟",
45
+ "editIdentifierTooltip": "تعديل",
46
+ "editPatientDetails": "تعديل تفاصيل المريض",
47
+ "editPatientDetailsBreadcrumb": "Edit patient details",
48
+ "enterNonCodedCauseOfDeath": "Enter non-coded cause of death",
49
+ "error": "خطأ",
50
+ "errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
51
+ "errorFetchingOrderedFields": "حدث خطأ أثناء جلب الحقول المرتبة لتسلسل العنوان",
52
+ "estimatedAgeInMonthsLabelText": "العمر المقدر بالشهور",
53
+ "estimatedAgeInYearsLabelText": "العمر المقدر بالسنوات",
54
+ "familyNameLabelText": "اسم العائلة",
55
+ "familyNameRequired": "Family name is required",
56
+ "female": "أنثى",
57
+ "fieldsWithErrors": "The following fields have errors: ",
58
+ "fullNameLabelText": "الاسم الكامل",
59
+ "genderLabelText": "الجنس",
60
+ "genderRequired": "Gender is required",
61
+ "genderUnspecified": "Gender unspecified",
62
+ "givenNameLabelText": "الاسم الأول",
63
+ "givenNameRequired": "Given name is required",
64
+ "identifierValueRequired": "قيمة المعرف مطلوبة",
65
+ "idFieldLabelText": "المعرفات",
66
+ "IDInstructions": "Select the identifiers you'd like to add for this patient:",
67
+ "invalidEmail": "Invalid email",
68
+ "invalidInput": "إدخال غير صالح",
69
+ "isDeadInputLabel": "Is dead",
70
+ "jumpTo": "اذهب إلى",
71
+ "male": "ذكر",
72
+ "middleNameLabelText": "الاسم الأوسط",
73
+ "negativeMonths": "Estimated months cannot be negative",
74
+ "negativeYears": "Estimated years cannot be negative",
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",
79
+ "numberInNameDubious": "Number in name is dubious",
80
+ "obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
81
+ "optional": "اختياري",
82
+ "optionalIdentifierLabel": "{{identifierName}} (optional)",
83
+ "other": "آخر",
84
+ "patientNameKnown": "هل اسم المريض معروف؟",
85
+ "patientRegistrationBreadcrumb": "Patient Registration",
86
+ "refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
87
+ "registerPatient": "تسجيل المريض",
88
+ "registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
89
+ "registerPatientSuccessSnackbarTitle": "New Patient Created",
90
+ "registrationErrorSnackbarTitle": "Patient Registration Failed",
91
+ "relationship": "العلاقة",
92
+ "relationshipPersonMustExist": "Related person must be an existing person",
93
+ "relationshipPlaceholder": "العلاقة",
94
+ "relationshipRemovedText": "تمت إزالة العلاقة",
95
+ "relationshipsSection": "العلاقات",
96
+ "relationshipToPatient": "العلاقة بالمريض",
97
+ "relativeFullNameLabelText": "Full name",
98
+ "relativeNamePlaceholder": "الاسم الأول اسم العائلة",
99
+ "removeIdentifierButton": "Remove identifier",
100
+ "resetIdentifierTooltip": "إعادة تعيين",
101
+ "restoreRelationshipActionButton": "تراجع",
102
+ "searchAddress": "ابحث عن العنوان",
103
+ "searchIdentifierPlaceholder": "Search identifier",
104
+ "searchLocationPersonAttribute": "موقع البحث",
105
+ "selectAnOption": "اختر خيارًا",
106
+ "sexFieldLabelText": "الجنس",
107
+ "source": "Source",
108
+ "submitting": "Submitting",
109
+ "timeFormat": "Time Format",
110
+ "timeOfDeathInputLabel": "Time of death (hh:mm)",
111
+ "unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
112
+ "unknown": "غير معروف",
113
+ "unknownPatientAttributeType": "Patient attribute type has unknown format {{personAttributeTypeFormat}}",
114
+ "updatePatient": "Update patient",
115
+ "updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
116
+ "updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
117
+ "updatePatientSuccessSnackbarTitle": "Patient Details Updated",
118
+ "yearsEstimateRequired": "Estimated years required",
119
+ "yes": "نعم"
120
+ }
@@ -0,0 +1,120 @@
1
+ {
2
+ "addPatient": "Add patient",
3
+ "addRelationshipButtonText": "Add Relationship",
4
+ "addressHeader": "Address",
5
+ "allFieldsRequiredText": "All fields are required unless marked optional",
6
+ "autoGeneratedPlaceholderText": "Auto-generated",
7
+ "birthdayNotInTheFuture": "Birthday cannot be in future",
8
+ "birthdayNotOver140YearsAgo": "Birthday cannot be more than 140 years ago",
9
+ "birthdayRequired": "Birthday is required",
10
+ "birthFieldLabelText": "Birth",
11
+ "cancel": "Cancel",
12
+ "causeOfDeathInputLabel": "Cause of death",
13
+ "closeOverlay": "Close overlay",
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.",
15
+ "codedPersonAttributeAnswerSetInvalid": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an invalid answer concept set UUID '{{answerConceptSetUuid}}'.",
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.",
17
+ "configure": "Configure",
18
+ "configureIdentifiers": "Configure identifiers",
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?",
21
+ "confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
22
+ "contactSection": "Contact Details",
23
+ "createNewPatient": "Create new patient",
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": "",
32
+ "deathSection": "Death Info",
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",
37
+ "deleteIdentifierModalHeading": "Remove identifier?",
38
+ "deleteIdentifierModalText": " has a value of ",
39
+ "deleteIdentifierTooltip": "Delete",
40
+ "deleteRelationshipTooltipText": "Delete",
41
+ "demographicsSection": "Basic Info",
42
+ "discard": "Discard",
43
+ "discardModalBody": "The changes you made to this patient's details have not been saved. Discard changes?",
44
+ "dobToggleLabelText": "Date of Birth Known?",
45
+ "editIdentifierTooltip": "Edit",
46
+ "editPatientDetails": "Edit patient details",
47
+ "editPatientDetailsBreadcrumb": "Edit patient details",
48
+ "enterNonCodedCauseOfDeath": "Enter non-coded cause of death",
49
+ "error": "Error",
50
+ "errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
51
+ "errorFetchingOrderedFields": "Error occured fetching ordered fields for address hierarchy",
52
+ "estimatedAgeInMonthsLabelText": "Estimated age in months",
53
+ "estimatedAgeInYearsLabelText": "Estimated age in years",
54
+ "familyNameLabelText": "Family Name",
55
+ "familyNameRequired": "Family name is required",
56
+ "female": "Female",
57
+ "fieldsWithErrors": "The following fields have errors: ",
58
+ "fullNameLabelText": "Full Name",
59
+ "genderLabelText": "Sex",
60
+ "genderRequired": "Gender is required",
61
+ "genderUnspecified": "Gender unspecified",
62
+ "givenNameLabelText": "First Name",
63
+ "givenNameRequired": "Given name is required",
64
+ "identifierValueRequired": "Identifier value is required",
65
+ "idFieldLabelText": "Identifiers",
66
+ "IDInstructions": "Select the identifiers you'd like to add for this patient:",
67
+ "invalidEmail": "Invalid email",
68
+ "invalidInput": "Invalid Input",
69
+ "isDeadInputLabel": "Is dead",
70
+ "jumpTo": "Jump to",
71
+ "male": "Male",
72
+ "middleNameLabelText": "Middle Name",
73
+ "negativeMonths": "Estimated months cannot be negative",
74
+ "negativeYears": "Estimated years cannot be negative",
75
+ "no": "No",
76
+ "nonCodedCauseOfDeath": "Non-coded cause of death",
77
+ "nonCodedCauseOfDeathRequired": "Cause of death is required",
78
+ "nonsensicalYears": "Estimated years cannot be more than 140",
79
+ "numberInNameDubious": "Number in name is dubious",
80
+ "obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
81
+ "optional": "optional",
82
+ "optionalIdentifierLabel": "{{identifierName}} (optional)",
83
+ "other": "Other",
84
+ "patientNameKnown": "Patient's Name is Known?",
85
+ "patientRegistrationBreadcrumb": "Patient Registration",
86
+ "refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
87
+ "registerPatient": "Register patient",
88
+ "registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
89
+ "registerPatientSuccessSnackbarTitle": "New Patient Created",
90
+ "registrationErrorSnackbarTitle": "Patient Registration Failed",
91
+ "relationship": "Relationship",
92
+ "relationshipPersonMustExist": "Related person must be an existing person",
93
+ "relationshipPlaceholder": "Relationship",
94
+ "relationshipRemovedText": "Relationship removed",
95
+ "relationshipsSection": "Relationships",
96
+ "relationshipToPatient": "Relationship to patient",
97
+ "relativeFullNameLabelText": "Full name",
98
+ "relativeNamePlaceholder": "Firstname Familyname",
99
+ "removeIdentifierButton": "Remove identifier",
100
+ "resetIdentifierTooltip": "Reset",
101
+ "restoreRelationshipActionButton": "Undo",
102
+ "searchAddress": "Search address",
103
+ "searchIdentifierPlaceholder": "Search identifier",
104
+ "searchLocationPersonAttribute": "Search location",
105
+ "selectAnOption": "Select an option",
106
+ "sexFieldLabelText": "Sex",
107
+ "source": "Source",
108
+ "submitting": "Submitting",
109
+ "timeFormat": "Time Format",
110
+ "timeOfDeathInputLabel": "Time of death (hh:mm)",
111
+ "unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
112
+ "unknown": "Unknown",
113
+ "unknownPatientAttributeType": "Patient attribute type has unknown format {{personAttributeTypeFormat}}",
114
+ "updatePatient": "Update patient",
115
+ "updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
116
+ "updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
117
+ "updatePatientSuccessSnackbarTitle": "Patient Details Updated",
118
+ "yearsEstimateRequired": "Estimated years required",
119
+ "yes": "Yes"
120
+ }
@@ -0,0 +1,120 @@
1
+ {
2
+ "addPatient": "রোগী যুক্ত করুন",
3
+ "addRelationshipButtonText": "সম্পর্ক যুক্ত করুন",
4
+ "addressHeader": "ঠিকানা",
5
+ "allFieldsRequiredText": "All fields are required unless marked optional",
6
+ "autoGeneratedPlaceholderText": "Auto-generated",
7
+ "birthdayNotInTheFuture": "জন্মদিন ভবিষ্যতে হতে পারে না",
8
+ "birthdayNotOver140YearsAgo": "Birthday cannot be more than 140 years ago",
9
+ "birthdayRequired": "Birthday is required",
10
+ "birthFieldLabelText": "জন্ম",
11
+ "cancel": "বাতিল",
12
+ "causeOfDeathInputLabel": "মৃত্যুর কারন",
13
+ "closeOverlay": "Close overlay",
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.",
15
+ "codedPersonAttributeAnswerSetInvalid": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an invalid answer concept set UUID '{{answerConceptSetUuid}}'.",
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.",
17
+ "configure": "Configure",
18
+ "configureIdentifiers": "Configure identifiers",
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?",
21
+ "confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
22
+ "contactSection": "Contact Details",
23
+ "createNewPatient": "Create new patient",
24
+ "dateOfBirthLabelText": "জন্মতারিখ",
25
+ "deathCauseRequired": "Cause of death is required",
26
+ "deathDateInFuture": "Death date cannot be in future",
27
+ "deathDateInputLabel": "মৃত্যুর তারিখ",
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": "",
32
+ "deathSection": "Death Info",
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",
37
+ "deleteIdentifierModalHeading": "Remove identifier?",
38
+ "deleteIdentifierModalText": " has a value of ",
39
+ "deleteIdentifierTooltip": "ডিলিট",
40
+ "deleteRelationshipTooltipText": "ডিলিট",
41
+ "demographicsSection": "মৌলিক তথ্য",
42
+ "discard": "Discard",
43
+ "discardModalBody": "The changes you made to this patient's details have not been saved. Discard changes?",
44
+ "dobToggleLabelText": "Date of Birth Known?",
45
+ "editIdentifierTooltip": "পরিবর্তন",
46
+ "editPatientDetails": "রোগীর তথ্য পরিবর্তন",
47
+ "editPatientDetailsBreadcrumb": "Edit patient details",
48
+ "enterNonCodedCauseOfDeath": "Enter non-coded cause of death",
49
+ "error": "Error",
50
+ "errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
51
+ "errorFetchingOrderedFields": "Error occured fetching ordered fields for address hierarchy",
52
+ "estimatedAgeInMonthsLabelText": "Estimated age in months",
53
+ "estimatedAgeInYearsLabelText": "Estimated age in years",
54
+ "familyNameLabelText": "Family Name",
55
+ "familyNameRequired": "Family name is required",
56
+ "female": "নারী",
57
+ "fieldsWithErrors": "The following fields have errors: ",
58
+ "fullNameLabelText": "Full Name",
59
+ "genderLabelText": "লিঙ্গ",
60
+ "genderRequired": "Gender is required",
61
+ "genderUnspecified": "Gender unspecified",
62
+ "givenNameLabelText": "First Name",
63
+ "givenNameRequired": "Given name is required",
64
+ "identifierValueRequired": "Identifier value is required",
65
+ "idFieldLabelText": "Identifiers",
66
+ "IDInstructions": "Select the identifiers you'd like to add for this patient:",
67
+ "invalidEmail": "Invalid email",
68
+ "invalidInput": "Invalid Input",
69
+ "isDeadInputLabel": "Is dead",
70
+ "jumpTo": "Jump to",
71
+ "male": "পুরুষ",
72
+ "middleNameLabelText": "Middle Name",
73
+ "negativeMonths": "Estimated months cannot be negative",
74
+ "negativeYears": "Estimated years cannot be negative",
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",
79
+ "numberInNameDubious": "Number in name is dubious",
80
+ "obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
81
+ "optional": "optional",
82
+ "optionalIdentifierLabel": "{{identifierName}} (optional)",
83
+ "other": "Other",
84
+ "patientNameKnown": "Patient's Name is Known?",
85
+ "patientRegistrationBreadcrumb": "Patient Registration",
86
+ "refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
87
+ "registerPatient": "Register patient",
88
+ "registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
89
+ "registerPatientSuccessSnackbarTitle": "New Patient Created",
90
+ "registrationErrorSnackbarTitle": "Patient Registration Failed",
91
+ "relationship": "Relationship",
92
+ "relationshipPersonMustExist": "Related person must be an existing person",
93
+ "relationshipPlaceholder": "Relationship",
94
+ "relationshipRemovedText": "Relationship removed",
95
+ "relationshipsSection": "Relationships",
96
+ "relationshipToPatient": "Relationship to patient",
97
+ "relativeFullNameLabelText": "Full name",
98
+ "relativeNamePlaceholder": "Firstname Familyname",
99
+ "removeIdentifierButton": "Remove identifier",
100
+ "resetIdentifierTooltip": "Reset",
101
+ "restoreRelationshipActionButton": "Undo",
102
+ "searchAddress": "Search address",
103
+ "searchIdentifierPlaceholder": "Search identifier",
104
+ "searchLocationPersonAttribute": "Search location",
105
+ "selectAnOption": "Select an option",
106
+ "sexFieldLabelText": "Sex",
107
+ "source": "Source",
108
+ "submitting": "Submitting",
109
+ "timeFormat": "Time Format",
110
+ "timeOfDeathInputLabel": "Time of death (hh:mm)",
111
+ "unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
112
+ "unknown": "Unknown",
113
+ "unknownPatientAttributeType": "Patient attribute type has unknown format {{personAttributeTypeFormat}}",
114
+ "updatePatient": "Update patient",
115
+ "updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
116
+ "updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
117
+ "updatePatientSuccessSnackbarTitle": "Patient Details Updated",
118
+ "yearsEstimateRequired": "Estimated years required",
119
+ "yes": "Yes"
120
+ }
@@ -0,0 +1,120 @@
1
+ {
2
+ "addPatient": "Add patient",
3
+ "addRelationshipButtonText": "Add Relationship",
4
+ "addressHeader": "Address",
5
+ "allFieldsRequiredText": "All fields are required unless marked optional",
6
+ "autoGeneratedPlaceholderText": "Auto-generated",
7
+ "birthdayNotInTheFuture": "Birthday cannot be in future",
8
+ "birthdayNotOver140YearsAgo": "Birthday cannot be more than 140 years ago",
9
+ "birthdayRequired": "Birthday is required",
10
+ "birthFieldLabelText": "Birth",
11
+ "cancel": "Cancel",
12
+ "causeOfDeathInputLabel": "Cause of death",
13
+ "closeOverlay": "Close overlay",
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.",
15
+ "codedPersonAttributeAnswerSetInvalid": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an invalid answer concept set UUID '{{answerConceptSetUuid}}'.",
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.",
17
+ "configure": "Configure",
18
+ "configureIdentifiers": "Configure identifiers",
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?",
21
+ "confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
22
+ "contactSection": "Contact Details",
23
+ "createNewPatient": "Create new patient",
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": "",
32
+ "deathSection": "Death Info",
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",
37
+ "deleteIdentifierModalHeading": "Remove identifier?",
38
+ "deleteIdentifierModalText": " has a value of ",
39
+ "deleteIdentifierTooltip": "Delete",
40
+ "deleteRelationshipTooltipText": "Delete",
41
+ "demographicsSection": "Basic Info",
42
+ "discard": "Discard",
43
+ "discardModalBody": "The changes you made to this patient's details have not been saved. Discard changes?",
44
+ "dobToggleLabelText": "Date of Birth Known?",
45
+ "editIdentifierTooltip": "Edit",
46
+ "editPatientDetails": "Edit patient details",
47
+ "editPatientDetailsBreadcrumb": "Edit patient details",
48
+ "enterNonCodedCauseOfDeath": "Enter non-coded cause of death",
49
+ "error": "Error",
50
+ "errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
51
+ "errorFetchingOrderedFields": "Error occured fetching ordered fields for address hierarchy",
52
+ "estimatedAgeInMonthsLabelText": "Estimated age in months",
53
+ "estimatedAgeInYearsLabelText": "Estimated age in years",
54
+ "familyNameLabelText": "Family Name",
55
+ "familyNameRequired": "Family name is required",
56
+ "female": "Female",
57
+ "fieldsWithErrors": "The following fields have errors: ",
58
+ "fullNameLabelText": "Full Name",
59
+ "genderLabelText": "Sex",
60
+ "genderRequired": "Gender is required",
61
+ "genderUnspecified": "Gender unspecified",
62
+ "givenNameLabelText": "First Name",
63
+ "givenNameRequired": "Given name is required",
64
+ "identifierValueRequired": "Identifier value is required",
65
+ "idFieldLabelText": "Identifiers",
66
+ "IDInstructions": "Select the identifiers you'd like to add for this patient:",
67
+ "invalidEmail": "Invalid email",
68
+ "invalidInput": "Invalid Input",
69
+ "isDeadInputLabel": "Is dead",
70
+ "jumpTo": "Jump to",
71
+ "male": "Male",
72
+ "middleNameLabelText": "Middle Name",
73
+ "negativeMonths": "Estimated months cannot be negative",
74
+ "negativeYears": "Estimated years cannot be negative",
75
+ "no": "No",
76
+ "nonCodedCauseOfDeath": "Non-coded cause of death",
77
+ "nonCodedCauseOfDeathRequired": "Cause of death is required",
78
+ "nonsensicalYears": "Estimated years cannot be more than 140",
79
+ "numberInNameDubious": "Number in name is dubious",
80
+ "obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
81
+ "optional": "optional",
82
+ "optionalIdentifierLabel": "{{identifierName}} (optional)",
83
+ "other": "Other",
84
+ "patientNameKnown": "Patient's Name is Known?",
85
+ "patientRegistrationBreadcrumb": "Patient Registration",
86
+ "refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
87
+ "registerPatient": "Register patient",
88
+ "registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
89
+ "registerPatientSuccessSnackbarTitle": "New Patient Created",
90
+ "registrationErrorSnackbarTitle": "Patient Registration Failed",
91
+ "relationship": "Relationship",
92
+ "relationshipPersonMustExist": "Related person must be an existing person",
93
+ "relationshipPlaceholder": "Relationship",
94
+ "relationshipRemovedText": "Relationship removed",
95
+ "relationshipsSection": "Relationships",
96
+ "relationshipToPatient": "Relationship to patient",
97
+ "relativeFullNameLabelText": "Full name",
98
+ "relativeNamePlaceholder": "Firstname Familyname",
99
+ "removeIdentifierButton": "Remove identifier",
100
+ "resetIdentifierTooltip": "Reset",
101
+ "restoreRelationshipActionButton": "Undo",
102
+ "searchAddress": "Search address",
103
+ "searchIdentifierPlaceholder": "Search identifier",
104
+ "searchLocationPersonAttribute": "Search location",
105
+ "selectAnOption": "Select an option",
106
+ "sexFieldLabelText": "Sex",
107
+ "source": "Source",
108
+ "submitting": "Submitting",
109
+ "timeFormat": "Time Format",
110
+ "timeOfDeathInputLabel": "Time of death (hh:mm)",
111
+ "unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
112
+ "unknown": "Unknown",
113
+ "unknownPatientAttributeType": "Patient attribute type has unknown format {{personAttributeTypeFormat}}",
114
+ "updatePatient": "Update patient",
115
+ "updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
116
+ "updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
117
+ "updatePatientSuccessSnackbarTitle": "Patient Details Updated",
118
+ "yearsEstimateRequired": "Estimated years required",
119
+ "yes": "Yes"
120
+ }