@ampath/esm-patient-registration-app 6.0.1-pre.9 → 6.0.1-pre.93

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 (160) hide show
  1. package/.turbo/turbo-build.log +23 -24
  2. package/dist/132.js +1 -0
  3. package/dist/197.js +1 -0
  4. package/dist/236.js +1 -0
  5. package/dist/{735.js.map → 236.js.map} +1 -1
  6. package/dist/300.js +1 -0
  7. package/dist/335.js +1 -0
  8. package/dist/372.js +1 -0
  9. package/dist/372.js.map +1 -0
  10. package/dist/41.js +2 -0
  11. package/dist/41.js.map +1 -0
  12. package/dist/449.js +1 -0
  13. package/dist/449.js.map +1 -0
  14. package/dist/464.js +1 -0
  15. package/dist/464.js.map +1 -0
  16. package/dist/495.js +1 -0
  17. package/dist/495.js.map +1 -0
  18. package/dist/55.js +1 -0
  19. package/dist/56.js +1 -0
  20. package/dist/56.js.map +1 -0
  21. package/dist/621.js +1 -1
  22. package/dist/621.js.map +1 -1
  23. package/dist/629.js +2 -0
  24. package/dist/629.js.LICENSE.txt +24 -0
  25. package/dist/629.js.map +1 -0
  26. package/dist/652.js +1 -0
  27. package/dist/661.js +1 -0
  28. package/dist/757.js +1 -1
  29. package/dist/757.js.map +1 -0
  30. package/dist/828.js +1 -0
  31. package/dist/828.js.map +1 -0
  32. package/dist/830.js +1 -0
  33. package/dist/830.js.map +1 -0
  34. package/dist/831.js +2 -0
  35. package/dist/831.js.map +1 -0
  36. package/dist/876.js +2 -0
  37. package/dist/876.js.map +1 -0
  38. package/dist/879.js +1 -1
  39. package/dist/913.js +2 -0
  40. package/dist/{591.js.LICENSE.txt → 913.js.LICENSE.txt} +23 -3
  41. package/dist/913.js.map +1 -0
  42. package/dist/927.js +1 -0
  43. package/dist/927.js.map +1 -0
  44. package/dist/99.js +1 -0
  45. package/dist/ampath-esm-patient-registration-app.js +1 -1
  46. package/dist/ampath-esm-patient-registration-app.js.buildmanifest.json +236 -191
  47. package/dist/ampath-esm-patient-registration-app.js.map +1 -1
  48. package/dist/main.js +1 -1
  49. package/dist/main.js.LICENSE.txt +0 -32
  50. package/dist/main.js.map +1 -1
  51. package/dist/routes.json +1 -1
  52. package/package.json +6 -9
  53. package/src/config-schema.ts +19 -10
  54. package/src/index.ts +11 -4
  55. package/src/offline.resources.ts +13 -18
  56. package/src/offline.ts +6 -4
  57. package/src/patient-photo.extension.tsx +9 -0
  58. package/src/patient-registration/field/address/custom-address-field.component.tsx +1 -0
  59. package/src/patient-registration/field/custom-field.component.tsx +6 -0
  60. package/src/patient-registration/field/dob/dob.component.tsx +17 -14
  61. package/src/patient-registration/field/field.resource.ts +3 -3
  62. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +4 -0
  63. package/src/patient-registration/field/person-attributes/custom-person-attribute-field.component.tsx +56 -0
  64. package/src/patient-registration/field/person-attributes/person-attribute-field.component.tsx +22 -7
  65. package/src/patient-registration/field/person-attributes/person-attributes.resource.ts +2 -2
  66. package/src/patient-registration/field/phone/phone-field.component.tsx +1 -0
  67. package/src/patient-registration/form-manager.ts +13 -6
  68. package/src/patient-registration/patient-registration-hooks.ts +133 -9
  69. package/src/patient-registration/patient-registration.component.tsx +55 -13
  70. package/src/patient-registration/{patient-registration.resource.test.tsx → patient-registration.resource.testt.tsx} +3 -3
  71. package/src/patient-registration/patient-registration.resource.ts +15 -75
  72. package/src/patient-registration/patient-registration.scss +0 -8
  73. package/src/patient-registration/patient-registration.types.ts +7 -1
  74. package/src/patient-registration/section/patient-relationships/relationships-section.component.tsx +5 -1
  75. package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +2 -2
  76. package/src/patient-verification/assets/counties.json +236 -0
  77. package/src/patient-verification/assets/verification-assets.ts +11 -0
  78. package/src/patient-verification/patient-verification-hook.tsx +176 -0
  79. package/src/patient-verification/patient-verification-utils.ts +179 -0
  80. package/src/patient-verification/patient-verification.component.tsx +124 -0
  81. package/src/patient-verification/patient-verification.scss +25 -0
  82. package/src/patient-verification/verification-modal/confirm-prompt.component.tsx +72 -0
  83. package/src/patient-verification/verification-modal/empty-prompt.component.tsx +35 -0
  84. package/src/patient-verification/verification-types.ts +50 -0
  85. package/src/routes.json +12 -3
  86. package/translations/am.json +26 -12
  87. package/translations/ar.json +26 -12
  88. package/translations/en.json +19 -5
  89. package/translations/es.json +10 -0
  90. package/translations/fr.json +6 -0
  91. package/translations/he.json +18 -0
  92. package/translations/km.json +18 -0
  93. package/translations/zh.json +30 -22
  94. package/translations/zh_CN.json +30 -22
  95. package/dist/130.js +0 -2
  96. package/dist/130.js.map +0 -1
  97. package/dist/152.js +0 -1
  98. package/dist/152.js.map +0 -1
  99. package/dist/249.js +0 -2
  100. package/dist/249.js.LICENSE.txt +0 -46
  101. package/dist/249.js.map +0 -1
  102. package/dist/255.js +0 -2
  103. package/dist/255.js.map +0 -1
  104. package/dist/271.js +0 -1
  105. package/dist/303.js +0 -1
  106. package/dist/303.js.map +0 -1
  107. package/dist/319.js +0 -1
  108. package/dist/365.js +0 -1
  109. package/dist/365.js.map +0 -1
  110. package/dist/460.js +0 -1
  111. package/dist/525.js +0 -1
  112. package/dist/525.js.map +0 -1
  113. package/dist/537.js +0 -1
  114. package/dist/537.js.map +0 -1
  115. package/dist/574.js +0 -1
  116. package/dist/591.js +0 -2
  117. package/dist/591.js.map +0 -1
  118. package/dist/644.js +0 -1
  119. package/dist/729.js +0 -1
  120. package/dist/729.js.map +0 -1
  121. package/dist/735.js +0 -1
  122. package/dist/784.js +0 -2
  123. package/dist/784.js.map +0 -1
  124. package/dist/788.js +0 -1
  125. package/dist/807.js +0 -1
  126. package/dist/833.js +0 -1
  127. package/dist/879.js.map +0 -1
  128. package/src/patient-registration/field/address/tests/address-hierarchy.test.tsx +0 -214
  129. package/src/patient-registration/field/address/tests/address-search-component.test.tsx +0 -135
  130. package/src/patient-registration/field/dob/dob.test.tsx +0 -75
  131. package/src/patient-registration/field/field.test.tsx +0 -294
  132. package/src/patient-registration/field/id/id-field.test.tsx +0 -107
  133. package/src/patient-registration/field/person-attributes/coded-attributes.component.tsx +0 -60
  134. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.test.tsx +0 -127
  135. package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +0 -187
  136. package/src/patient-registration/field/person-attributes/text-person-attribute-field.test.tsx +0 -88
  137. package/src/patient-registration/form-manager.test.ts +0 -67
  138. package/src/patient-registration/input/basic-input/select/select-input.test.tsx +0 -49
  139. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +0 -132
  140. package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +0 -107
  141. package/src/patient-registration/patient-registration.test.tsx +0 -471
  142. package/src/patient-registration/section/death-info/death-info-section.test.tsx +0 -64
  143. package/src/patient-registration/section/demographics/demographics-section.test.tsx +0 -83
  144. package/src/patient-registration/section/patient-relationships/relationships-section.test.tsx +0 -100
  145. package/src/patient-verification/client-registry-constants.ts +0 -13
  146. package/src/patient-verification/client-registry.component.tsx +0 -66
  147. package/src/patient-verification/client-registry.scss +0 -1
  148. package/src/patient-verification/utils.tsx +0 -56
  149. package/src/patient-verification/verification-modal.scss +0 -20
  150. package/src/patient-verification/verification.component.tsx +0 -48
  151. package/src/root.test.tsx +0 -32
  152. package/src/widgets/cancel-patient-edit.test.tsx +0 -27
  153. package/src/widgets/display-photo.component.tsx +0 -30
  154. package/src/widgets/display-photo.test.tsx +0 -37
  155. package/src/widgets/edit-patient-details-button.test.tsx +0 -41
  156. /package/dist/{784.js.LICENSE.txt → 41.js.LICENSE.txt} +0 -0
  157. /package/dist/{130.js.LICENSE.txt → 831.js.LICENSE.txt} +0 -0
  158. /package/dist/{255.js.LICENSE.txt → 876.js.LICENSE.txt} +0 -0
  159. /package/src/patient-registration/input/custom-input/identifier/{utils.test.ts → utils.testt.ts} +0 -0
  160. /package/src/widgets/{delete-identifier-confirmation-modal.test.tsx → delete-identifier-confirmation-modal.testt.tsx} +0 -0
