@kenyaemr/esm-morgue-app 5.4.2-pre.2372 → 5.4.2-pre.2375
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 +11 -11
- package/dist/197.js +1 -1
- package/dist/221.js +1 -1
- package/dist/221.js.map +1 -1
- package/dist/285.js +1 -0
- package/dist/285.js.map +1 -0
- package/dist/293.js +1 -1
- package/dist/293.js.map +1 -1
- package/dist/294.js +1 -1
- package/dist/295.js +1 -0
- package/dist/295.js.map +1 -0
- package/dist/300.js +1 -1
- package/dist/404.js +1 -1
- package/dist/404.js.map +1 -1
- package/dist/429.js +2 -0
- package/dist/429.js.map +1 -0
- package/dist/430.js +1 -0
- package/dist/430.js.map +1 -0
- package/dist/632.js +1 -1
- package/dist/632.js.map +1 -1
- package/dist/674.js +1 -0
- package/dist/674.js.map +1 -0
- package/dist/805.js +1 -1
- package/dist/805.js.map +1 -1
- package/dist/845.js +1 -1
- package/dist/845.js.map +1 -1
- package/dist/848.js +1 -0
- package/dist/848.js.map +1 -0
- package/dist/918.js +1 -1
- package/dist/918.js.map +1 -1
- package/dist/kenyaemr-esm-morgue-app.js +1 -1
- package/dist/kenyaemr-esm-morgue-app.js.buildmanifest.json +139 -139
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/bed-layout/admitted/admitted-bed-layout.component.tsx +2 -13
- package/src/bed-layout/awaiting/awaiting-bed-layout.component.tsx +4 -15
- package/src/bed-layout/discharged/discharged-bed-layout.component.tsx +2 -16
- package/src/bed-linelist-view/admitted/admitted-bed-linelist-view.component.tsx +13 -20
- package/src/bed-linelist-view/awaiting/awaiting-bed-linelist-view.component.tsx +4 -6
- package/src/bed-linelist-view/bed-linelist-view.scss +29 -0
- package/src/bed-linelist-view/discharged/discharged-bed-line-view.component.tsx +2 -11
- package/src/deceased-banner/deceased-banner.component.tsx +93 -0
- package/src/deceased-banner/deceased-banner.scss +71 -0
- package/src/empty-state/empty-morgue-admission.component.tsx +11 -6
- package/src/empty-state/empty-morgue-admission.scss +22 -20
- package/src/modals/mortuary-gate-pass/print-preview-confirmation.modal.tsx +4 -16
- package/src/utils/utils.ts +44 -0
- package/src/view-details/main/main.component.tsx +12 -3
- package/translations/am.json +1 -6
- package/translations/en.json +1 -6
- package/translations/sw.json +1 -6
- package/dist/351.js +0 -1
- package/dist/351.js.map +0 -1
- package/dist/467.js +0 -1
- package/dist/467.js.map +0 -1
- package/dist/611.js +0 -2
- package/dist/611.js.map +0 -1
- package/dist/653.js +0 -1
- package/dist/653.js.map +0 -1
- package/dist/657.js +0 -1
- package/dist/657.js.map +0 -1
- package/dist/990.js +0 -1
- package/dist/990.js.map +0 -1
- /package/dist/{611.js.LICENSE.txt → 429.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
@use '@carbon/layout';
|
|
2
|
+
@use '@carbon/type';
|
|
3
|
+
@use '@carbon/colors';
|
|
4
|
+
|
|
5
|
+
.container {
|
|
6
|
+
border-top: 0.063rem solid colors.$gray-20;
|
|
7
|
+
border-bottom: 0.063rem solid colors.$gray-20;
|
|
8
|
+
background-color: colors.$white-0;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.activePatientContainer,
|
|
12
|
+
.deceasedPatientContainer {
|
|
13
|
+
background-color: colors.$white-0;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.buttonCol {
|
|
17
|
+
display: flex;
|
|
18
|
+
flex-direction: column;
|
|
19
|
+
justify-content: space-between;
|
|
20
|
+
align-items: flex-end;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.patientBanner {
|
|
24
|
+
display: flex;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.patientAvatar {
|
|
28
|
+
width: 3.5rem;
|
|
29
|
+
height: 3.5rem;
|
|
30
|
+
margin: layout.$spacing-05;
|
|
31
|
+
border-radius: 1px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.patientAvatarButton {
|
|
35
|
+
cursor: pointer;
|
|
36
|
+
border: none;
|
|
37
|
+
padding: 0px;
|
|
38
|
+
background: none;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.contactDetails {
|
|
42
|
+
width: 100%;
|
|
43
|
+
display: flex;
|
|
44
|
+
|
|
45
|
+
a {
|
|
46
|
+
@include type.type-style('body-compact-01');
|
|
47
|
+
text-decoration: none;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.tabletContactDetails {
|
|
52
|
+
display: block;
|
|
53
|
+
|
|
54
|
+
.row {
|
|
55
|
+
&:first-child {
|
|
56
|
+
border-bottom: 1px solid colors.$gray-20;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.row > .col {
|
|
61
|
+
&:nth-of-type(2n + 1) {
|
|
62
|
+
border-right: 1px solid colors.$gray-20;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.toggleContactDetailsButton {
|
|
68
|
+
> svg {
|
|
69
|
+
fill: colors.$blue-60 !important;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -3,20 +3,25 @@ import { useTranslation } from 'react-i18next';
|
|
|
3
3
|
import styles from './empty-morgue-admission.scss';
|
|
4
4
|
import { EmptyDataIllustration } from '@openmrs/esm-patient-common-lib';
|
|
5
5
|
import { DocumentUnknown, IbmWatsonKnowledgeStudio } from '@carbon/react/icons';
|
|
6
|
+
import { Tile } from '@carbon/react';
|
|
6
7
|
|
|
7
8
|
interface EmptyDeceasedSearchProps {
|
|
8
9
|
title: string;
|
|
9
|
-
subTitle: string;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
const EmptyMorgueAdmission: React.FC<EmptyDeceasedSearchProps> = ({ title
|
|
12
|
+
const EmptyMorgueAdmission: React.FC<EmptyDeceasedSearchProps> = ({ title }) => {
|
|
13
13
|
const { t } = useTranslation();
|
|
14
14
|
|
|
15
15
|
return (
|
|
16
|
-
<div className={styles.
|
|
17
|
-
<
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
<div className={styles.tileContainer}>
|
|
17
|
+
<Tile className={styles.tile}>
|
|
18
|
+
<div className={styles.tileContent}>
|
|
19
|
+
<p className={styles.content}>{title}</p>
|
|
20
|
+
<p className={styles.emptyStateHelperText}>
|
|
21
|
+
{t('checkFilters', 'Please check the filters above and try again')}
|
|
22
|
+
</p>
|
|
23
|
+
</div>
|
|
24
|
+
</Tile>
|
|
20
25
|
</div>
|
|
21
26
|
);
|
|
22
27
|
};
|
|
@@ -2,31 +2,33 @@
|
|
|
2
2
|
@use '@carbon/layout';
|
|
3
3
|
@use '@carbon/type';
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
.actionButtons {
|
|
6
6
|
display: flex;
|
|
7
|
-
|
|
7
|
+
gap: 0.5rem;
|
|
8
8
|
align-items: center;
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
}
|
|
10
|
+
.tileContainer {
|
|
11
11
|
background-color: colors.$white;
|
|
12
|
-
|
|
12
|
+
border-top: 1px solid colors.$gray-20;
|
|
13
|
+
padding: 3rem 0;
|
|
14
|
+
}
|
|
13
15
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
.tile {
|
|
17
|
+
margin: auto;
|
|
18
|
+
width: fit-content;
|
|
19
|
+
}
|
|
17
20
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
.subTitle {
|
|
23
|
-
@include type.type-style('body-compact-01');
|
|
24
|
-
color: colors.$cool-gray-70;
|
|
25
|
-
}
|
|
21
|
+
.tileContent {
|
|
22
|
+
display: flex;
|
|
23
|
+
flex-direction: column;
|
|
24
|
+
align-items: center;
|
|
26
25
|
}
|
|
27
26
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
27
|
+
.content {
|
|
28
|
+
@include type.type-style('heading-compact-02');
|
|
29
|
+
color: colors.$gray-70;
|
|
30
|
+
margin-bottom: layout.$spacing-03;
|
|
31
|
+
}
|
|
32
|
+
.emptyStateHelperText {
|
|
33
|
+
@include type.type-style('helper-text-02');
|
|
32
34
|
}
|
|
@@ -4,7 +4,7 @@ import { useReactToPrint } from 'react-to-print';
|
|
|
4
4
|
import { formatDate, formatDatetime, parseDate, useSession } from '@openmrs/esm-framework';
|
|
5
5
|
import styles from './print-preview-confirmation.scss';
|
|
6
6
|
import { type Patient } from '../../types';
|
|
7
|
-
import { formatDateTime, documentId } from '../../utils/utils';
|
|
7
|
+
import { formatDateTime, documentId, getAbsoluteDateTime } from '../../utils/utils';
|
|
8
8
|
import { useTranslation } from 'react-i18next';
|
|
9
9
|
|
|
10
10
|
type PrintPreviewModalProps = {
|
|
@@ -47,19 +47,7 @@ const PrintPreviewModal: React.FC<PrintPreviewModalProps> = ({ onClose, patient,
|
|
|
47
47
|
return openMRSId;
|
|
48
48
|
};
|
|
49
49
|
|
|
50
|
-
const
|
|
51
|
-
const now = new Date();
|
|
52
|
-
return {
|
|
53
|
-
date: formatDate(now, { mode: 'standard' }),
|
|
54
|
-
time: now.toLocaleTimeString('en-US', {
|
|
55
|
-
hour12: false,
|
|
56
|
-
hour: '2-digit',
|
|
57
|
-
minute: '2-digit',
|
|
58
|
-
}),
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
const currentDateTime = getCurrentDateTime();
|
|
50
|
+
const currentDateTime = getAbsoluteDateTime();
|
|
63
51
|
|
|
64
52
|
return (
|
|
65
53
|
<>
|
|
@@ -215,8 +203,8 @@ const PrintPreviewModal: React.FC<PrintPreviewModalProps> = ({ onClose, patient,
|
|
|
215
203
|
<div className={styles.noteText}>
|
|
216
204
|
<strong>{t('nb', 'N/B:')}</strong>{' '}
|
|
217
205
|
{t(
|
|
218
|
-
'
|
|
219
|
-
'This form should be filled in duplicate, one copy to be retained in the
|
|
206
|
+
'formDuplicateNotes',
|
|
207
|
+
'This form should be filled in duplicate, one copy to be retained in the mortuary and the other to be left at the main gate',
|
|
220
208
|
)}
|
|
221
209
|
</div>
|
|
222
210
|
</div>
|
package/src/utils/utils.ts
CHANGED
|
@@ -116,3 +116,47 @@ export const documentId = () => {
|
|
|
116
116
|
const random = Math.random().toString(36).substr(2, 9);
|
|
117
117
|
return `PM-${timestamp}-${random}`.toUpperCase();
|
|
118
118
|
};
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* Returns an object with the current date and time in the format "DD-MMM-YYYY, hh:mm A".
|
|
122
|
+
* If the current date and time cannot be retrieved, it returns the current date and time in the format "DD-MMM-YYYY, HH:mm".
|
|
123
|
+
*
|
|
124
|
+
* @return {Object} An object with `date` and `time` properties.
|
|
125
|
+
* @property {string} date - The current date in the format "DD-MMM-YYYY".
|
|
126
|
+
* @property {string} time - The current time in the format "hh:mm A" or "HH:mm".
|
|
127
|
+
*/
|
|
128
|
+
export const getAbsoluteDateTime = () => {
|
|
129
|
+
const now = new Date();
|
|
130
|
+
const formatted = formatDateTime(now);
|
|
131
|
+
if (formatted && formatted !== '--') {
|
|
132
|
+
const parts = formatted.split(', ');
|
|
133
|
+
return {
|
|
134
|
+
date:
|
|
135
|
+
parts[0] ||
|
|
136
|
+
now.toLocaleDateString('en-GB', {
|
|
137
|
+
day: '2-digit',
|
|
138
|
+
month: 'short',
|
|
139
|
+
year: 'numeric',
|
|
140
|
+
}),
|
|
141
|
+
time:
|
|
142
|
+
parts[1] ||
|
|
143
|
+
now.toLocaleTimeString('en-US', {
|
|
144
|
+
hour12: false,
|
|
145
|
+
hour: '2-digit',
|
|
146
|
+
minute: '2-digit',
|
|
147
|
+
}),
|
|
148
|
+
};
|
|
149
|
+
}
|
|
150
|
+
return {
|
|
151
|
+
date: now.toLocaleDateString('en-GB', {
|
|
152
|
+
day: '2-digit',
|
|
153
|
+
month: 'short',
|
|
154
|
+
year: 'numeric',
|
|
155
|
+
}),
|
|
156
|
+
time: now.toLocaleTimeString('en-US', {
|
|
157
|
+
hour12: false,
|
|
158
|
+
hour: '2-digit',
|
|
159
|
+
minute: '2-digit',
|
|
160
|
+
}),
|
|
161
|
+
};
|
|
162
|
+
};
|
|
@@ -1,18 +1,27 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { useParams } from 'react-router-dom';
|
|
3
|
-
import { Layer, Tile } from '@carbon/react';
|
|
4
|
-
import { ExtensionSlot } from '@openmrs/esm-framework';
|
|
3
|
+
import { InlineLoading, Layer, Tile } from '@carbon/react';
|
|
4
|
+
import { ExtensionSlot, usePatient } from '@openmrs/esm-framework';
|
|
5
5
|
import styles from './main.scss';
|
|
6
6
|
import MortuarySummary from '../view-details.component';
|
|
7
7
|
import Header from '../../header/header.component';
|
|
8
|
+
import PatientBanner from '../../deceased-banner/deceased-banner.component';
|
|
8
9
|
|
|
9
10
|
const DeceasedDetailsView: React.FC = () => {
|
|
10
11
|
const { patientUuid, bedNumber } = useParams<{ patientUuid: string; bedNumber?: string }>();
|
|
12
|
+
const { patient, isLoading, error } = usePatient(patientUuid);
|
|
13
|
+
if (isLoading) {
|
|
14
|
+
return (
|
|
15
|
+
<div>
|
|
16
|
+
<InlineLoading description="Loading patient data..." />
|
|
17
|
+
</div>
|
|
18
|
+
);
|
|
19
|
+
}
|
|
11
20
|
|
|
12
21
|
return (
|
|
13
22
|
<>
|
|
14
|
-
<Header title="Mortuary chart" />
|
|
15
23
|
<div className={styles.deceasedDetailsContainer}>
|
|
24
|
+
<PatientBanner patientUuid={patientUuid} patient={patient} />
|
|
16
25
|
<Layer className={styles.container}>
|
|
17
26
|
<Tile>
|
|
18
27
|
<div className={styles.headingContainer}>
|
package/translations/am.json
CHANGED
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"cancel": "ይቅር",
|
|
22
22
|
"cardView": "ካርድ",
|
|
23
23
|
"causeOfDeath": "የሞት መንስኤ:",
|
|
24
|
+
"checkFilters": "Please check the filters above and try again",
|
|
24
25
|
"chooseOptions": "አማራጮችን ምረጥ",
|
|
25
26
|
"compartment": "ክፍል",
|
|
26
27
|
"compartmentNumber": "የክፍል ቁጥር",
|
|
@@ -63,19 +64,14 @@
|
|
|
63
64
|
"name": "ስም",
|
|
64
65
|
"nextPage": "ቀጣይ ገጽ",
|
|
65
66
|
"noAdmittedPatient": "No deceased patients currently admitted",
|
|
66
|
-
"noAdmittedPatientsDescription": "በአሁኑ ጊዜ ምንም የገቡ ታካሚዎች የሉም።",
|
|
67
67
|
"noAwaitingPatients": "ምንም በመጠባበቅ ላይ ያሉ ታካሚዎች አልተገኙም",
|
|
68
|
-
"noAwaitingPatientsDescription": "በአሁኑ ጊዜ ምንም በመጠባበቅ ላይ ያሉ ታካሚዎች የሉም።",
|
|
69
68
|
"noDeceasedPatients": "መግቢያ በመጠባበቅ ላይ ያሉ የሞቱ ታካሚዎች የሉም",
|
|
70
69
|
"noDischargedPatient": "No deceased patients currently discharged",
|
|
71
70
|
"noDischargedPatients": "ምንም የተለቀቁ ታካሚዎች አልተገኙም",
|
|
72
71
|
"noDischargedPatientsDescription": "በአሁኑ ጊዜ ምንም የተለቀቁ ታካሚዎች የሉም።",
|
|
73
72
|
"noMatchingAwaitingPatients": "No matching awaiting patients found",
|
|
74
|
-
"noMatchingAwaitingPatientsDescription": "Try adjusting your search terms to find awaiting patients.",
|
|
75
73
|
"noMatchingDischargedPatients": "No matching discharged patients found",
|
|
76
|
-
"noMatchingDischargedPatientsDescription": "Try adjusting your search terms to find discharged patients.",
|
|
77
74
|
"noMatchingPatients": "No matching patients found",
|
|
78
|
-
"noMatchingPatientsDescription": "Try adjusting your search terms to find deceased patients.",
|
|
79
75
|
"noObservationsFound": "ምንም ምልከታዎች አልተገኙም",
|
|
80
76
|
"noPatientSelected": "No patient selected",
|
|
81
77
|
"noSearchDeceasedPatients": "Search deceased patients",
|
|
@@ -97,7 +93,6 @@
|
|
|
97
93
|
"swapCompartment": "ክፍል ቀይር",
|
|
98
94
|
"timeSpent": "ያሳለፈው ጊዜ",
|
|
99
95
|
"totalCount": "ጠቅላላ",
|
|
100
|
-
"tryAgain": "Try adjusting your search {{searchTerm}} and try again",
|
|
101
96
|
"unknown": "የማይታወቅ",
|
|
102
97
|
"viewDetails": "ዝርዝሮችን እይ",
|
|
103
98
|
"visitType": "የጉብኝት አይነት",
|
package/translations/en.json
CHANGED
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"cancel": "Cancel",
|
|
22
22
|
"cardView": "Card",
|
|
23
23
|
"causeOfDeath": "Cause of death: ",
|
|
24
|
+
"checkFilters": "Please check the filters above and try again",
|
|
24
25
|
"chooseOptions": "Choose options",
|
|
25
26
|
"compartment": "Compartment",
|
|
26
27
|
"compartmentNumber": "Compartment Number",
|
|
@@ -63,19 +64,14 @@
|
|
|
63
64
|
"name": "Name",
|
|
64
65
|
"nextPage": "Next page",
|
|
65
66
|
"noAdmittedPatient": "No deceased patients currently admitted",
|
|
66
|
-
"noAdmittedPatientsDescription": "There are currently no admitted patients to display.",
|
|
67
67
|
"noAwaitingPatients": "No awaiting patients found",
|
|
68
|
-
"noAwaitingPatientsDescription": "There are currently no awaiting patients to display.",
|
|
69
68
|
"noDeceasedPatients": "No deceased patients awaiting admission",
|
|
70
69
|
"noDischargedPatient": "No deceased patients currently discharged",
|
|
71
70
|
"noDischargedPatients": "No discharged patients found",
|
|
72
71
|
"noDischargedPatientsDescription": "There are currently no discharged patients to display.",
|
|
73
72
|
"noMatchingAwaitingPatients": "No matching awaiting patients found",
|
|
74
|
-
"noMatchingAwaitingPatientsDescription": "Try adjusting your search terms to find awaiting patients.",
|
|
75
73
|
"noMatchingDischargedPatients": "No matching discharged patients found",
|
|
76
|
-
"noMatchingDischargedPatientsDescription": "Try adjusting your search terms to find discharged patients.",
|
|
77
74
|
"noMatchingPatients": "No matching patients found",
|
|
78
|
-
"noMatchingPatientsDescription": "Try adjusting your search terms to find deceased patients.",
|
|
79
75
|
"noObservationsFound": "No observations found",
|
|
80
76
|
"noPatientSelected": "No patient selected",
|
|
81
77
|
"noSearchDeceasedPatients": "Search deceased patients",
|
|
@@ -97,7 +93,6 @@
|
|
|
97
93
|
"swapCompartment": "Swap compartment",
|
|
98
94
|
"timeSpent": "Time spent",
|
|
99
95
|
"totalCount": "total",
|
|
100
|
-
"tryAgain": "Try adjusting your search {{searchTerm}} and try again",
|
|
101
96
|
"unknown": "Unknown",
|
|
102
97
|
"viewDetails": "View details",
|
|
103
98
|
"visitType": "Visit type",
|
package/translations/sw.json
CHANGED
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"cancel": "Cancel",
|
|
22
22
|
"cardView": "Card",
|
|
23
23
|
"causeOfDeath": "Cause of death: ",
|
|
24
|
+
"checkFilters": "Please check the filters above and try again",
|
|
24
25
|
"chooseOptions": "Choose options",
|
|
25
26
|
"compartment": "Compartment",
|
|
26
27
|
"compartmentNumber": "Compartment Number",
|
|
@@ -63,19 +64,14 @@
|
|
|
63
64
|
"name": "Name",
|
|
64
65
|
"nextPage": "Next page",
|
|
65
66
|
"noAdmittedPatient": "No deceased patients currently admitted",
|
|
66
|
-
"noAdmittedPatientsDescription": "There are currently no admitted patients to display.",
|
|
67
67
|
"noAwaitingPatients": "No awaiting patients found",
|
|
68
|
-
"noAwaitingPatientsDescription": "There are currently no awaiting patients to display.",
|
|
69
68
|
"noDeceasedPatients": "No deceased patients awaiting admission",
|
|
70
69
|
"noDischargedPatient": "No deceased patients currently discharged",
|
|
71
70
|
"noDischargedPatients": "No discharged patients found",
|
|
72
71
|
"noDischargedPatientsDescription": "There are currently no discharged patients to display.",
|
|
73
72
|
"noMatchingAwaitingPatients": "No matching awaiting patients found",
|
|
74
|
-
"noMatchingAwaitingPatientsDescription": "Try adjusting your search terms to find awaiting patients.",
|
|
75
73
|
"noMatchingDischargedPatients": "No matching discharged patients found",
|
|
76
|
-
"noMatchingDischargedPatientsDescription": "Try adjusting your search terms to find discharged patients.",
|
|
77
74
|
"noMatchingPatients": "No matching patients found",
|
|
78
|
-
"noMatchingPatientsDescription": "Try adjusting your search terms to find deceased patients.",
|
|
79
75
|
"noObservationsFound": "No observations found",
|
|
80
76
|
"noPatientSelected": "No patient selected",
|
|
81
77
|
"noSearchDeceasedPatients": "Search deceased patients",
|
|
@@ -97,7 +93,6 @@
|
|
|
97
93
|
"swapCompartment": "Swap Compartment",
|
|
98
94
|
"timeSpent": "Time spent",
|
|
99
95
|
"totalCount": "total",
|
|
100
|
-
"tryAgain": "Try adjusting your search {{searchTerm}} and try again",
|
|
101
96
|
"unknown": "Unknown",
|
|
102
97
|
"viewDetails": "View details",
|
|
103
98
|
"visitType": "Visit type",
|