@kenyaemr/esm-patient-registration-app 7.0.3-pre.89 → 8.0.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.
- package/.turbo/turbo-build.log +16 -15
- package/dist/130.js +1 -1
- package/dist/130.js.map +1 -1
- package/dist/271.js +1 -1
- package/dist/319.js +1 -1
- package/dist/460.js +1 -1
- package/dist/564.js +1 -0
- package/dist/564.js.map +1 -0
- package/dist/623.js +1 -0
- package/dist/623.js.map +1 -0
- package/dist/644.js +1 -1
- package/dist/757.js +1 -1
- package/dist/788.js +1 -1
- package/dist/807.js +1 -1
- package/dist/831.js +2 -0
- package/dist/831.js.map +1 -0
- package/dist/833.js +1 -1
- package/dist/kenyaemr-esm-patient-registration-app.js +1 -1
- package/dist/kenyaemr-esm-patient-registration-app.js.buildmanifest.json +99 -99
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +2 -3
- package/src/add-patient-link.test.tsx +5 -9
- package/src/config-schema.ts +2 -0
- package/src/nav-link.test.tsx +3 -3
- package/src/patient-registration/field/address/address-field.component.tsx +2 -2
- package/src/patient-registration/field/address/address-hierarchy-levels.component.tsx +16 -18
- package/src/patient-registration/field/address/address-search.scss +5 -5
- package/src/patient-registration/field/address/tests/address-hierarchy.test.tsx +165 -95
- package/src/patient-registration/field/address/tests/address-search-component.test.tsx +18 -17
- package/src/patient-registration/field/dob/dob.component.tsx +3 -6
- package/src/patient-registration/field/dob/dob.test.tsx +69 -53
- package/src/patient-registration/field/field.scss +30 -25
- package/src/patient-registration/field/field.test.tsx +50 -52
- package/src/patient-registration/field/gender/gender-field.component.tsx +2 -2
- package/src/patient-registration/field/gender/gender-field.test.tsx +45 -27
- package/src/patient-registration/field/id/id-field.component.tsx +11 -12
- package/src/patient-registration/field/id/id-field.test.tsx +64 -49
- package/src/patient-registration/field/id/identifier-selection.scss +12 -8
- package/src/patient-registration/field/name/name-field.component.tsx +1 -1
- package/src/patient-registration/field/obs/obs-field.component.tsx +7 -12
- package/src/patient-registration/field/obs/obs-field.test.tsx +98 -62
- package/src/patient-registration/field/person-attributes/coded-person-attribute-field.test.tsx +9 -6
- package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +49 -51
- package/src/patient-registration/field/person-attributes/text-person-attribute-field.test.tsx +2 -0
- package/src/patient-registration/input/basic-input/select/select-input.test.tsx +1 -1
- package/src/patient-registration/input/custom-input/autosuggest/autosuggest.scss +5 -5
- package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +75 -33
- package/src/patient-registration/input/custom-input/identifier/identifier-input.component.tsx +3 -1
- package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +9 -12
- package/src/patient-registration/input/dummy-data/dummy-data-input.test.tsx +2 -11
- package/src/patient-registration/input/input.scss +12 -12
- package/src/patient-registration/patient-registration-context.ts +6 -6
- package/src/patient-registration/patient-registration-utils.ts +4 -5
- package/src/patient-registration/patient-registration.component.tsx +4 -14
- package/src/patient-registration/patient-registration.resource.test.tsx +0 -4
- package/src/patient-registration/patient-registration.scss +11 -25
- package/src/patient-registration/patient-registration.test.tsx +75 -85
- package/src/patient-registration/patient-registration.types.ts +18 -18
- package/src/patient-registration/section/death-info/death-info-section.test.tsx +1 -10
- package/src/patient-registration/section/demographics/demographics-section.test.tsx +32 -29
- package/src/patient-registration/section/patient-relationships/relationships-section.test.tsx +16 -6
- package/src/patient-registration/section/patient-relationships/relationships.scss +4 -4
- package/src/patient-registration/section/section-wrapper.component.tsx +1 -1
- package/src/patient-registration/section/section.scss +16 -1
- package/src/patient-registration/ui-components/overlay/overlay.scss +8 -8
- package/src/patient-registration/validation/patient-registration-validation.test.tsx +35 -10
- package/src/patient-verification/patient-verification-utils.ts +0 -1
- package/src/widgets/cancel-patient-edit.test.tsx +0 -4
- package/src/widgets/delete-identifier-confirmation.scss +8 -8
- package/src/widgets/delete-identifier-confirmation.test.tsx +0 -4
- package/src/widgets/edit-patient-details-button.test.tsx +2 -8
- package/translations/am.json +4 -0
- package/translations/ar.json +4 -0
- package/translations/es.json +4 -0
- package/translations/fr.json +4 -0
- package/translations/he.json +4 -0
- package/translations/km.json +4 -0
- package/translations/zh.json +4 -0
- package/translations/zh_CN.json +4 -0
- package/dist/220.js +0 -2
- package/dist/220.js.map +0 -1
- package/dist/453.js +0 -1
- package/dist/453.js.map +0 -1
- package/dist/975.js +0 -1
- package/dist/975.js.map +0 -1
- package/src/root.test.tsx +0 -32
- /package/dist/{220.js.LICENSE.txt → 831.js.LICENSE.txt} +0 -0
|
@@ -1,21 +1,45 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { getConfig } from '@openmrs/esm-framework';
|
|
2
|
+
import { type RegistrationConfig } from '../../config-schema';
|
|
2
3
|
import { getValidationSchema } from './patient-registration-validation';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
|
|
5
|
+
const mockGetConfig = jest.mocked(getConfig);
|
|
6
|
+
|
|
7
|
+
describe('Patient registration validation', () => {
|
|
8
|
+
beforeEach(() => {
|
|
9
|
+
mockGetConfig.mockResolvedValue({
|
|
10
|
+
fieldConfigurations: {
|
|
11
|
+
gender: [
|
|
12
|
+
{
|
|
13
|
+
label: 'M',
|
|
14
|
+
value: 'male',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
label: 'F',
|
|
18
|
+
value: 'female',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
label: 'O',
|
|
22
|
+
value: 'other',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
label: 'U',
|
|
26
|
+
value: 'unknown',
|
|
27
|
+
},
|
|
28
|
+
],
|
|
29
|
+
},
|
|
30
|
+
});
|
|
7
31
|
});
|
|
8
32
|
|
|
9
33
|
const validFormValues = {
|
|
10
|
-
givenName: 'John',
|
|
11
|
-
familyName: 'Doe',
|
|
12
|
-
additionalGivenName: '',
|
|
13
34
|
additionalFamilyName: '',
|
|
14
|
-
|
|
35
|
+
additionalGivenName: '',
|
|
15
36
|
birthdate: new Date('1990-01-01'),
|
|
16
37
|
birthdateEstimated: false,
|
|
17
38
|
deathDate: null,
|
|
18
39
|
email: 'john.doe@example.com',
|
|
40
|
+
familyName: 'Doe',
|
|
41
|
+
gender: 'male',
|
|
42
|
+
givenName: 'John',
|
|
19
43
|
identifiers: {
|
|
20
44
|
nationalId: {
|
|
21
45
|
required: true,
|
|
@@ -29,7 +53,8 @@ describe('Patient Registration Validation', () => {
|
|
|
29
53
|
};
|
|
30
54
|
|
|
31
55
|
const validateFormValues = async (formValues) => {
|
|
32
|
-
const config = (await getConfig('@openmrs/esm-patient-registration-app')) as
|
|
56
|
+
const config = (await getConfig('@openmrs/esm-patient-registration-app')) as unknown as RegistrationConfig;
|
|
57
|
+
|
|
33
58
|
const validationSchema = getValidationSchema(config);
|
|
34
59
|
try {
|
|
35
60
|
await validationSchema.validate(formValues, { abortEarly: false });
|
|
@@ -4,7 +4,6 @@ import { type ClientRegistryPatient, type RegistryPatient } from './verification
|
|
|
4
4
|
import counties from './assets/counties.json';
|
|
5
5
|
import { type FormValues } from '../patient-registration/patient-registration.types';
|
|
6
6
|
import { capitalize } from 'lodash-es';
|
|
7
|
-
import { IdentifierInput } from '../patient-registration/input/custom-input/identifier/identifier-input.component';
|
|
8
7
|
|
|
9
8
|
export function handleClientRegistryResponse(
|
|
10
9
|
clientResponse: ClientRegistryPatient,
|
|
@@ -7,10 +7,6 @@ describe('CancelPatientEdit component', () => {
|
|
|
7
7
|
const mockClose = jest.fn();
|
|
8
8
|
const mockOnConfirm = jest.fn();
|
|
9
9
|
|
|
10
|
-
beforeEach(() => {
|
|
11
|
-
jest.clearAllMocks();
|
|
12
|
-
});
|
|
13
|
-
|
|
14
10
|
it('renders the modal and triggers close and onConfirm functions', async () => {
|
|
15
11
|
const user = userEvent.setup();
|
|
16
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@use '@carbon/
|
|
2
|
-
@use '@carbon/
|
|
3
|
-
@
|
|
1
|
+
@use '@carbon/layout';
|
|
2
|
+
@use '@carbon/type';
|
|
3
|
+
@use '@openmrs/esm-styleguide/src/vars' as *;
|
|
4
4
|
|
|
5
5
|
.productiveHeading {
|
|
6
6
|
@include type.type-style('heading-compact-02');
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
.modalContent {
|
|
10
10
|
width: 100%;
|
|
11
11
|
background-color: $ui-01;
|
|
12
|
-
padding:
|
|
12
|
+
padding: layout.$spacing-05;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.modalSubtitle {
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
|
|
19
19
|
.modalBody {
|
|
20
20
|
@include type.type-style('body-compact-01');
|
|
21
|
-
margin:
|
|
21
|
+
margin: layout.$spacing-05 0;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.buttonSet {
|
|
25
25
|
display: grid;
|
|
26
26
|
grid-template-columns: 1fr 1fr;
|
|
27
|
-
margin-left: -(
|
|
28
|
-
margin-right: -(
|
|
29
|
-
margin-bottom: -(
|
|
27
|
+
margin-left: -(layout.$spacing-05);
|
|
28
|
+
margin-right: -(layout.$spacing-05);
|
|
29
|
+
margin-bottom: -(layout.$spacing-05);
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.buttonSet > button {
|
|
@@ -8,10 +8,6 @@ describe('DeleteIdentifierConfirmationModal component', () => {
|
|
|
8
8
|
const mockIdentifierName = 'Identifier Name';
|
|
9
9
|
const mockIdentifierValue = 'Identifier Value';
|
|
10
10
|
|
|
11
|
-
beforeEach(() => {
|
|
12
|
-
jest.clearAllMocks();
|
|
13
|
-
});
|
|
14
|
-
|
|
15
11
|
it('renders the modal and triggers deleteIdentifier function', async () => {
|
|
16
12
|
const user = userEvent.setup();
|
|
17
13
|
|
|
@@ -5,19 +5,13 @@ import { navigate } from '@openmrs/esm-framework';
|
|
|
5
5
|
import { mockPatient } from '__mocks__';
|
|
6
6
|
import EditPatientDetailsButton from './edit-patient-details-button.component';
|
|
7
7
|
|
|
8
|
+
const mockNavigate = jest.mocked(navigate);
|
|
9
|
+
|
|
8
10
|
describe('EditPatientDetailsButton', () => {
|
|
9
11
|
const patientUuid = mockPatient.uuid;
|
|
10
12
|
|
|
11
13
|
it('should navigate to the edit page when clicked', async () => {
|
|
12
14
|
const user = userEvent.setup();
|
|
13
|
-
const mockNavigate = navigate as jest.Mock;
|
|
14
|
-
|
|
15
|
-
jest.mock('@openmrs/esm-framework', () => {
|
|
16
|
-
const originalModule = jest.requireActual('@openmrs/esm-framework');
|
|
17
|
-
return {
|
|
18
|
-
...originalModule,
|
|
19
|
-
};
|
|
20
|
-
});
|
|
21
15
|
|
|
22
16
|
render(<EditPatientDetailsButton patientUuid={patientUuid} />);
|
|
23
17
|
|
package/translations/am.json
CHANGED
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"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
18
|
"configure": "Configure",
|
|
19
19
|
"configureIdentifiers": "Configure identifiers",
|
|
20
|
+
"confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
|
|
20
21
|
"contactSection": "Contact Details",
|
|
21
22
|
"createNewPatient": "Create new patient",
|
|
22
23
|
"continue": "Continue to registration",
|
|
@@ -26,6 +27,8 @@
|
|
|
26
27
|
"deathDateInputLabel": "Date of Death",
|
|
27
28
|
"deathdayNotInTheFuture": "Death day cannot be in the future",
|
|
28
29
|
"deathSection": "Death Info",
|
|
30
|
+
"deleteIdentifierModalHeading": "Remove identifier?",
|
|
31
|
+
"deleteIdentifierModalText": " has a value of ",
|
|
29
32
|
"deleteIdentifierTooltip": "Delete",
|
|
30
33
|
"deleteRelationshipTooltipText": "Delete",
|
|
31
34
|
"demographicsSection": "Basic Info",
|
|
@@ -88,6 +91,7 @@
|
|
|
88
91
|
"relationshipToPatient": "Relationship to patient",
|
|
89
92
|
"relativeFullNameLabelText": "Related person",
|
|
90
93
|
"relativeNamePlaceholder": "Firstname Familyname",
|
|
94
|
+
"removeIdentifierButton": "Remove Identifier",
|
|
91
95
|
"resetIdentifierTooltip": "Reset",
|
|
92
96
|
"restoreRelationshipActionButton": "Undo",
|
|
93
97
|
"searchAddress": "Search address",
|
package/translations/ar.json
CHANGED
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"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
18
|
"configure": "تكوين",
|
|
19
19
|
"configureIdentifiers": "Configure identifiers",
|
|
20
|
+
"confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
|
|
20
21
|
"contactSection": "تفاصيل الاتصال",
|
|
21
22
|
"createNewPatient": "Create new patient",
|
|
22
23
|
"continue": "Continue to registration",
|
|
@@ -26,6 +27,8 @@
|
|
|
26
27
|
"deathDateInputLabel": "تاريخ الوفاة",
|
|
27
28
|
"deathdayNotInTheFuture": "Death day cannot be in the future",
|
|
28
29
|
"deathSection": "معلومات الوفاة",
|
|
30
|
+
"deleteIdentifierModalHeading": "Remove identifier?",
|
|
31
|
+
"deleteIdentifierModalText": " has a value of ",
|
|
29
32
|
"deleteIdentifierTooltip": "حذف",
|
|
30
33
|
"deleteRelationshipTooltipText": "حذف",
|
|
31
34
|
"demographicsSection": "معلومات أساسية",
|
|
@@ -88,6 +91,7 @@
|
|
|
88
91
|
"relationshipToPatient": "العلاقة بالمريض",
|
|
89
92
|
"relativeFullNameLabelText": "الاسم الكامل للقريب",
|
|
90
93
|
"relativeNamePlaceholder": "الاسم الأول اسم العائلة",
|
|
94
|
+
"removeIdentifierButton": "Remove Identifier",
|
|
91
95
|
"resetIdentifierTooltip": "إعادة تعيين",
|
|
92
96
|
"restoreRelationshipActionButton": "تراجع",
|
|
93
97
|
"searchAddress": "ابحث عن العنوان",
|
package/translations/es.json
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"codedPersonAttributeNoAnswerSet": "El campo de atributo de persona '{{codedPersonAttributeFieldId}}' es de tipo 'codificado' pero se ha definido sin UUID de conjunto de conceptos de respuesta. La clave 'answerConceptSetUuid' es requerida.",
|
|
16
16
|
"configure": "Configurar",
|
|
17
17
|
"configureIdentifiers": "Configurar identificadores",
|
|
18
|
+
"confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
|
|
18
19
|
"contactSection": "Detalles de Contacto",
|
|
19
20
|
"createNewPatient": "Create new patient",
|
|
20
21
|
"continue": "Continue to registration",
|
|
@@ -24,6 +25,8 @@
|
|
|
24
25
|
"deathDateInputLabel": "Fecha de fallecimiento",
|
|
25
26
|
"deathdayNotInTheFuture": "El día de la muerte no puede ser en el futuro",
|
|
26
27
|
"deathSection": "Información de Fallecimiento",
|
|
28
|
+
"deleteIdentifierModalHeading": "Remove identifier?",
|
|
29
|
+
"deleteIdentifierModalText": " has a value of ",
|
|
27
30
|
"deleteIdentifierTooltip": "Eliminar",
|
|
28
31
|
"deleteRelationshipTooltipText": "Eliminar",
|
|
29
32
|
"demographicsSection": "Información Básica",
|
|
@@ -84,6 +87,7 @@
|
|
|
84
87
|
"relationshipToPatient": "Relación con el paciente",
|
|
85
88
|
"relativeFullNameLabelText": "Nombre y Apellidos",
|
|
86
89
|
"relativeNamePlaceholder": "Nombre Apellido",
|
|
90
|
+
"removeIdentifierButton": "Remove Identifier",
|
|
87
91
|
"resetIdentifierTooltip": "Resetear",
|
|
88
92
|
"restoreRelationshipActionButton": "Deshacer",
|
|
89
93
|
"searchAddress": "Buscar dirección",
|
package/translations/fr.json
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"codedPersonAttributeNoAnswerSet": "Le champ d'attribut de personne '{{codedPersonAttributeFieldId}}' est de type 'codé' mais a été défini sans UUID d'ensemble de concepts de réponse. La clé 'answerConceptSetUuid' est requise.",
|
|
16
16
|
"configure": "Configurer",
|
|
17
17
|
"configureIdentifiers": "Configurer les identifiants",
|
|
18
|
+
"confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
|
|
18
19
|
"contactSection": "Détails du contact",
|
|
19
20
|
"createNewPatient": "Create new patient",
|
|
20
21
|
"createNew": "Créer un nouveau",
|
|
@@ -23,6 +24,8 @@
|
|
|
23
24
|
"deathDateInputLabel": "Date de décès",
|
|
24
25
|
"deathdayNotInTheFuture": "Le décès ne peut pas être dans le futur",
|
|
25
26
|
"deathSection": "Informations sur le décès",
|
|
27
|
+
"deleteIdentifierModalHeading": "Remove identifier?",
|
|
28
|
+
"deleteIdentifierModalText": " has a value of ",
|
|
26
29
|
"deleteIdentifierTooltip": "Supprimer",
|
|
27
30
|
"deleteRelationshipTooltipText": "Supprimer",
|
|
28
31
|
"demographicsSection": "Informations de base",
|
|
@@ -82,6 +85,7 @@
|
|
|
82
85
|
"relationshipToPatient": "Relation avec le patient",
|
|
83
86
|
"relativeFullNameLabelText": "Personne liée",
|
|
84
87
|
"relativeNamePlaceholder": "Prénom Nom de famille",
|
|
88
|
+
"removeIdentifierButton": "Remove Identifier",
|
|
85
89
|
"resetIdentifierTooltip": "Réinitialiser",
|
|
86
90
|
"restoreRelationshipActionButton": "Restaurer",
|
|
87
91
|
"searchAddress": "Rechercher une adresse",
|
package/translations/he.json
CHANGED
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"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
18
|
"configure": "הגדר",
|
|
19
19
|
"configureIdentifiers": "הגדר זיהויים",
|
|
20
|
+
"confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
|
|
20
21
|
"contactSection": "פרטי יצירת קשר",
|
|
21
22
|
"createNewPatient": "Create new patient",
|
|
22
23
|
"continue": "Continue to registration",
|
|
@@ -26,6 +27,8 @@
|
|
|
26
27
|
"deathDateInputLabel": "תאריך המוות",
|
|
27
28
|
"deathdayNotInTheFuture": "תאריך המוות לא יכול להיות בעתיד",
|
|
28
29
|
"deathSection": "מידע על המוות",
|
|
30
|
+
"deleteIdentifierModalHeading": "Remove identifier?",
|
|
31
|
+
"deleteIdentifierModalText": " has a value of ",
|
|
29
32
|
"deleteIdentifierTooltip": "מחק",
|
|
30
33
|
"deleteRelationshipTooltipText": "מחק",
|
|
31
34
|
"demographicsSection": "מידע בסיסי",
|
|
@@ -90,6 +93,7 @@
|
|
|
90
93
|
"relationshipToPatient": "קשר למטופל",
|
|
91
94
|
"relativeFullNameLabelText": "שם מלא",
|
|
92
95
|
"relativeNamePlaceholder": "שם פרטי שם משפחה",
|
|
96
|
+
"removeIdentifierButton": "Remove Identifier",
|
|
93
97
|
"resetIdentifierTooltip": "איפוס",
|
|
94
98
|
"restoreRelationshipActionButton": "ביטול",
|
|
95
99
|
"searchAddress": "חיפוש כתובת",
|
package/translations/km.json
CHANGED
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"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
18
|
"configure": "កំណត់រចនាសម្ព័ន្ធ",
|
|
19
19
|
"configureIdentifiers": "ឯកសារកំណត់អត្តសញ្ញាណផ្សេងទៀត",
|
|
20
|
+
"confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
|
|
20
21
|
"contactSection": "ព័ត៌មានមរណភាព",
|
|
21
22
|
"createNewPatient": "Create new patient",
|
|
22
23
|
"continue": "Continue to registration",
|
|
@@ -26,6 +27,8 @@
|
|
|
26
27
|
"deathDateInputLabel": "កាលបរិច្ឆេទនៃការស្លាប់",
|
|
27
28
|
"deathdayNotInTheFuture": "ថ្ងៃស្លាប់មិនអាចមាននាពេលអនាគតទេ។",
|
|
28
29
|
"deathSection": "ព័ត៌មានមរណភាព",
|
|
30
|
+
"deleteIdentifierModalHeading": "Remove identifier?",
|
|
31
|
+
"deleteIdentifierModalText": " has a value of ",
|
|
29
32
|
"deleteIdentifierTooltip": "លុប",
|
|
30
33
|
"deleteRelationshipTooltipText": "លុប",
|
|
31
34
|
"demographicsSection": "ព័ត៌មានផ្ទាល់ខ្លួនអ្នកជំងឺ",
|
|
@@ -90,6 +93,7 @@
|
|
|
90
93
|
"relationshipToPatient": "ការទាក់ទងទៅនឹងអ្នកជំងឺ",
|
|
91
94
|
"relativeFullNameLabelText": "ឈ្មោះពេញ",
|
|
92
95
|
"relativeNamePlaceholder": "នាមត្រកូលនាមខ្លួន",
|
|
96
|
+
"removeIdentifierButton": "Remove Identifier",
|
|
93
97
|
"resetIdentifierTooltip": "រៀបចំឡើងវិញ",
|
|
94
98
|
"restoreRelationshipActionButton": "វិលត្រឡប់មកដើមវិញ",
|
|
95
99
|
"searchAddress": "ស្វែងរកអាសយដ្ឋាន",
|
package/translations/zh.json
CHANGED
|
@@ -14,12 +14,15 @@
|
|
|
14
14
|
"codedPersonAttributeNoAnswerSet": "人员属性字段'{{codedPersonAttributeFieldId}}'的类型为'coded',但未定义答案概念集UUID。'answerConceptSetUuid'键是必需的。",
|
|
15
15
|
"configure": "配置",
|
|
16
16
|
"configureIdentifiers": "配置ID标识",
|
|
17
|
+
"confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
|
|
17
18
|
"contactSection": "联系方式",
|
|
18
19
|
"createNewPatient": "Create new patient",
|
|
19
20
|
"dateOfBirthLabelText": "出生日期",
|
|
20
21
|
"deathDateInputLabel": "死亡日期",
|
|
21
22
|
"deathdayNotInTheFuture": "死亡日期不能是未来的日期",
|
|
22
23
|
"deathSection": "死亡信息",
|
|
24
|
+
"deleteIdentifierModalHeading": "Remove identifier?",
|
|
25
|
+
"deleteIdentifierModalText": " has a value of ",
|
|
23
26
|
"deleteIdentifierTooltip": "删除",
|
|
24
27
|
"deleteRelationshipTooltipText": "删除",
|
|
25
28
|
"demographicsSection": "基本信息",
|
|
@@ -74,6 +77,7 @@
|
|
|
74
77
|
"relationshipToPatient": "与患者的关系",
|
|
75
78
|
"relativeFullNameLabelText": "关系人",
|
|
76
79
|
"relativeNamePlaceholder": "名字 姓氏",
|
|
80
|
+
"removeIdentifierButton": "Remove Identifier",
|
|
77
81
|
"resetIdentifierTooltip": "重置",
|
|
78
82
|
"restoreRelationshipActionButton": "撤销",
|
|
79
83
|
"searchAddress": "搜索地址",
|
package/translations/zh_CN.json
CHANGED
|
@@ -14,12 +14,15 @@
|
|
|
14
14
|
"codedPersonAttributeNoAnswerSet": "人员属性字段'{{codedPersonAttributeFieldId}}'的类型为'coded',但未定义答案概念集UUID。'answerConceptSetUuid'键是必需的。",
|
|
15
15
|
"configure": "配置",
|
|
16
16
|
"configureIdentifiers": "配置ID标识",
|
|
17
|
+
"confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
|
|
17
18
|
"contactSection": "联系方式",
|
|
18
19
|
"createNewPatient": "Create new patient",
|
|
19
20
|
"dateOfBirthLabelText": "出生日期",
|
|
20
21
|
"deathDateInputLabel": "死亡日期",
|
|
21
22
|
"deathdayNotInTheFuture": "死亡日期不能是未来的日期",
|
|
22
23
|
"deathSection": "死亡信息",
|
|
24
|
+
"deleteIdentifierModalHeading": "Remove identifier?",
|
|
25
|
+
"deleteIdentifierModalText": " has a value of ",
|
|
23
26
|
"deleteIdentifierTooltip": "删除",
|
|
24
27
|
"deleteRelationshipTooltipText": "删除",
|
|
25
28
|
"demographicsSection": "基本信息",
|
|
@@ -74,6 +77,7 @@
|
|
|
74
77
|
"relationshipToPatient": "与患者的关系",
|
|
75
78
|
"relativeFullNameLabelText": "关系人",
|
|
76
79
|
"relativeNamePlaceholder": "名字 姓氏",
|
|
80
|
+
"removeIdentifierButton": "Remove Identifier",
|
|
77
81
|
"resetIdentifierTooltip": "重置",
|
|
78
82
|
"restoreRelationshipActionButton": "撤销",
|
|
79
83
|
"searchAddress": "搜索地址",
|