@@ -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",
@@ -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",
@@ -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
  }
@@ -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
  }
@@ -1,7 +1,5 @@
1
1
  {
2
2
  "addRelationshipButtonText": "添加关系",
3
- "address1": "地址行1",
4
- "address2": "地址行2",
5
3
  "addressHeader": "地址",
6
4
  "allFieldsRequiredText": "所有字段都是必填的,除非标记为可选。",
7
5
  "autoGeneratedPlaceholderText": "自动生成",
@@ -10,16 +8,21 @@
10
8
  "birthFieldLabelText": "出生",
11
9
  "cancel": "取消",
12
10
  "causeOfDeathInputLabel": "死因",
13
- "cityVillage": "城市",
11
+ "closeOverlay": "关闭叠加",
12
+ "codedPersonAttributeAnswerSetEmpty": "编码的人员属性字段'{{codedPersonAttributeFieldId}}'已使用没有任何概念答案的答案概念集UUID'{{answerConceptSetUuid}}'进行定义。",
13
+ "codedPersonAttributeAnswerSetInvalid": "编码的人员属性字段'{{codedPersonAttributeFieldId}}'已使用无效的答案概念集UUID'{{answerConceptSetUuid}}'进行定义。",
14
+ "codedPersonAttributeNoAnswerSet": "人员属性字段'{{codedPersonAttributeFieldId}}'的类型为'coded',但未定义答案概念集UUID。'answerConceptSetUuid'键是必需的。",
14
15
  "configure": "配置",
15
- "country": "国家",
16
- "countyDistrict": "区县",
16
+ "configureIdentifiers": "配置ID标识",
17
+ "contactSection": "联系方式",
17
18
  "createNew": "新建",
18
19
  "dateOfBirthLabelText": "出生日期",
19
20
  "deathDateInputLabel": "死亡日期",
20
21
  "deathdayNotInTheFuture": "死亡日期不能是未来的日期",
22
+ "deathSection": "死亡信息",
21
23
  "deleteIdentifierTooltip": "删除",
22
24
  "deleteRelationshipTooltipText": "删除",
25
+ "demographicsSection": "基本信息",
23
26
  "discard": "放弃",
24
27
  "discardModalBody": "您对该患者的详细信息所做的更改尚未保存。放弃更改吗?",
25
28
  "discardModalHeader": "确认放弃更改",
@@ -27,13 +30,14 @@
27
30
  "edit": "编辑",
28
31
  "editIdentifierTooltip": "编辑",
29
32
  "editPatientDetails": "编辑患者详情",
30
- "emailLabelText": "电子邮件",
33
+ "editPatientDetailsBreadcrumb": "编辑患者详情",
34
+ "error": "错误",
35
+ "errorFetchingOrderedFields": "获取地址层次结构的排序字段时发生错误",
31
36
  "estimatedAgeInMonthsLabelText": "月龄估算",
32
37
  "estimatedAgeInYearsLabelText": "年龄估算",
33
38
  "familyNameLabelText": "姓氏",
34
39
  "familyNameRequired": "姓氏是必填项",
35
40
  "female": "女性",
36
- "fieldErrorTitleMessage": "以下字段存在错误:",
37
41
  "fullNameLabelText": "全名",
38
42
  "genderLabelText": "性别",
39
43
  "genderRequired": "性别是必填项",
@@ -41,49 +45,53 @@
41
45
  "givenNameLabelText": "名字",
42
46
  "givenNameRequired": "名字是必填项",
43
47
  "identifierValueRequired": "ID标识是必填项",
44
- "idFieldLabelText": "ID标识",
48
+ "idFieldLabelText": "ID",
49
+ "IDInstructions": "选择您想为该患者添加的ID标识:",
45
50
  "incompleteForm": "表单未填完",
46
51
  "invalidEmail": "需要提供一个有效的电子邮件地址",
47
52
  "invalidInput": "输入无效",
48
53
  "isDeadInputLabel": "已故",
49
54
  "jumpTo": "跳转至",
50
- "loadingResults": "正在加载结果",
51
55
  "male": "男性",
52
56
  "middleNameLabelText": "中间名",
53
- "months": "月",
54
57
  "negativeMonths": "负的月份",
55
58
  "negativeYears": "负的年份",
56
59
  "no": "否",
57
- "noResultsFound": "未找到结果",
58
60
  "numberInNameDubious": "姓名中含有数字",
61
+ "obsFieldUnknownDatatype": "obs字段'{{fieldDefinitionId}}'的概念具有未知数据类型'{{datatypeName}}'",
59
62
  "optional": "可选的",
60
63
  "other": "其他",
61
64
  "patient": "患者",
62
65
  "patientNameKnown": "患者的姓名已知?",
63
- "phoneEmailLabelText": "电话、电子邮件等。",
64
- "phoneNumberInputLabelText": "电话号码",
65
- "postalCode": "邮政编码",
66
+ "patientRegistrationBreadcrumb": "患者注册",
66
67
  "registerPatient": "注册患者",
67
- "registrationSuccessToastDescription": "现在可以通过姓名或ID来搜索患者。",
68
- "registrationSuccessToastTitle": "新患者已创建",
68
+ "registerPatientSuccessSnackbarSubtitle": "现在可以通过姓名或ID号搜索到该患者",
69
+ "registerPatientSuccessSnackbarTitle": "新患者已创建",
70
+ "registrationErrorSnackbarTitle": "患者注册失败",
69
71
  "relationship": "关系",
72
+ "relationshipPersonMustExist": "关系人必须是现有的人员",
70
73
  "relationshipPlaceholder": "关系",
71
74
  "relationshipRemovedText": "关系已移除",
75
+ "relationshipsSection": "关系人信息",
72
76
  "relationshipToPatient": "与患者的关系",
73
- "relativeFullNameLabelText": "全名",
77
+ "relativeFullNameLabelText": "关系人",
74
78
  "relativeNamePlaceholder": "名字 姓氏",
75
79
  "resetIdentifierTooltip": "重置",
76
80
  "restoreRelationshipActionButton": "撤销",
77
81
  "searchAddress": "搜索地址",
82
+ "searchIdentifierPlaceholder": "搜索ID标识",
83
+ "selectAnOption": "选择一个选项",
78
84
  "sexFieldLabelText": "性别",
79
- "stateProvince": "省份",
85
+ "source": "来源",
80
86
  "stroke": "卒中",
81
- "unidentifiedPatient": "未知患者",
87
+ "submitting": "提交中",
88
+ "unableToFetch": "无法获取人员属性类型{{personattributetype}}",
82
89
  "unknown": "未知",
90
+ "unknownPatientAttributeType": "患者属性类型具有未知格式{{personAttributeTypeFormat}}",
83
91
  "updatePatient": "更新患者",
84
- "updationSuccessToastDescription": "患者信息已成功更新",
85
- "updationSuccessToastTitle": "患者详情已更新",
86
- "years": "",
92
+ "updatePatientErrorSnackbarTitle": "患者详情更新失败",
93
+ "updatePatientSuccessSnackbarSubtitle": "患者的信息已成功更新",
94
+ "updatePatientSuccessSnackbarTitle": "患者详情已更新",
87
95
  "yearsEstimateRequired": "需要年龄估算",
88
96
  "yes": "是"
89
97
  }
