@ampath/esm-reports-app 1.0.0-next.4 → 1.0.0-next.40
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/dist/110.js +1 -0
- package/dist/110.js.map +1 -0
- package/dist/{260.js → 205.js} +1 -1
- package/dist/{260.js.map → 205.js.map} +1 -1
- package/dist/812.js +1 -1
- package/dist/812.js.map +1 -1
- package/dist/822.js +2 -0
- package/dist/822.js.map +1 -0
- package/dist/ampath-esm-reports-app.js +1 -1
- package/dist/ampath-esm-reports-app.js.buildmanifest.json +95 -74
- package/dist/ampath-esm-reports-app.js.map +1 -1
- 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/common/report-filters/report-filters.component.tsx +5 -1
- package/src/dashboard/reports-dasboard.tsx +21 -0
- package/src/reports/datatable-wrapper/datatable-wrapper.component.tsx +54 -0
- package/src/reports/moh-240/moh-240-header.component.tsx +61 -0
- package/src/reports/moh-240/moh-240.component.tsx +93 -0
- package/src/reports/moh-240/moh-240.scss +11 -0
- package/src/reports/moh-240/sub-reports/moh-240-register.component.tsx +75 -0
- package/src/reports/moh-240/sub-reports/page-summary.component.tsx +98 -0
- package/src/reports/moh-505/moh-505-header.component.tsx +62 -0
- package/src/reports/moh-505/moh-505.component.tsx +440 -0
- package/src/reports/moh-505/moh-505.scss +3 -0
- package/src/reports/moh-705B/moh-204b-register.component.tsx +236 -0
- package/src/reports/moh-705B/moh-705b.component.tsx +524 -0
- package/src/reports/moh-705B/moh-705b.scss +44 -0
- package/src/reports/moh-705a/moh-705a.component.tsx +528 -0
- package/src/reports/moh-705a/moh-705a.scss +45 -0
- package/src/reports/moh-705a/registers/moh-204a-register.component.tsx +321 -0
- package/src/reports/moh-705a/type.ts +6 -0
- package/src/reports/moh-706/moh-706-header.component.tsx +61 -0
- package/src/reports/moh-706/moh-706.component.tsx +117 -0
- package/src/reports/moh-706/moh-706.scss +30 -0
- package/src/reports/moh-706/sub-reports/bacteriology/bacteriology.component.tsx +124 -0
- package/src/reports/moh-706/sub-reports/blood-chemistry/blood-chemistry.component.tsx +318 -0
- package/src/reports/moh-706/sub-reports/drug-susceptibility-testing/drug-susceptibility-testing.component.tsx +137 -0
- package/src/reports/moh-706/sub-reports/haematology/haematology.component.tsx +179 -0
- package/src/reports/moh-706/sub-reports/histology-and-cytology/histology-and-cytology.component.tsx +88 -0
- package/src/reports/moh-706/sub-reports/parasitology/parasitology.component.tsx +121 -0
- package/src/reports/moh-706/sub-reports/serology/serology.component.tsx +47 -0
- package/src/reports/moh-706/sub-reports/specimen-referral-to-higher-levels/specimen-referral-to-higher-levels.component.tsx +39 -0
- package/src/reports/moh-706/sub-reports/urine-analysis/urine-analysis.component.tsx +108 -0
- package/src/reports/moh-710/moh-710.component.tsx +211 -79
- package/src/reports/moh-710/moh-710.scss +5 -1
- package/src/reports/moh-710/registers/moh-511-710-register.component.tsx +263 -0
- package/src/reports/moh-710/registers/type.ts +31 -0
- package/src/reports/moh-711/moh-711.component.tsx +109 -1234
- package/src/reports/moh-711/moh711.scss +92 -8
- package/src/reports/moh-711/registers/moh-333-register.component.tsx +639 -0
- package/src/reports/moh-711/registers/moh-405-register.component.tsx +521 -0
- package/src/reports/moh-711/registers/moh-406-register.component.tsx +533 -0
- package/src/reports/moh-711/registers/moh-510-register.component.tsx +61 -0
- package/src/reports/moh-711/registers/moh-511-register.component.tsx +271 -0
- package/src/reports/moh-711/registers/type.ts +192 -0
- package/src/reports/moh-711/sections/anc.component.tsx +159 -0
- package/src/reports/moh-711/sections/cervical-cancer.component.tsx +148 -0
- package/src/reports/moh-711/sections/chanis.component.tsx +367 -0
- package/src/reports/moh-711/sections/family-planning.component.tsx +221 -0
- package/src/reports/moh-711/sections/gbv.component.tsx +115 -0
- package/src/reports/moh-711/sections/maternity.component.tsx +326 -0
- package/src/reports/moh-711/sections/medical-social-work.component.tsx +83 -0
- package/src/reports/moh-711/sections/other.component.tsx +47 -0
- package/src/reports/moh-711/sections/physiotherapy.component.tsx +61 -0
- package/src/reports/moh-711/sections/pnc.component.tsx +125 -0
- package/src/reports/moh-711/sections/post-abortion.component.tsx +42 -0
- package/src/reports/moh-711/sections/rehabilitation.component.tsx +57 -0
- package/src/reports/moh-711/sections/report-compiled-by.component.tsx +42 -0
- package/src/reports/moh-711/sections/tb-screening.component.tsx +57 -0
- package/src/reports/moh-717/moh-717.component.tsx +120 -946
- package/src/reports/moh-717/moh717.scss +138 -3
- package/src/reports/moh-717/registers/nutrition-register.component.tsx +48 -0
- package/src/reports/moh-717/sections/finance.component.tsx +42 -0
- package/src/reports/moh-717/sections/inpatient.component.tsx +374 -0
- package/src/reports/moh-717/sections/maternity.component.tsx +126 -0
- package/src/reports/moh-717/sections/medical-records.component.tsx +35 -0
- package/src/reports/moh-717/sections/mortuary.component.tsx +43 -0
- package/src/reports/moh-717/sections/operations.component.tsx +53 -0
- package/src/reports/moh-717/sections/orthopaedic-trauma.component.tsx +98 -0
- package/src/reports/moh-717/sections/outpatient.component.tsx +597 -0
- package/src/reports/moh-717/sections/pharmacy.component.tsx +43 -0
- package/src/reports/moh-717/sections/preparedby.component.tsx +47 -0
- package/src/reports/moh-717/sections/special-services.component.tsx +114 -0
- package/src/reports/moh-731/moh-731.component.tsx +181 -0
- package/src/reports/moh-731/moh-731.scss +118 -0
- package/src/reports/moh-731/registers/moh-366.component.tsx +478 -0
- package/src/reports/moh-731/registers/moh-366.scss +45 -0
- package/src/reports/moh-731/registers/prep-register.component.tsx +292 -0
- package/src/reports/moh-731/registers/prep-registers.scss +45 -0
- package/src/reports/moh-731/sections/hiv-and-tb-treatment.component.tsx +932 -0
- package/src/reports/moh-731/sections/hiv-testing-and-pre-exposure.component.tsx +569 -0
- package/src/reports/moh-731/sections/pmtct.component.tsx +451 -0
- package/src/reports/moh-740/moh-740.component.scss +120 -0
- package/src/reports/moh-740/moh-740.component.tsx +1271 -0
- package/src/reports/moh-740/moh-740.resource.ts +42 -0
- package/src/reports/moh-740/registers/moh-222-daily-register/moh-222-daily-register.scss +18 -0
- package/src/reports/moh-740/registers/moh-222-daily-register/moh-222-daily-register.tsx +104 -0
- package/src/reports/moh-740/registers/moh-270-permanent-register/moh-270-permanent-register.scss +18 -0
- package/src/reports/moh-740/registers/moh-270-permanent-register/moh-270-permanent-register.tsx +79 -0
- package/src/reports/moh-740/registers/moh-740-patient-list.scss +0 -0
- package/src/reports/moh-740/registers/moh-740-patient-list.tsx +66 -0
- package/src/reports/moh-740/shared/data-cell/data-cell.scss +6 -0
- package/src/reports/moh-740/shared/data-cell/data-cell.tsx +23 -0
- package/src/reports/moh-740/shared/utils/format-indicator.ts +22 -0
- package/src/reports/moh-740/shared/utils/indicator-register-map.ts +157 -0
- package/src/reports/moh-740/types/index.ts +216 -0
- package/src/reports/moh-745/moh-745.component.tsx +928 -0
- package/src/reports/moh-745/moh-745.scss +74 -0
- package/src/reports/moh-745/registers/moh-412-register.component.tsx +191 -0
- package/src/reports/moh-745/registers/type.ts +30 -0
- package/src/reports/table-wrapper/table-row-mapper.component.tsx +53 -0
- package/src/reports/table-wrapper/table-wrapper.component.tsx +21 -0
- package/src/reports/table-wrapper/table-wrapper.scss +31 -0
- package/src/resources/moh-505.resource.ts +86 -0
- package/src/resources/moh-705.resource.ts +117 -0
- package/src/resources/moh-706.resource.ts +86 -0
- package/src/resources/moh-710.resource.ts +28 -0
- package/src/resources/moh-711.resource.ts +146 -0
- package/src/resources/moh-717.resource.ts +27 -0
- package/src/resources/moh-731.resource.ts +96 -0
- package/src/resources/moh-745.resource.ts +64 -0
- package/src/root.component.tsx +39 -0
- package/src/routes.json +3 -1
- package/src/utils/utils.ts +36 -0
- package/dist/367.js +0 -2
- package/dist/367.js.map +0 -1
- package/dist/86.js +0 -1
- package/dist/86.js.map +0 -1
- /package/dist/{367.js.LICENSE.txt → 822.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1,597 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import styles from '../moh717.scss';
|
|
4
|
+
import classNames from 'classnames';
|
|
5
|
+
import { useLocation, useNavigate } from 'react-router-dom';
|
|
6
|
+
|
|
7
|
+
interface OutpatientComponentProps {
|
|
8
|
+
moh717ReportData: any;
|
|
9
|
+
startDate: string;
|
|
10
|
+
endDate: string;
|
|
11
|
+
locationUuids: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const OutpatientComponent: React.FC<OutpatientComponentProps> = ({
|
|
15
|
+
moh717ReportData,
|
|
16
|
+
startDate,
|
|
17
|
+
endDate,
|
|
18
|
+
locationUuids,
|
|
19
|
+
}) => {
|
|
20
|
+
const navigate = useNavigate();
|
|
21
|
+
const location = useLocation();
|
|
22
|
+
|
|
23
|
+
const navigateTo204ARegister = (indicator: string | string[]) => {
|
|
24
|
+
navigate(
|
|
25
|
+
`/moh-204a-register?startDate=${startDate}&endDate=${endDate}&locationUuids=${locationUuids}&indicator=${indicator}`,
|
|
26
|
+
);
|
|
27
|
+
};
|
|
28
|
+
const navigateTo204BRegister = (indicator: string | string[]) => {
|
|
29
|
+
navigate(
|
|
30
|
+
`/moh-204b-register?startDate=${startDate}&endDate=${endDate}&locationUuids=${locationUuids}&indicator=${indicator}`,
|
|
31
|
+
);
|
|
32
|
+
};
|
|
33
|
+
const navigateToMoh405Register = (indicator: string | string[]) => {
|
|
34
|
+
navigate(
|
|
35
|
+
`/moh-405-register?startDate=${startDate}&endDate=${endDate}&locationUuids=${locationUuids}&indicator=${indicator}`,
|
|
36
|
+
{
|
|
37
|
+
state: {
|
|
38
|
+
from: location.pathname,
|
|
39
|
+
reportName: 'moh717Report',
|
|
40
|
+
},
|
|
41
|
+
},
|
|
42
|
+
);
|
|
43
|
+
};
|
|
44
|
+
const navigateToMoh406Register = (indicator: string | string[]) => {
|
|
45
|
+
navigate(
|
|
46
|
+
`/moh-406-register?startDate=${startDate}&endDate=${endDate}&locationUuids=${locationUuids}&indicator=${indicator}`,
|
|
47
|
+
{
|
|
48
|
+
state: {
|
|
49
|
+
from: location.pathname,
|
|
50
|
+
reportName: 'moh717Report',
|
|
51
|
+
},
|
|
52
|
+
},
|
|
53
|
+
);
|
|
54
|
+
};
|
|
55
|
+
const navigateTo511Register = (indicator: string | string[]) => {
|
|
56
|
+
navigate(
|
|
57
|
+
`/moh-511-register?startDate=${startDate}&endDate=${endDate}&locationUuids=${locationUuids}&indicator=${indicator}`,
|
|
58
|
+
{
|
|
59
|
+
state: {
|
|
60
|
+
from: location.pathname,
|
|
61
|
+
reportName: 'moh717Report',
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
);
|
|
65
|
+
};
|
|
66
|
+
return (
|
|
67
|
+
<>
|
|
68
|
+
<table className={classNames(`${styles.table}`, `${styles.tableBordered}`, `${styles.tableStriped}`)}>
|
|
69
|
+
<thead>
|
|
70
|
+
<tr>
|
|
71
|
+
<th colSpan={5} className={styles.alighnLeft}>
|
|
72
|
+
A. OUTPATIENT SERVICES
|
|
73
|
+
</th>
|
|
74
|
+
</tr>
|
|
75
|
+
<tr>
|
|
76
|
+
<th colSpan={2} className={styles.alighnLeft}>
|
|
77
|
+
A.1 GENERAL OUTPATIENTS(FILTER CLINICS)
|
|
78
|
+
</th>
|
|
79
|
+
<th>NEW</th>
|
|
80
|
+
<th>RE-ATT</th>
|
|
81
|
+
<th>TOTAL</th>
|
|
82
|
+
</tr>
|
|
83
|
+
</thead>
|
|
84
|
+
<tbody>
|
|
85
|
+
<tr>
|
|
86
|
+
<td>A.1.1</td>
|
|
87
|
+
<td>Over 5 - Male</td>
|
|
88
|
+
<td onClick={() => navigateTo204BRegister('opd_attendance_greater_5yrs_male_new')}>
|
|
89
|
+
{moh717ReportData.opd_attendance_greater_5yrs_male_new}
|
|
90
|
+
</td>
|
|
91
|
+
<td onClick={() => navigateTo204BRegister('opd_attendance_greater_5yrs_male_revisit')}>
|
|
92
|
+
{moh717ReportData.opd_attendance_greater_5yrs_male_revisit}
|
|
93
|
+
</td>
|
|
94
|
+
<td
|
|
95
|
+
onClick={() =>
|
|
96
|
+
navigateTo204BRegister([
|
|
97
|
+
'opd_attendance_greater_5yrs_male_new',
|
|
98
|
+
'opd_attendance_greater_5yrs_male_revisit',
|
|
99
|
+
])
|
|
100
|
+
}
|
|
101
|
+
>
|
|
102
|
+
{(moh717ReportData.opd_attendance_greater_5yrs_male_new || 0) +
|
|
103
|
+
(moh717ReportData.opd_attendance_greater_5yrs_male_revisit || 0)}
|
|
104
|
+
</td>
|
|
105
|
+
</tr>
|
|
106
|
+
<tr>
|
|
107
|
+
<td>A.1.2</td>
|
|
108
|
+
<td>Over 5 - Female</td>
|
|
109
|
+
<td onClick={() => navigateTo204BRegister('opd_attendance_greater_5yrs_female_new')}>
|
|
110
|
+
{moh717ReportData.opd_attendance_greater_5yrs_female_new}
|
|
111
|
+
</td>
|
|
112
|
+
<td onClick={() => navigateTo204BRegister('opd_attendance_greater_5yrs_female_revisit')}>
|
|
113
|
+
{moh717ReportData.opd_attendance_greater_5yrs_female_revisit}
|
|
114
|
+
</td>
|
|
115
|
+
<td
|
|
116
|
+
onClick={() =>
|
|
117
|
+
navigateTo204BRegister([
|
|
118
|
+
'opd_attendance_greater_5yrs_female_new',
|
|
119
|
+
'opd_attendance_greater_5yrs_female_revisit',
|
|
120
|
+
])
|
|
121
|
+
}
|
|
122
|
+
>
|
|
123
|
+
{(moh717ReportData.opd_attendance_greater_5yrs_female_new || 0) +
|
|
124
|
+
(moh717ReportData.opd_attendance_greater_5yrs_female_revisit || 0)}
|
|
125
|
+
</td>
|
|
126
|
+
</tr>
|
|
127
|
+
<tr>
|
|
128
|
+
<td>A.1.3</td>
|
|
129
|
+
<td>Children Under 5 - Male</td>
|
|
130
|
+
<td onClick={() => navigateTo204ARegister('opd_attendance_less_5yrs_male_new')}>
|
|
131
|
+
{moh717ReportData.opd_attendance_less_5yrs_male_new}
|
|
132
|
+
</td>
|
|
133
|
+
<td onClick={() => navigateTo204ARegister('opd_attendance_less_5yrs_male_revisit')}>
|
|
134
|
+
{moh717ReportData.opd_attendance_less_5yrs_male_revisit}
|
|
135
|
+
</td>
|
|
136
|
+
<td
|
|
137
|
+
onClick={() =>
|
|
138
|
+
navigateTo204ARegister(['opd_attendance_less_5yrs_male_new', 'opd_attendance_less_5yrs_male_revisit'])
|
|
139
|
+
}
|
|
140
|
+
>
|
|
141
|
+
{(moh717ReportData.opd_attendance_less_5yrs_male_new || 0) +
|
|
142
|
+
(moh717ReportData.opd_attendance_less_5yrs_male_revisit || 0)}
|
|
143
|
+
</td>
|
|
144
|
+
</tr>
|
|
145
|
+
<tr>
|
|
146
|
+
<td>A.1.4</td>
|
|
147
|
+
<td>Children Under 5 - Female</td>
|
|
148
|
+
<td onClick={() => navigateTo204ARegister('opd_attendance_less_5yrs_female_new')}>
|
|
149
|
+
{moh717ReportData.opd_attendance_less_5yrs_female_new}
|
|
150
|
+
</td>
|
|
151
|
+
<td onClick={() => navigateTo204ARegister('opd_attendance_less_5yrs_female_revisit')}>
|
|
152
|
+
{moh717ReportData.opd_attendance_less_5yrs_female_revisit}
|
|
153
|
+
</td>
|
|
154
|
+
<td
|
|
155
|
+
onClick={() =>
|
|
156
|
+
navigateTo204ARegister([
|
|
157
|
+
'opd_attendance_less_5yrs_female_new',
|
|
158
|
+
'opd_attendance_less_5yrs_female_revisit',
|
|
159
|
+
])
|
|
160
|
+
}
|
|
161
|
+
>
|
|
162
|
+
{(moh717ReportData.opd_attendance_less_5yrs_female_new || 0) +
|
|
163
|
+
(moh717ReportData.opd_attendance_less_5yrs_female_revisit || 0)}
|
|
164
|
+
</td>
|
|
165
|
+
</tr>
|
|
166
|
+
<tr>
|
|
167
|
+
<td>A.1.5</td>
|
|
168
|
+
<td>Over 60 years</td>
|
|
169
|
+
<td onClick={() => navigateTo204BRegister('over_60_years_new')}>{moh717ReportData.over_60_years_new}</td>
|
|
170
|
+
<td onClick={() => navigateTo204BRegister('over_60_years_revisit')}>
|
|
171
|
+
{moh717ReportData.over_60_years_revisit}
|
|
172
|
+
</td>
|
|
173
|
+
<td onClick={() => navigateTo204ARegister(['over_60_years_new', 'over_60_years_revisit'])}>
|
|
174
|
+
{(moh717ReportData.over_60_years_new || 0) + (moh717ReportData.over_60_years_revisit || 0)}
|
|
175
|
+
</td>
|
|
176
|
+
</tr>
|
|
177
|
+
<tr>
|
|
178
|
+
<td className={styles.totals}>A.1.5</td>
|
|
179
|
+
<td className={styles.totals}>TOTAL GENERAL OUTPATIENTS</td>
|
|
180
|
+
<td className={styles.totals}>
|
|
181
|
+
{(moh717ReportData.opd_attendance_greater_5yrs_male_new || 0) +
|
|
182
|
+
(moh717ReportData.opd_attendance_greater_5yrs_female_new || 0) +
|
|
183
|
+
(moh717ReportData.opd_attendance_less_5yrs_male_new || 0) +
|
|
184
|
+
(moh717ReportData.opd_attendance_less_5yrs_female_new || 0) +
|
|
185
|
+
(moh717ReportData.over_60_years_new || 0)}
|
|
186
|
+
</td>
|
|
187
|
+
<td className={styles.totals}>
|
|
188
|
+
{(moh717ReportData.opd_attendance_greater_5yrs_male_revisit || 0) +
|
|
189
|
+
(moh717ReportData.opd_attendance_greater_5yrs_female_revisit || 0) +
|
|
190
|
+
(moh717ReportData.opd_attendance_less_5yrs_male_revisit || 0) +
|
|
191
|
+
(moh717ReportData.opd_attendance_less_5yrs_female_revisit || 0) +
|
|
192
|
+
(moh717ReportData.over_60_years_revisit || 0)}
|
|
193
|
+
</td>
|
|
194
|
+
<td className={styles.totals}>
|
|
195
|
+
{(moh717ReportData.opd_attendance_greater_5yrs_male_new || 0) +
|
|
196
|
+
(moh717ReportData.opd_attendance_greater_5yrs_female_new || 0) +
|
|
197
|
+
(moh717ReportData.opd_attendance_less_5yrs_male_new || 0) +
|
|
198
|
+
(moh717ReportData.opd_attendance_less_5yrs_female_new || 0) +
|
|
199
|
+
(moh717ReportData.over_60_years_new || 0) +
|
|
200
|
+
(moh717ReportData.opd_attendance_greater_5yrs_male_revisit || 0) +
|
|
201
|
+
(moh717ReportData.opd_attendance_greater_5yrs_female_revisit || 0) +
|
|
202
|
+
(moh717ReportData.opd_attendance_less_5yrs_male_revisit || 0) +
|
|
203
|
+
(moh717ReportData.opd_attendance_less_5yrs_female_revisit || 0) +
|
|
204
|
+
(moh717ReportData.over_60_years_revisit || 0)}
|
|
205
|
+
</td>
|
|
206
|
+
</tr>
|
|
207
|
+
<tr>
|
|
208
|
+
<th colSpan={2} className={styles.alighnLeft}>
|
|
209
|
+
A.2 CASUALTY
|
|
210
|
+
</th>
|
|
211
|
+
<th></th>
|
|
212
|
+
<th></th>
|
|
213
|
+
<th></th>
|
|
214
|
+
</tr>
|
|
215
|
+
<tr>
|
|
216
|
+
<th colSpan={3} className={styles.alighnLeft}>
|
|
217
|
+
A.3 SPECIAL CLINICS(if recorded separately from General Filter Clinics)
|
|
218
|
+
</th>
|
|
219
|
+
<th></th>
|
|
220
|
+
<th></th>
|
|
221
|
+
</tr>
|
|
222
|
+
<tr>
|
|
223
|
+
<td>A.3.1</td>
|
|
224
|
+
<td>E.N.T. Clinic</td>
|
|
225
|
+
<td>{moh717ReportData.ent_clinic_attendance_new}</td>
|
|
226
|
+
<td>{moh717ReportData.ent_clinic_attendance_revisit}</td>
|
|
227
|
+
<td>
|
|
228
|
+
{(moh717ReportData.ent_clinic_attendance_new || 0) +
|
|
229
|
+
(moh717ReportData.ent_clinic_attendance_revisit || 0)}
|
|
230
|
+
</td>
|
|
231
|
+
</tr>
|
|
232
|
+
<tr>
|
|
233
|
+
<td>A.3.2</td>
|
|
234
|
+
<td>Eye Clinic</td>
|
|
235
|
+
<td>{moh717ReportData.eye_clinic_attendance_new}</td>
|
|
236
|
+
<td>{moh717ReportData.eye_clinic_attendance_revisit}</td>
|
|
237
|
+
<td>
|
|
238
|
+
{(moh717ReportData.eye_clinic_attendance_new || 0) +
|
|
239
|
+
(moh717ReportData.eye_clinic_attendance_revisit || 0)}
|
|
240
|
+
</td>
|
|
241
|
+
</tr>
|
|
242
|
+
<tr>
|
|
243
|
+
<td>A.3.3</td>
|
|
244
|
+
<td>TB and Leprosy</td>
|
|
245
|
+
<td>{moh717ReportData.tb_and_leprosy_attendance_new}</td>
|
|
246
|
+
<td>{moh717ReportData.tb_and_leprosy_attendance_revisit}</td>
|
|
247
|
+
<td>
|
|
248
|
+
{(moh717ReportData.tb_and_leprosy_attendance_new || 0) +
|
|
249
|
+
(moh717ReportData.tb_and_leprosy_attendance_revisit || 0)}
|
|
250
|
+
</td>
|
|
251
|
+
</tr>
|
|
252
|
+
<tr>
|
|
253
|
+
<td>A.3.4</td>
|
|
254
|
+
<td>Comprehensive Care Clinic (CCC)</td>
|
|
255
|
+
<td>{moh717ReportData.ccc_new}</td>
|
|
256
|
+
<td>{moh717ReportData.ccc_revisit}</td>
|
|
257
|
+
<td>{(moh717ReportData.ccc_new || 0) + (moh717ReportData.ccc_revisit || 0)}</td>
|
|
258
|
+
</tr>
|
|
259
|
+
<tr>
|
|
260
|
+
<td>A.3.5</td>
|
|
261
|
+
<td>Psychiatry</td>
|
|
262
|
+
<td>{moh717ReportData.psychiatry_attendance_new}</td>
|
|
263
|
+
<td>{moh717ReportData.psychiatry_attendance_revisit}</td>
|
|
264
|
+
<td>
|
|
265
|
+
{(moh717ReportData.psychiatry_attendance_new || 0) +
|
|
266
|
+
(moh717ReportData.psychiatry_attendance_revisit || 0)}
|
|
267
|
+
</td>
|
|
268
|
+
</tr>
|
|
269
|
+
<tr>
|
|
270
|
+
<td>A.3.6</td>
|
|
271
|
+
<td>Orthopaedic Clinic</td>
|
|
272
|
+
<td>{moh717ReportData.orthopaedic_new}</td>
|
|
273
|
+
<td>{moh717ReportData.orthopaedic_revisit}</td>
|
|
274
|
+
<td>{(moh717ReportData.orthopaedic_new || 0) + (moh717ReportData.orthopaedic_revisit || 0)}</td>
|
|
275
|
+
</tr>
|
|
276
|
+
<tr>
|
|
277
|
+
<td>A.3.7</td>
|
|
278
|
+
<td>Occupational Therapy</td>
|
|
279
|
+
<td>{moh717ReportData.occupational_therapy_new}</td>
|
|
280
|
+
<td>{moh717ReportData.occupational_therapy_revisit}</td>
|
|
281
|
+
<td>
|
|
282
|
+
{(moh717ReportData.occupational_therapy_new || 0) + (moh717ReportData.occupational_therapy_revisit || 0)}
|
|
283
|
+
</td>
|
|
284
|
+
</tr>
|
|
285
|
+
<tr>
|
|
286
|
+
<td>A.3.8</td>
|
|
287
|
+
<td>Physiotherapy Clinic</td>
|
|
288
|
+
<td>{moh717ReportData.physiotherapy_new}</td>
|
|
289
|
+
<td>{moh717ReportData.physiotherapy_revisit}</td>
|
|
290
|
+
<td>{(moh717ReportData.physiotherapy_new || 0) + (moh717ReportData.physiotherapy_revisit || 0)}</td>
|
|
291
|
+
</tr>
|
|
292
|
+
<tr>
|
|
293
|
+
<td>A.3.9</td>
|
|
294
|
+
<td>Medical Clinics</td>
|
|
295
|
+
<td>{moh717ReportData.medical_attendance_new}</td>
|
|
296
|
+
<td>{moh717ReportData.medical_attendance_revisit}</td>
|
|
297
|
+
<td>
|
|
298
|
+
{(moh717ReportData.medical_attendance_new || 0) + (moh717ReportData.medical_attendance_revisit || 0)}
|
|
299
|
+
</td>
|
|
300
|
+
</tr>
|
|
301
|
+
<tr>
|
|
302
|
+
<td>A.3.10</td>
|
|
303
|
+
<td>Surgical Clinics</td>
|
|
304
|
+
<td>{moh717ReportData.surgical_clinics_new}</td>
|
|
305
|
+
<td>{moh717ReportData.surgical_clinics_revisit}</td>
|
|
306
|
+
<td>{(moh717ReportData.surgical_clinics_new || 0) + (moh717ReportData.surgical_clinics_revisit || 0)}</td>
|
|
307
|
+
</tr>
|
|
308
|
+
<tr>
|
|
309
|
+
<td>A.3.11</td>
|
|
310
|
+
<td>Paediatrics</td>
|
|
311
|
+
<td>{moh717ReportData.paediatrics_attendance_new}</td>
|
|
312
|
+
<td>{moh717ReportData.paediatrics_attendance_revisit}</td>
|
|
313
|
+
<td>
|
|
314
|
+
{(moh717ReportData.paediatrics_attendance_new || 0) +
|
|
315
|
+
(moh717ReportData.paediatrics_attendance_revisit || 0)}
|
|
316
|
+
</td>
|
|
317
|
+
</tr>
|
|
318
|
+
<tr>
|
|
319
|
+
<td>A.3.12</td>
|
|
320
|
+
<td>Obstetrics/Gynaecology</td>
|
|
321
|
+
<td>{moh717ReportData.obstetrics_gynaecology_new}</td>
|
|
322
|
+
<td>{moh717ReportData.obstetrics_gynaecology_revisit}</td>
|
|
323
|
+
<td>
|
|
324
|
+
{(moh717ReportData.obstetrics_gynaecology_new || 0) +
|
|
325
|
+
(moh717ReportData.obstetrics_gynaecology_revisit || 0)}
|
|
326
|
+
</td>
|
|
327
|
+
</tr>
|
|
328
|
+
<tr>
|
|
329
|
+
<td>A.3.13</td>
|
|
330
|
+
<td>Nutrition Clinic</td>
|
|
331
|
+
<td>{moh717ReportData.nutrition_new}</td>
|
|
332
|
+
<td>{moh717ReportData.nutrition_revisit}</td>
|
|
333
|
+
<td>{(moh717ReportData.nutrition_new || 0) + (moh717ReportData.nutrition_revisit || 0)}</td>
|
|
334
|
+
</tr>
|
|
335
|
+
<tr>
|
|
336
|
+
<td>A.3.14</td>
|
|
337
|
+
<td>Oncology Clinic</td>
|
|
338
|
+
<td>{moh717ReportData.oncology_new}</td>
|
|
339
|
+
<td>{moh717ReportData.oncology_revisit}</td>
|
|
340
|
+
<td>{(moh717ReportData.oncology_new || 0) + (moh717ReportData.oncology_revisit || 0)}</td>
|
|
341
|
+
</tr>
|
|
342
|
+
<tr>
|
|
343
|
+
<td>A.3.15</td>
|
|
344
|
+
<td>Renal Clinic</td>
|
|
345
|
+
<td>{moh717ReportData.renal_new}</td>
|
|
346
|
+
<td>{moh717ReportData.renal_revisit}</td>
|
|
347
|
+
<td>{(moh717ReportData.renal_new || 0) + (moh717ReportData.renal_revisit || 0)}</td>
|
|
348
|
+
</tr>
|
|
349
|
+
<tr>
|
|
350
|
+
<td>A.3.16</td>
|
|
351
|
+
<td>All other Special Clinics</td>
|
|
352
|
+
<td>{moh717ReportData.other_special_clinics_new}</td>
|
|
353
|
+
<td>{moh717ReportData.other_special_clinics_revisit}</td>
|
|
354
|
+
<td>
|
|
355
|
+
{(moh717ReportData.other_special_clinics_new || 0) +
|
|
356
|
+
(moh717ReportData.other_special_clinics_revisit || 0)}
|
|
357
|
+
</td>
|
|
358
|
+
</tr>
|
|
359
|
+
<tr>
|
|
360
|
+
<td className={styles.totals}>A.3.8</td>
|
|
361
|
+
<td className={styles.totals}>TOTAL SPECIAL CLINICS</td>
|
|
362
|
+
<td className={styles.totals}>
|
|
363
|
+
{(moh717ReportData.ent_clinic_attendance_new || 0) +
|
|
364
|
+
(moh717ReportData.eye_clinic_attendance_new || 0) +
|
|
365
|
+
(moh717ReportData.tb_and_leprosy_attendance_new || 0) +
|
|
366
|
+
(moh717ReportData.ccc_new || 0) +
|
|
367
|
+
(moh717ReportData.psychiatry_attendance_new || 0) +
|
|
368
|
+
(moh717ReportData.orthopaedic_new || 0) +
|
|
369
|
+
(moh717ReportData.occupational_therapy_new || 0) +
|
|
370
|
+
(moh717ReportData.physiotherapy_new || 0) +
|
|
371
|
+
(moh717ReportData.medical_attendance_new || 0) +
|
|
372
|
+
(moh717ReportData.surgical_clinics_new || 0) +
|
|
373
|
+
(moh717ReportData.paediatrics_attendance_new || 0) +
|
|
374
|
+
(moh717ReportData.obstetrics_gynaecology_new || 0) +
|
|
375
|
+
(moh717ReportData.nutrition_new || 0) +
|
|
376
|
+
(moh717ReportData.oncology_new || 0) +
|
|
377
|
+
(moh717ReportData.renal_new || 0) +
|
|
378
|
+
(moh717ReportData.other_special_clinics_new || 0)}
|
|
379
|
+
</td>
|
|
380
|
+
<td className={styles.totals}>
|
|
381
|
+
{(moh717ReportData.ent_clinic_attendance_revisit || 0) +
|
|
382
|
+
(moh717ReportData.eye_clinic_attendance_revisit || 0) +
|
|
383
|
+
(moh717ReportData.tb_and_leprosy_attendance_revisit || 0) +
|
|
384
|
+
(moh717ReportData.ccc_revisit || 0) +
|
|
385
|
+
(moh717ReportData.psychiatry_attendance_revisit || 0) +
|
|
386
|
+
(moh717ReportData.orthopaedic_revisit || 0) +
|
|
387
|
+
(moh717ReportData.occupational_therapy_revisit || 0) +
|
|
388
|
+
(moh717ReportData.physiotherapy_revisit || 0) +
|
|
389
|
+
(moh717ReportData.medical_attendance_revisit || 0) +
|
|
390
|
+
(moh717ReportData.surgical_clinics_revisit || 0) +
|
|
391
|
+
(moh717ReportData.paediatrics_attendance_revisit || 0) +
|
|
392
|
+
(moh717ReportData.obstetrics_gynaecology_revisit || 0) +
|
|
393
|
+
(moh717ReportData.nutrition_revisit || 0) +
|
|
394
|
+
(moh717ReportData.oncology_revisit || 0) +
|
|
395
|
+
(moh717ReportData.renal_revisit || 0) +
|
|
396
|
+
(moh717ReportData.other_special_clinics_revisit || 0)}
|
|
397
|
+
</td>
|
|
398
|
+
<td className={styles.totals}>
|
|
399
|
+
{(moh717ReportData.ent_clinic_attendance_new || 0) +
|
|
400
|
+
(moh717ReportData.eye_clinic_attendance_new || 0) +
|
|
401
|
+
(moh717ReportData.tb_and_leprosy_attendance_new || 0) +
|
|
402
|
+
(moh717ReportData.ccc_new || 0) +
|
|
403
|
+
(moh717ReportData.psychiatry_attendance_new || 0) +
|
|
404
|
+
(moh717ReportData.orthopaedic_new || 0) +
|
|
405
|
+
(moh717ReportData.occupational_therapy_new || 0) +
|
|
406
|
+
(moh717ReportData.physiotherapy_new || 0) +
|
|
407
|
+
(moh717ReportData.medical_attendance_new || 0) +
|
|
408
|
+
(moh717ReportData.surgical_clinics_new || 0) +
|
|
409
|
+
(moh717ReportData.paediatrics_attendance_new || 0) +
|
|
410
|
+
(moh717ReportData.obstetrics_gynaecology_new || 0) +
|
|
411
|
+
(moh717ReportData.nutrition_new || 0) +
|
|
412
|
+
(moh717ReportData.oncology_new || 0) +
|
|
413
|
+
(moh717ReportData.renal_new || 0) +
|
|
414
|
+
(moh717ReportData.other_special_clinics_new || 0) +
|
|
415
|
+
(moh717ReportData.ent_clinic_attendance_revisit || 0) +
|
|
416
|
+
(moh717ReportData.eye_clinic_attendance_revisit || 0) +
|
|
417
|
+
(moh717ReportData.tb_and_leprosy_attendance_revisit || 0) +
|
|
418
|
+
(moh717ReportData.ccc_revisit || 0) +
|
|
419
|
+
(moh717ReportData.psychiatry_attendance_revisit || 0) +
|
|
420
|
+
(moh717ReportData.orthopaedic_revisit || 0) +
|
|
421
|
+
(moh717ReportData.occupational_therapy_revisit || 0) +
|
|
422
|
+
(moh717ReportData.physiotherapy_revisit || 0) +
|
|
423
|
+
(moh717ReportData.medical_attendance_revisit || 0) +
|
|
424
|
+
(moh717ReportData.surgical_clinics_revisit || 0) +
|
|
425
|
+
(moh717ReportData.paediatrics_attendance_revisit || 0) +
|
|
426
|
+
(moh717ReportData.obstetrics_gynaecology_revisit || 0) +
|
|
427
|
+
(moh717ReportData.nutrition_revisit || 0) +
|
|
428
|
+
(moh717ReportData.oncology_revisit || 0) +
|
|
429
|
+
(moh717ReportData.renal_revisit || 0) +
|
|
430
|
+
(moh717ReportData.other_special_clinics_revisit || 0)}
|
|
431
|
+
</td>
|
|
432
|
+
</tr>
|
|
433
|
+
<tr>
|
|
434
|
+
<th colSpan={2} className={styles.alighnLeft}>
|
|
435
|
+
A.4 MCH/FP CLIENTS
|
|
436
|
+
</th>
|
|
437
|
+
<th></th>
|
|
438
|
+
<th></th>
|
|
439
|
+
<th></th>
|
|
440
|
+
</tr>
|
|
441
|
+
<tr>
|
|
442
|
+
<td>A.4.1</td>
|
|
443
|
+
<td>CWC Attendances</td>
|
|
444
|
+
<td onClick={() => navigateTo511Register('cwc_attendance_new')}>{moh717ReportData.cwc_attendance_new}</td>
|
|
445
|
+
<td onClick={() => navigateTo511Register('cwc_attendance_revisit')}>
|
|
446
|
+
{moh717ReportData.cwc_attendance_revisit}
|
|
447
|
+
</td>
|
|
448
|
+
<td onClick={() => navigateTo511Register(['cwc_attendance_new', 'cwc_attendance_revisit'])}>
|
|
449
|
+
{(moh717ReportData.cwc_attendance_new || 0) + (moh717ReportData.cwc_attendance_revisit || 0)}
|
|
450
|
+
</td>
|
|
451
|
+
</tr>
|
|
452
|
+
<tr>
|
|
453
|
+
<td>A.4.2</td>
|
|
454
|
+
<td>ANC Attendances</td>
|
|
455
|
+
<td onClick={() => navigateToMoh405Register('anc_new')}>{moh717ReportData.anc_new}</td>
|
|
456
|
+
<td onClick={() => navigateToMoh405Register('anc_revisit')}>{moh717ReportData.anc_revisit}</td>
|
|
457
|
+
<td onClick={() => navigateToMoh405Register(['anc_new', 'anc_revisit'])}>
|
|
458
|
+
{(moh717ReportData.anc_new || 0) + (moh717ReportData.anc_revisit || 0)}
|
|
459
|
+
</td>
|
|
460
|
+
</tr>
|
|
461
|
+
<tr>
|
|
462
|
+
<td>A.4.3</td>
|
|
463
|
+
<td>PNC Attendances</td>
|
|
464
|
+
<td onClick={() => navigateToMoh406Register('pnc_new')}>{moh717ReportData.pnc_new}</td>
|
|
465
|
+
<td onClick={() => navigateToMoh406Register('pnc_revisit')}>{moh717ReportData.pnc_revisit}</td>
|
|
466
|
+
<td onClick={() => navigateToMoh406Register(['pnc_new', 'pnc_revisit'])}>
|
|
467
|
+
{(moh717ReportData.pnc_new || 0) + (moh717ReportData.pnc_revisit || 0)}
|
|
468
|
+
</td>
|
|
469
|
+
</tr>
|
|
470
|
+
<tr>
|
|
471
|
+
<td>A.4.4</td>
|
|
472
|
+
<td>FP Attendances</td>
|
|
473
|
+
<td>{moh717ReportData.fp_attendance_new}</td>
|
|
474
|
+
<td>{moh717ReportData.fp_attendance_revisit}</td>
|
|
475
|
+
<td>{(moh717ReportData.fp_attendance_new || 0) + (moh717ReportData.fp_attendance_revisit || 0)}</td>
|
|
476
|
+
</tr>
|
|
477
|
+
<tr>
|
|
478
|
+
<td className={styles.totals}>A.4.5</td>
|
|
479
|
+
<td className={styles.totals}>TOTAL MCH/FP</td>
|
|
480
|
+
<td className={styles.totals}>
|
|
481
|
+
{(moh717ReportData.cwc_attendance_new || 0) +
|
|
482
|
+
(moh717ReportData.anc_new || 0) +
|
|
483
|
+
(moh717ReportData.pnc_new || 0) +
|
|
484
|
+
(moh717ReportData.fp_attendance_new || 0)}
|
|
485
|
+
</td>
|
|
486
|
+
<td className={styles.totals}>
|
|
487
|
+
{(moh717ReportData.cwc_attendance_revisit || 0) +
|
|
488
|
+
(moh717ReportData.anc_revisit || 0) +
|
|
489
|
+
(moh717ReportData.pnc_revisit || 0) +
|
|
490
|
+
(moh717ReportData.fp_attendance_revisit || 0)}
|
|
491
|
+
</td>
|
|
492
|
+
<td className={styles.totals}>
|
|
493
|
+
{(moh717ReportData.cwc_attendance_new || 0) +
|
|
494
|
+
(moh717ReportData.anc_new || 0) +
|
|
495
|
+
(moh717ReportData.pnc_new || 0) +
|
|
496
|
+
(moh717ReportData.fp_attendance_new || 0) +
|
|
497
|
+
(moh717ReportData.cwc_attendance_revisit || 0) +
|
|
498
|
+
(moh717ReportData.anc_revisit || 0) +
|
|
499
|
+
(moh717ReportData.pnc_revisit || 0) +
|
|
500
|
+
(moh717ReportData.fp_attendance_revisit || 0)}
|
|
501
|
+
</td>
|
|
502
|
+
</tr>
|
|
503
|
+
<tr>
|
|
504
|
+
<th colSpan={2} className={styles.alighnLeft}>
|
|
505
|
+
A.5 DENTAL CLINIC
|
|
506
|
+
</th>
|
|
507
|
+
<th></th>
|
|
508
|
+
<th></th>
|
|
509
|
+
<th></th>
|
|
510
|
+
</tr>
|
|
511
|
+
<tr>
|
|
512
|
+
<td>A.5.1</td>
|
|
513
|
+
<td>Attendance (Excluding fillings and extractios)</td>
|
|
514
|
+
<td>{moh717ReportData.dental_attendance_ex_fillings_extractions_new}</td>
|
|
515
|
+
<td>{moh717ReportData.dental_attendance_ex_fillings_extractions_revisit}</td>
|
|
516
|
+
<td>
|
|
517
|
+
{(moh717ReportData.dental_attendance_ex_fillings_extractions_new || 0) +
|
|
518
|
+
(moh717ReportData.dental_attendance_ex_fillings_extractions_revisit || 0)}
|
|
519
|
+
</td>
|
|
520
|
+
</tr>
|
|
521
|
+
<tr>
|
|
522
|
+
<td>A.5.2</td>
|
|
523
|
+
<td>Fillings</td>
|
|
524
|
+
<td>{moh717ReportData.dental_fillings_new}</td>
|
|
525
|
+
<td>{moh717ReportData.dental_fillings_revisit}</td>
|
|
526
|
+
<td>{(moh717ReportData.dental_fillings_new || 0) + (moh717ReportData.dental_fillings_revisit || 0)}</td>
|
|
527
|
+
</tr>
|
|
528
|
+
<tr>
|
|
529
|
+
<td>A.5.3</td>
|
|
530
|
+
<td>Extractions</td>
|
|
531
|
+
<td>{moh717ReportData.dental_extractions_new}</td>
|
|
532
|
+
<td>{moh717ReportData.dental_extractions_revisit}</td>
|
|
533
|
+
<td>
|
|
534
|
+
{(moh717ReportData.dental_extractions_new || 0) + (moh717ReportData.dental_extractions_revisit || 0)}
|
|
535
|
+
</td>
|
|
536
|
+
</tr>
|
|
537
|
+
<tr>
|
|
538
|
+
<td className={styles.totals}>A.5.4</td>
|
|
539
|
+
<td className={styles.totals}>TOTAL DENTAL SERVICES</td>
|
|
540
|
+
<td>
|
|
541
|
+
{(moh717ReportData.dental_attendance_ex_fillings_extractions_new || 0) +
|
|
542
|
+
(moh717ReportData.dental_fillings_new || 0) +
|
|
543
|
+
(moh717ReportData.dental_extractions_new || 0)}
|
|
544
|
+
</td>
|
|
545
|
+
<td>
|
|
546
|
+
{(moh717ReportData.dental_attendance_ex_fillings_extractions_revisit || 0) +
|
|
547
|
+
(moh717ReportData.dental_fillings_revisit || 0) +
|
|
548
|
+
(moh717ReportData.dental_extractions_revisit || 0)}
|
|
549
|
+
</td>
|
|
550
|
+
<td>
|
|
551
|
+
{(moh717ReportData.dental_attendance_ex_fillings_extractions_new || 0) +
|
|
552
|
+
(moh717ReportData.dental_fillings_new || 0) +
|
|
553
|
+
(moh717ReportData.dental_extractions_new || 0) +
|
|
554
|
+
(moh717ReportData.dental_attendance_ex_fillings_extractions_revisit || 0) +
|
|
555
|
+
(moh717ReportData.dental_fillings_revisit || 0) +
|
|
556
|
+
(moh717ReportData.dental_extractions_revisit || 0)}
|
|
557
|
+
</td>
|
|
558
|
+
</tr>
|
|
559
|
+
<tr>
|
|
560
|
+
<th colSpan={2} className={styles.totals}>
|
|
561
|
+
A.6 TOTAL OUTPATIENT SERVICES (=A.1.5 + A.2 + A.3.7 + A.4.5 + A.5.4)
|
|
562
|
+
</th>
|
|
563
|
+
<th className={styles.totals}></th>
|
|
564
|
+
<th className={styles.totals}></th>
|
|
565
|
+
<th className={styles.totals}></th>
|
|
566
|
+
</tr>
|
|
567
|
+
<tr>
|
|
568
|
+
<th colSpan={2} className={styles.alighnLeft}>
|
|
569
|
+
A.7 MEDICAL EXAMINATIONS (except p3)
|
|
570
|
+
</th>
|
|
571
|
+
<th className={styles.alighnLeft}>{moh717ReportData.medical_examinations_except_p3}</th>
|
|
572
|
+
<th className={styles.alighnLeft}>A.10 REMOVAL OF STITCHES</th>
|
|
573
|
+
<th className={styles.alighnLeft}>{moh717ReportData.opd_removal_of_stitches}</th>
|
|
574
|
+
</tr>
|
|
575
|
+
<tr>
|
|
576
|
+
<th colSpan={2} className={styles.alighnLeft}>
|
|
577
|
+
A.8 MEDICAL REPORTS (incl. p3, compensation, insurance, etc.)
|
|
578
|
+
</th>
|
|
579
|
+
<th className={styles.alighnLeft}>{moh717ReportData.opd_medical_reports}</th>
|
|
580
|
+
<th className={styles.alighnLeft}>A.12 INJECTIONS</th>
|
|
581
|
+
<th className={styles.alighnLeft}>{moh717ReportData.opd_injections_given}</th>
|
|
582
|
+
</tr>
|
|
583
|
+
<tr>
|
|
584
|
+
<th colSpan={2} className={styles.alighnLeft}>
|
|
585
|
+
A.9 DRESSINGS
|
|
586
|
+
</th>
|
|
587
|
+
<th className={styles.alighnLeft}>{moh717ReportData.opd_dressing_done}</th>
|
|
588
|
+
<th className={styles.alighnLeft}>A.12 STITCHING</th>
|
|
589
|
+
<th className={styles.totalighnLeftals}>{moh717ReportData.opd_stitching}</th>
|
|
590
|
+
</tr>
|
|
591
|
+
</tbody>
|
|
592
|
+
</table>
|
|
593
|
+
</>
|
|
594
|
+
);
|
|
595
|
+
};
|
|
596
|
+
|
|
597
|
+
export default OutpatientComponent;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import styles from '../moh717.scss';
|
|
4
|
+
import classNames from 'classnames';
|
|
5
|
+
|
|
6
|
+
interface InpatientComponentProps {
|
|
7
|
+
moh717ReportData: any;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
const PharmacyComponent: React.FC<InpatientComponentProps> = ({ moh717ReportData }) => {
|
|
11
|
+
return (
|
|
12
|
+
<>
|
|
13
|
+
<table className={classNames(`${styles.table}`, `${styles.tableBordered}`, `${styles.tableStriped}`)}>
|
|
14
|
+
<thead>
|
|
15
|
+
<tr>
|
|
16
|
+
<th>D. PHARMACY</th>
|
|
17
|
+
<th>No. of Prescriptions</th>
|
|
18
|
+
</tr>
|
|
19
|
+
</thead>
|
|
20
|
+
<tbody>
|
|
21
|
+
<tr>
|
|
22
|
+
<td>D.1 Common Drugs</td>
|
|
23
|
+
<td>{moh717ReportData.prescriptions_issued_common_drugs}</td>
|
|
24
|
+
</tr>
|
|
25
|
+
<tr>
|
|
26
|
+
<td>D.2 Antibiotics</td>
|
|
27
|
+
<td>{moh717ReportData.prescriptions_issued_antibiotics}</td>
|
|
28
|
+
</tr>
|
|
29
|
+
<tr>
|
|
30
|
+
<td>D.3 Special Drugs</td>
|
|
31
|
+
<td>{moh717ReportData.prescriptions_issued_special_drugs}</td>
|
|
32
|
+
</tr>
|
|
33
|
+
<tr>
|
|
34
|
+
<td>D.4 Drugs For Children</td>
|
|
35
|
+
<td>{moh717ReportData.prescriptions_issued_drugs_children}</td>
|
|
36
|
+
</tr>
|
|
37
|
+
</tbody>
|
|
38
|
+
</table>
|
|
39
|
+
</>
|
|
40
|
+
);
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
export default PharmacyComponent;
|