@@ -1,7 +1,5 @@
1
1
  {
2
2
  "addRelationshipButtonText": "添加关系",
3
- "address1": "地址行1",
4
- "address2": "地址行2",
5
3
  "addressHeader": "地址",
6
4
  "allFieldsRequiredText": "所有字段都是必填的,除非标记为可选。",
7
5
  "autoGeneratedPlaceholderText": "自动生成",
@@ -10,16 +8,21 @@
10
8
  "birthFieldLabelText": "出生",
11
9
  "cancel": "取消",
12
10
  "causeOfDeathInputLabel": "死因",
13
- "cityVillage": "城市",
11
+ "closeOverlay": "关闭叠加",
12
+ "codedPersonAttributeAnswerSetEmpty": "编码的人员属性字段'{{codedPersonAttributeFieldId}}'已使用没有任何概念答案的答案概念集UUID'{{answerConceptSetUuid}}'进行定义。",
13
+ "codedPersonAttributeAnswerSetInvalid": "编码的人员属性字段'{{codedPersonAttributeFieldId}}'已使用无效的答案概念集UUID'{{answerConceptSetUuid}}'进行定义。",
14
+ "codedPersonAttributeNoAnswerSet": "人员属性字段'{{codedPersonAttributeFieldId}}'的类型为'coded',但未定义答案概念集UUID。'answerConceptSetUuid'键是必需的。",
14
15
  "configure": "配置",
15
- "country": "国家",
16
- "countyDistrict": "区县",
16
+ "configureIdentifiers": "配置ID标识",
17
+ "contactSection": "联系方式",
17
18
  "createNew": "新建",
18
19
  "dateOfBirthLabelText": "出生日期",
19
20
  "deathDateInputLabel": "死亡日期",
20
21
  "deathdayNotInTheFuture": "死亡日期不能是未来的日期",
22
+ "deathSection": "死亡信息",
21
23
  "deleteIdentifierTooltip": "删除",
22
24
  "deleteRelationshipTooltipText": "删除",
25
+ "demographicsSection": "基本信息",
23
26
  "discard": "放弃",
24
27
  "discardModalBody": "您对该患者的详细信息所做的更改尚未保存。放弃更改吗?",
25
28
  "discardModalHeader": "确认放弃更改",
@@ -27,13 +30,14 @@
27
30
  "edit": "编辑",
28
31
  "editIdentifierTooltip": "编辑",
29
32
  "editPatientDetails": "编辑患者详情",
30
- "emailLabelText": "电子邮件",
33
+ "editPatientDetailsBreadcrumb": "编辑患者详情",
34
+ "error": "错误",
35
+ "errorFetchingOrderedFields": "获取地址层次结构的排序字段时发生错误",
31
36
  "estimatedAgeInMonthsLabelText": "月龄估算",
32
37
  "estimatedAgeInYearsLabelText": "年龄估算",
33
38
  "familyNameLabelText": "姓氏",
34
39
  "familyNameRequired": "姓氏是必填项",
35
40
  "female": "女性",
36
- "fieldErrorTitleMessage": "以下字段存在错误:",
37
41
  "fullNameLabelText": "全名",
38
42
  "genderLabelText": "性别",
39
43
  "genderRequired": "性别是必填项",
@@ -41,49 +45,53 @@
41
45
  "givenNameLabelText": "名字",
42
46
  "givenNameRequired": "名字是必填项",
43
47
  "identifierValueRequired": "ID标识是必填项",
44
- "idFieldLabelText": "ID标识",
48
+ "idFieldLabelText": "ID",
49
+ "IDInstructions": "选择您想为该患者添加的ID标识:",
45
50
  "incompleteForm": "表单未填完",
46
51
  "invalidEmail": "需要提供一个有效的电子邮件地址",
47
52
  "invalidInput": "输入无效",
48
53
  "isDeadInputLabel": "已故",
49
54
  "jumpTo": "跳转至",
50
- "loadingResults": "正在加载结果",
51
55
  "male": "男性",
52
56
  "middleNameLabelText": "中间名",
53
- "months": "月",
54
57
  "negativeMonths": "负的月份",
55
58
  "negativeYears": "负的年份",
56
59
  "no": "否",
57
- "noResultsFound": "未找到结果",
58
60
  "numberInNameDubious": "姓名中含有数字",
61
+ "obsFieldUnknownDatatype": "obs字段'{{fieldDefinitionId}}'的概念具有未知数据类型'{{datatypeName}}'",
59
62
  "optional": "可选的",
60
63
  "other": "其他",
61
64
  "patient": "患者",
62
65
  "patientNameKnown": "患者的姓名已知?",
63
- "phoneEmailLabelText": "电话、电子邮件等。",
64
- "phoneNumberInputLabelText": "电话号码",
65
- "postalCode": "邮政编码",
66
+ "patientRegistrationBreadcrumb": "患者注册",
66
67
  "registerPatient": "注册患者",
67
- "registrationSuccessToastDescription": "现在可以通过姓名或ID来搜索患者。",
68
- "registrationSuccessToastTitle": "新患者已创建",
68
+ "registerPatientSuccessSnackbarSubtitle": "现在可以通过姓名或ID号搜索到该患者",
69
+ "registerPatientSuccessSnackbarTitle": "新患者已创建",
70
+ "registrationErrorSnackbarTitle": "患者注册失败",
69
71
  "relationship": "关系",
72
+ "relationshipPersonMustExist": "关系人必须是现有的人员",
70
73
  "relationshipPlaceholder": "关系",
71
74
  "relationshipRemovedText": "关系已移除",
75
+ "relationshipsSection": "关系人信息",
72
76
  "relationshipToPatient": "与患者的关系",
73
- "relativeFullNameLabelText": "全名",
77
+ "relativeFullNameLabelText": "关系人",
74
78
  "relativeNamePlaceholder": "名字 姓氏",
75
79
  "resetIdentifierTooltip": "重置",
76
80
  "restoreRelationshipActionButton": "撤销",
77
81
  "searchAddress": "搜索地址",
82
+ "searchIdentifierPlaceholder": "搜索ID标识",
83
+ "selectAnOption": "选择一个选项",
78
84
  "sexFieldLabelText": "性别",
79
- "stateProvince": "省份",
85
+ "source": "来源",
80
86
  "stroke": "卒中",
81
- "unidentifiedPatient": "未知患者",
87
+ "submitting": "提交中",
88
+ "unableToFetch": "无法获取人员属性类型{{personattributetype}}",
82
89
  "unknown": "未知",
90
+ "unknownPatientAttributeType": "患者属性类型具有未知格式{{personAttributeTypeFormat}}",
83
91
  "updatePatient": "更新患者",
84
- "updationSuccessToastDescription": "患者信息已成功更新",
85
- "updationSuccessToastTitle": "患者详情已更新",
86
- "years": "",
92
+ "updatePatientErrorSnackbarTitle": "患者详情更新失败",
93
+ "updatePatientSuccessSnackbarSubtitle": "患者的信息已成功更新",
94
+ "updatePatientSuccessSnackbarTitle": "患者详情已更新",
87
95
  "yearsEstimateRequired": "需要年龄估算",
88
96
  "yes": "是"
89
97
  }