@ampath/esm-reports-app 1.0.0-next.10
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/.editorconfig +12 -0
- package/.eslintignore +2 -0
- package/.eslintrc +57 -0
- package/.husky/pre-commit +7 -0
- package/.husky/pre-push +6 -0
- package/.prettierignore +14 -0
- package/.turbo.json +18 -0
- package/.yarn/plugins/@yarnpkg/plugin-outdated.cjs +35 -0
- package/LICENSE +401 -0
- package/README.md +9 -0
- package/__mocks__/react-i18next.js +50 -0
- package/dist/138.js +2 -0
- package/dist/138.js.LICENSE.txt +20 -0
- package/dist/138.js.map +1 -0
- package/dist/184.js +2 -0
- package/dist/184.js.LICENSE.txt +14 -0
- package/dist/184.js.map +1 -0
- package/dist/197.js +1 -0
- package/dist/205.js +1 -0
- package/dist/205.js.map +1 -0
- package/dist/282.js +2 -0
- package/dist/282.js.LICENSE.txt +32 -0
- package/dist/282.js.map +1 -0
- package/dist/300.js +1 -0
- package/dist/311.js +1 -0
- package/dist/311.js.map +1 -0
- package/dist/335.js +1 -0
- package/dist/353.js +1 -0
- package/dist/353.js.map +1 -0
- package/dist/478.js +2 -0
- package/dist/478.js.LICENSE.txt +9 -0
- package/dist/478.js.map +1 -0
- package/dist/540.js +2 -0
- package/dist/540.js.LICENSE.txt +9 -0
- package/dist/540.js.map +1 -0
- package/dist/55.js +1 -0
- package/dist/652.js +1 -0
- package/dist/677.js +1 -0
- package/dist/677.js.map +1 -0
- package/dist/812.js +1 -0
- package/dist/812.js.map +1 -0
- package/dist/961.js +2 -0
- package/dist/961.js.LICENSE.txt +19 -0
- package/dist/961.js.map +1 -0
- package/dist/99.js +1 -0
- package/dist/ampath-esm-reports-app.js +1 -0
- package/dist/ampath-esm-reports-app.js.buildmanifest.json +539 -0
- package/dist/ampath-esm-reports-app.js.map +1 -0
- package/dist/main.js +1 -0
- package/dist/main.js.map +1 -0
- package/dist/routes.json +1 -0
- package/e2e/README.md +115 -0
- package/e2e/core/global-setup.ts +32 -0
- package/e2e/core/index.ts +1 -0
- package/e2e/core/test.ts +20 -0
- package/e2e/fixtures/api.ts +26 -0
- package/e2e/fixtures/index.ts +1 -0
- package/e2e/pages/index.ts +1 -0
- package/e2e/pages/root-page.ts +32 -0
- package/e2e/specs/template-app.spec.ts +23 -0
- package/e2e/support/github/Dockerfile +34 -0
- package/e2e/support/github/docker-compose.yml +24 -0
- package/e2e/support/github/run-e2e-docker-env.sh +37 -0
- package/example.env +6 -0
- package/jest.config.js +33 -0
- package/package.json +106 -0
- package/playwright.config.ts +32 -0
- package/prettier.config.js +8 -0
- package/src/common/report-filters/report-filters.component.tsx +127 -0
- package/src/common/report-filters/report-filters.scss +49 -0
- package/src/config-schema.ts +12 -0
- package/src/createDashboardLink.tsx +9 -0
- package/src/dashboard/reports-dasboard.tsx +41 -0
- package/src/dashboard/reports-dashboard.module.scss +14 -0
- package/src/dashboard-meta/reports-dashboard.meta.ts +6 -0
- package/src/declarations.d.ts +5 -0
- package/src/index.ts +20 -0
- package/src/reports/datatable-wrapper/datatable-wrapper.component.tsx +54 -0
- package/src/reports/moh-240/moh-240.component.tsx +12 -0
- package/src/reports/moh-240/sub-reports/moh-240-register.component.tsx +42 -0
- package/src/reports/moh-240/sub-reports/page-summary.component.tsx +95 -0
- package/src/reports/moh-505/moh-505.component.tsx +234 -0
- package/src/reports/moh-705B/moh-705b.component.tsx +466 -0
- package/src/reports/moh-705B/moh-705b.scss +41 -0
- package/src/reports/moh-705a/moh-705a.component.tsx +473 -0
- package/src/reports/moh-705a/moh-705a.scss +41 -0
- package/src/reports/moh-706/moh-706.component.tsx +26 -0
- package/src/reports/moh-706/moh-706.scss +18 -0
- package/src/reports/moh-706/sub-reports/bacteriology/bacteriology.component.tsx +117 -0
- package/src/reports/moh-706/sub-reports/blood-chemistry/blood-chemistry.component.tsx +311 -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 +172 -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 +114 -0
- package/src/reports/moh-706/sub-reports/serology/serology.component.tsx +40 -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 +101 -0
- package/src/reports/moh-710/moh-710.component.tsx +663 -0
- package/src/reports/moh-710/moh-710.scss +41 -0
- package/src/reports/moh-711/moh-711.component.tsx +121 -0
- package/src/reports/moh-711/moh711.scss +71 -0
- package/src/reports/moh-711/sections/anc.component.tsx +134 -0
- package/src/reports/moh-711/sections/cervical-cancer.component.tsx +104 -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 +280 -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 +92 -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 +152 -0
- package/src/reports/moh-717/moh717.scss +150 -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 +94 -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 +489 -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-745/moh-745.component.tsx +629 -0
- package/src/reports/moh-745/moh-745.scss +67 -0
- package/src/reports/table-wrapper/table-row-mapper.component.tsx +42 -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-705.resource.ts +60 -0
- package/src/resources/moh-710.resource.ts +34 -0
- package/src/resources/moh-711.resource.ts +34 -0
- package/src/resources/moh-717.resource.ts +35 -0
- package/src/resources/moh-745.resource.ts +34 -0
- package/src/root.component.tsx +35 -0
- package/src/root.scss +15 -0
- package/src/routes.json +27 -0
- package/src/utils/get-base-url.ts +12 -0
- package/src/utils/utils.ts +7 -0
- package/tools/i18next-parser.config.js +89 -0
- package/tools/setup-tests.ts +1 -0
- package/tools/update-openmrs-deps.mjs +43 -0
- package/translations/am.json +24 -0
- package/translations/en.json +24 -0
- package/translations/es.json +24 -0
- package/translations/fr.json +24 -0
- package/translations/he.json +24 -0
- package/translations/km.json +24 -0
- package/tsconfig.json +24 -0
- package/webpack.config.js +1 -0
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import styles from '../moh711.scss';
|
|
4
|
+
import classNames from 'classnames';
|
|
5
|
+
|
|
6
|
+
interface GBVComponentProps {
|
|
7
|
+
moh711Data: any;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
const GBVComponent: React.FC<GBVComponentProps> = ({ moh711Data }) => {
|
|
11
|
+
return (
|
|
12
|
+
<>
|
|
13
|
+
<table className={classNames(`${styles.table}`, `${styles.tableBordered}`, `${styles.tableStriped}`)}>
|
|
14
|
+
<thead>
|
|
15
|
+
<tr>
|
|
16
|
+
<th></th>
|
|
17
|
+
<th colSpan={5}>C. Sexual and Gender Based Violence (SGBV)</th>
|
|
18
|
+
</tr>
|
|
19
|
+
<tr>
|
|
20
|
+
<th></th>
|
|
21
|
+
<th className={styles.greyBackground}></th>
|
|
22
|
+
<th>0-9 yrs</th>
|
|
23
|
+
<th>10-17 yrs</th>
|
|
24
|
+
<th>18-49 Yrs</th>
|
|
25
|
+
<th>50+yrs</th>
|
|
26
|
+
</tr>
|
|
27
|
+
</thead>
|
|
28
|
+
<tbody>
|
|
29
|
+
<tr>
|
|
30
|
+
<td>1</td>
|
|
31
|
+
<td>Total SGBV Total Survivors Seen (Rape, attempted rape, defilement and asault)</td>
|
|
32
|
+
<td>{moh711Data.sgbv_total_survivors_0_9}</td>
|
|
33
|
+
<td>{moh711Data.sgbv_total_survivors_10_17}</td>
|
|
34
|
+
<td>{moh711Data.sgbv_total_survivors_18_49}</td>
|
|
35
|
+
<td>{moh711Data.sgbv_total_survivors_50_plus}</td>
|
|
36
|
+
</tr>
|
|
37
|
+
<tr>
|
|
38
|
+
<td>2</td>
|
|
39
|
+
<td>No. of SGBV survivors presenting within 72 hours</td>
|
|
40
|
+
<td>{moh711Data.sgbv_within_72_hours_0_9}</td>
|
|
41
|
+
<td>{moh711Data.sgbv_within_72_hours_10_17}</td>
|
|
42
|
+
<td>{moh711Data.sgbv_within_72_hours_18_49}</td>
|
|
43
|
+
<td>{moh711Data.sgbv_within_72_hours_50_above}</td>
|
|
44
|
+
</tr>
|
|
45
|
+
<tr>
|
|
46
|
+
<td>3</td>
|
|
47
|
+
<td>No. of eligible Survivors Initiated on PEP</td>
|
|
48
|
+
<td>{moh711Data.sgbv_initiated_on_pep_0_9}</td>
|
|
49
|
+
<td>{moh711Data.sgbv_initiated_on_pep_10_17}</td>
|
|
50
|
+
<td>{moh711Data.sgbv_initiated_on_pep_18_49}</td>
|
|
51
|
+
<td>{moh711Data.sgbv_initiated_on_pep_50_above}</td>
|
|
52
|
+
</tr>
|
|
53
|
+
<tr>
|
|
54
|
+
<td>4</td>
|
|
55
|
+
<td>No. of eligible survivors Completed PEP</td>
|
|
56
|
+
<td>{moh711Data.sgbv_completed_pep_0_9}</td>
|
|
57
|
+
<td>{moh711Data.sgbv_completed_pep_10_17}</td>
|
|
58
|
+
<td>{moh711Data.sgbv_completed_pep_18_49}</td>
|
|
59
|
+
<td>{moh711Data.sgbv_completed_pep_50_above}</td>
|
|
60
|
+
</tr>
|
|
61
|
+
<tr>
|
|
62
|
+
<td>5</td>
|
|
63
|
+
<td>No. of SGBV survivors seroconverting 3 months after exposure</td>
|
|
64
|
+
<td>{moh711Data.sgbv_seroconverting_0_9}</td>
|
|
65
|
+
<td>{moh711Data.sgbv_seroconverting_10_17}</td>
|
|
66
|
+
<td>{moh711Data.sgbv_seroconverting_18_49}</td>
|
|
67
|
+
<td>{moh711Data.sgbv_seroconverting_50_above}</td>
|
|
68
|
+
</tr>
|
|
69
|
+
<tr>
|
|
70
|
+
<td>6</td>
|
|
71
|
+
<td>No. of SGBV survivors eligible for ECP</td>
|
|
72
|
+
<td>{moh711Data.sgbv_eligible_for_ecp_0_9}</td>
|
|
73
|
+
<td>{moh711Data.sgbv_eligible_for_ecp_10_17}</td>
|
|
74
|
+
<td>{moh711Data.sgbv_eligible_for_ecp_18_49}</td>
|
|
75
|
+
<td>{moh711Data.sgbv_eligible_for_ecp_50_above}</td>
|
|
76
|
+
</tr>
|
|
77
|
+
<tr>
|
|
78
|
+
<td>7</td>
|
|
79
|
+
<td>No. of SGBV survivors who received ECP</td>
|
|
80
|
+
<td>{moh711Data.sgbv_receiving_ecp_0_9}</td>
|
|
81
|
+
<td>{moh711Data.sgbv_receiving_ecp_10_17}</td>
|
|
82
|
+
<td>{moh711Data.sgbv_receiving_ecp_18_49}</td>
|
|
83
|
+
<td>{moh711Data.sgbv_receiving_ecp_50_above}</td>
|
|
84
|
+
</tr>
|
|
85
|
+
<tr>
|
|
86
|
+
<td>8</td>
|
|
87
|
+
<td>No. of rape/defilement Survivors Pregnant after 4 weeks</td>
|
|
88
|
+
<td>{moh711Data.sgbv_pregnant_0_9}</td>
|
|
89
|
+
<td>{moh711Data.sgbv_pregnant_10_17}</td>
|
|
90
|
+
<td>{moh711Data.sgbv_pregnant_18_49}</td>
|
|
91
|
+
<td>{moh711Data.sgbv_pregnant_50_above}</td>
|
|
92
|
+
</tr>
|
|
93
|
+
<tr>
|
|
94
|
+
<td>9</td>
|
|
95
|
+
<td>No. of RC/IPV clients seen</td>
|
|
96
|
+
<td>{moh711Data.sgbv_rc_seen_0_9}</td>
|
|
97
|
+
<td>{moh711Data.sgbv_rc_seen_10_17}</td>
|
|
98
|
+
<td>{moh711Data.sgbv_rc_seen_18_49}</td>
|
|
99
|
+
<td>{moh711Data.sgbv_rc_seen_50_above}</td>
|
|
100
|
+
</tr>
|
|
101
|
+
<tr>
|
|
102
|
+
<td>10</td>
|
|
103
|
+
<td>No. of survivors with disability</td>
|
|
104
|
+
<td>{moh711Data.sgbv_with_disability_0_9}</td>
|
|
105
|
+
<td>{moh711Data.sgbv_with_disability_10_17}</td>
|
|
106
|
+
<td>{moh711Data.sgbv_with_disability_18_49}</td>
|
|
107
|
+
<td>{moh711Data.sgbv_with_disability_50_above}</td>
|
|
108
|
+
</tr>
|
|
109
|
+
</tbody>
|
|
110
|
+
</table>
|
|
111
|
+
</>
|
|
112
|
+
);
|
|
113
|
+
};
|
|
114
|
+
|
|
115
|
+
export default GBVComponent;
|
|
@@ -0,0 +1,280 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import styles from '../moh711.scss';
|
|
4
|
+
import classNames from 'classnames';
|
|
5
|
+
|
|
6
|
+
interface MaternityComponentProps {
|
|
7
|
+
moh711Data: any;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
const MaternityComponent: React.FC<MaternityComponentProps> = ({ moh711Data }) => {
|
|
11
|
+
return (
|
|
12
|
+
<>
|
|
13
|
+
<table className={classNames(`${styles.table}`, `${styles.tableBordered}`, `${styles.tableStriped}`)}>
|
|
14
|
+
<thead>
|
|
15
|
+
<tr>
|
|
16
|
+
<th colSpan={3}>B. Maternity and NewBorn</th>
|
|
17
|
+
<th>Total</th>
|
|
18
|
+
</tr>
|
|
19
|
+
</thead>
|
|
20
|
+
<tbody>
|
|
21
|
+
<tr>
|
|
22
|
+
<td>1</td>
|
|
23
|
+
<td colSpan={2}>Normal Deliveries</td>
|
|
24
|
+
<td>{moh711Data.normal_deliveries}</td>
|
|
25
|
+
</tr>
|
|
26
|
+
<tr>
|
|
27
|
+
<td>2</td>
|
|
28
|
+
<td colSpan={2}>Caesarean Sections</td>
|
|
29
|
+
<td>{moh711Data.caesarian_sections}</td>
|
|
30
|
+
</tr>
|
|
31
|
+
<tr>
|
|
32
|
+
<td>3</td>
|
|
33
|
+
<td colSpan={2}>Breach Delivery</td>
|
|
34
|
+
<td>{moh711Data.breach_delivery}</td>
|
|
35
|
+
</tr>
|
|
36
|
+
<tr>
|
|
37
|
+
<td>4</td>
|
|
38
|
+
<td colSpan={2}>Assisted Vaginal Deliveries(Vacuum Extraction)</td>
|
|
39
|
+
<td>{moh711Data.assisted_vaginal_delivery}</td>
|
|
40
|
+
</tr>
|
|
41
|
+
<tr>
|
|
42
|
+
<td></td>
|
|
43
|
+
<td colSpan={2}></td>
|
|
44
|
+
<td></td>
|
|
45
|
+
</tr>
|
|
46
|
+
<tr>
|
|
47
|
+
<th colSpan={3}>Total Deliveries</th>
|
|
48
|
+
<th>
|
|
49
|
+
{(moh711Data?.normal_deliveries ?? 0) +
|
|
50
|
+
(moh711Data?.caesarian_sections ?? 0) +
|
|
51
|
+
(moh711Data?.breach_delivery ?? 0) +
|
|
52
|
+
(moh711Data?.assisted_vaginal_delivery ?? 0)}
|
|
53
|
+
</th>
|
|
54
|
+
</tr>
|
|
55
|
+
<tr>
|
|
56
|
+
<td rowSpan={2}>5</td>
|
|
57
|
+
<td rowSpan={2}>No. of mothers given uterotonics within 1 minute</td>
|
|
58
|
+
<td>Oxytocin</td>
|
|
59
|
+
<td>{moh711Data.oxytocin_uterotonic}</td>
|
|
60
|
+
</tr>
|
|
61
|
+
<tr>
|
|
62
|
+
<td>Carbatosin</td>
|
|
63
|
+
<td>{moh711Data.carbatocin_uterotonic}</td>
|
|
64
|
+
</tr>
|
|
65
|
+
<tr>
|
|
66
|
+
<td>6</td>
|
|
67
|
+
<td colSpan={2}>Live Births</td>
|
|
68
|
+
<td>{moh711Data.live_birth}</td>
|
|
69
|
+
</tr>
|
|
70
|
+
<tr>
|
|
71
|
+
<td>7</td>
|
|
72
|
+
<td colSpan={2}>No. of Low Birth Weight Babies (below 2500gms)</td>
|
|
73
|
+
<td>{moh711Data.low_birth_weight}</td>
|
|
74
|
+
</tr>
|
|
75
|
+
<tr>
|
|
76
|
+
<td>8</td>
|
|
77
|
+
<td colSpan={2}>
|
|
78
|
+
No. of Low APGAR Score(<strong>≤ 6 at 5 Min</strong>)
|
|
79
|
+
</td>
|
|
80
|
+
<td>{moh711Data.low_apgar_score}</td>
|
|
81
|
+
</tr>
|
|
82
|
+
<tr>
|
|
83
|
+
<td>9</td>
|
|
84
|
+
<td colSpan={2}>No. of Birth with diformities</td>
|
|
85
|
+
<td>{moh711Data.birth_with_deformity}</td>
|
|
86
|
+
</tr>
|
|
87
|
+
<tr>
|
|
88
|
+
<td>10</td>
|
|
89
|
+
<td colSpan={2}>No. of Babies applied chlorhexidine for cord care</td>
|
|
90
|
+
<td>{moh711Data.chlorhexidine_applied}</td>
|
|
91
|
+
</tr>
|
|
92
|
+
<tr>
|
|
93
|
+
<td>11</td>
|
|
94
|
+
<td colSpan={2}>No. of Neonates given Vit "K"</td>
|
|
95
|
+
<td>{moh711Data.vitamin_k}</td>
|
|
96
|
+
</tr>
|
|
97
|
+
<tr>
|
|
98
|
+
<td>12</td>
|
|
99
|
+
<td colSpan={2}>No. of Babies given tetracycline at birth</td>
|
|
100
|
+
<td>{moh711Data.tetracycline_given}</td>
|
|
101
|
+
</tr>
|
|
102
|
+
<tr>
|
|
103
|
+
<td>13</td>
|
|
104
|
+
<td colSpan={2}>Pre-Term babies</td>
|
|
105
|
+
<td>{moh711Data.pre_term_babies}</td>
|
|
106
|
+
</tr>
|
|
107
|
+
<tr>
|
|
108
|
+
<td>14</td>
|
|
109
|
+
<td colSpan={2}>No. of Babies discharge Alive</td>
|
|
110
|
+
<td>{moh711Data.discharge_alive}</td>
|
|
111
|
+
</tr>
|
|
112
|
+
<tr>
|
|
113
|
+
<td>15</td>
|
|
114
|
+
<td colSpan={2}>No. of Infants initiated on breast feeding within 1 hour after birth</td>
|
|
115
|
+
<td>{moh711Data.bf_within_1_hour}</td>
|
|
116
|
+
</tr>
|
|
117
|
+
<tr>
|
|
118
|
+
<td>16</td>
|
|
119
|
+
<td colSpan={2}>Total Deliveries from HIV +ve Women</td>
|
|
120
|
+
<td>{moh711Data.deliveries_from_positive_women}</td>
|
|
121
|
+
</tr>
|
|
122
|
+
<tr>
|
|
123
|
+
<td>17</td>
|
|
124
|
+
<td rowSpan={3}>Perinatal Deaths</td>
|
|
125
|
+
<td>Fresh Still Birth</td>
|
|
126
|
+
<td>{moh711Data.fresh_still_birth}</td>
|
|
127
|
+
</tr>
|
|
128
|
+
<tr>
|
|
129
|
+
<td>18</td>
|
|
130
|
+
<td>Macerated still Birth</td>
|
|
131
|
+
<td>{moh711Data.macerated_still_birth}</td>
|
|
132
|
+
</tr>
|
|
133
|
+
<tr>
|
|
134
|
+
<td>19</td>
|
|
135
|
+
<td>Deaths 0-7 days</td>
|
|
136
|
+
<td>{moh711Data.perinatal_deaths_0_7_days}</td>
|
|
137
|
+
</tr>
|
|
138
|
+
<tr>
|
|
139
|
+
<td>20</td>
|
|
140
|
+
<td colSpan={2}>Neonatal deaths 0-28 Days</td>
|
|
141
|
+
<td>{moh711Data.neonatal_deaths_0_28_days}</td>
|
|
142
|
+
</tr>
|
|
143
|
+
<tr>
|
|
144
|
+
<td>21</td>
|
|
145
|
+
<td colSpan={2}>Maternal deaths 10-14 Years</td>
|
|
146
|
+
<td>{moh711Data.maternal_deaths_10_14_years}</td>
|
|
147
|
+
</tr>
|
|
148
|
+
<tr>
|
|
149
|
+
<td>22</td>
|
|
150
|
+
<td colSpan={2}>Maternal deaths 15-19 Years</td>
|
|
151
|
+
<td>{moh711Data.maternal_deaths_15_19_years}</td>
|
|
152
|
+
</tr>
|
|
153
|
+
<tr>
|
|
154
|
+
<td>23</td>
|
|
155
|
+
<td colSpan={2}>Maternal deaths 20-24 Years</td>
|
|
156
|
+
<td>{moh711Data.maternal_deaths_20_24_years}</td>
|
|
157
|
+
</tr>
|
|
158
|
+
<tr>
|
|
159
|
+
<td>24</td>
|
|
160
|
+
<td colSpan={2}>Maternal deaths 25+ Years</td>
|
|
161
|
+
<td>{moh711Data.maternal_deaths_25_above_years}</td>
|
|
162
|
+
</tr>
|
|
163
|
+
<tr>
|
|
164
|
+
<td>25</td>
|
|
165
|
+
<td colSpan={2}>Maternal Deaths Audited Within 7 Days</td>
|
|
166
|
+
<td>{moh711Data.maternal_deaths_audited_within_7_days}</td>
|
|
167
|
+
</tr>
|
|
168
|
+
<tr>
|
|
169
|
+
<td>26</td>
|
|
170
|
+
<td colSpan={2}>No. of Neonatal deaths audited within 7 days</td>
|
|
171
|
+
<td>{moh711Data.neonatal_deaths_audited_within_7_days}</td>
|
|
172
|
+
</tr>
|
|
173
|
+
</tbody>
|
|
174
|
+
</table>
|
|
175
|
+
<table className={classNames(`${styles.table}`, `${styles.tableBordered}`, `${styles.tableStriped}`)}>
|
|
176
|
+
<thead>
|
|
177
|
+
<tr>
|
|
178
|
+
<th colSpan={2}>Maternal complications</th>
|
|
179
|
+
<th>Alive</th>
|
|
180
|
+
<th>Dead</th>
|
|
181
|
+
<th>Total</th>
|
|
182
|
+
</tr>
|
|
183
|
+
</thead>
|
|
184
|
+
<tbody>
|
|
185
|
+
<tr>
|
|
186
|
+
<td>27</td>
|
|
187
|
+
<td>A.P.H (Ante partum Haemorrage)</td>
|
|
188
|
+
<td>{moh711Data.ante_partum_haemorrage}</td>
|
|
189
|
+
<td></td>
|
|
190
|
+
<td></td>
|
|
191
|
+
</tr>
|
|
192
|
+
<tr>
|
|
193
|
+
<td>28</td>
|
|
194
|
+
<td>P.P.H (Post Partum Haemorrage)</td>
|
|
195
|
+
<td>{moh711Data.post_partum_haemorrage}</td>
|
|
196
|
+
<td></td>
|
|
197
|
+
<td></td>
|
|
198
|
+
</tr>
|
|
199
|
+
<tr>
|
|
200
|
+
<td>29</td>
|
|
201
|
+
<td>Eclampsia</td>
|
|
202
|
+
<td>{moh711Data.eclampsia}</td>
|
|
203
|
+
<td></td>
|
|
204
|
+
<td></td>
|
|
205
|
+
</tr>
|
|
206
|
+
<tr>
|
|
207
|
+
<td>30</td>
|
|
208
|
+
<td>Ruptured Uterus</td>
|
|
209
|
+
<td>{moh711Data.ruptured_uterus}</td>
|
|
210
|
+
<td></td>
|
|
211
|
+
<td></td>
|
|
212
|
+
</tr>
|
|
213
|
+
<tr>
|
|
214
|
+
<td>31</td>
|
|
215
|
+
<td>Obstructed Labour</td>
|
|
216
|
+
<td>{moh711Data.obstructed_labour}</td>
|
|
217
|
+
<td></td>
|
|
218
|
+
<td></td>
|
|
219
|
+
</tr>
|
|
220
|
+
<tr>
|
|
221
|
+
<td>32</td>
|
|
222
|
+
<td>Sepsis</td>
|
|
223
|
+
<td>{moh711Data.sepsis}</td>
|
|
224
|
+
<td></td>
|
|
225
|
+
<td></td>
|
|
226
|
+
</tr>
|
|
227
|
+
<tr>
|
|
228
|
+
<td>33</td>
|
|
229
|
+
<td>
|
|
230
|
+
Number of Mothers with delivery complications associated
|
|
231
|
+
<br /> with FGM
|
|
232
|
+
</td>
|
|
233
|
+
<td>{moh711Data.fgm_delivery_complications}</td>
|
|
234
|
+
<td></td>
|
|
235
|
+
<td></td>
|
|
236
|
+
</tr>
|
|
237
|
+
</tbody>
|
|
238
|
+
</table>
|
|
239
|
+
<table className={classNames(`${styles.table}`, `${styles.tableBordered}`, `${styles.tableStriped}`)}>
|
|
240
|
+
<thead>
|
|
241
|
+
<tr>
|
|
242
|
+
<th colSpan={2}>Neonate Care and Outcome</th>
|
|
243
|
+
<th></th>
|
|
244
|
+
<th>Total</th>
|
|
245
|
+
</tr>
|
|
246
|
+
</thead>
|
|
247
|
+
<tbody>
|
|
248
|
+
<tr>
|
|
249
|
+
<td>34</td>
|
|
250
|
+
<td rowSpan={3}>Causes of neonatal deaths</td>
|
|
251
|
+
<td>No. of neonatal deaths due to Sepsis</td>
|
|
252
|
+
<td>{moh711Data.neonatal_deaths_sepsis}</td>
|
|
253
|
+
</tr>
|
|
254
|
+
<tr>
|
|
255
|
+
<td>35</td>
|
|
256
|
+
<td>No. of neonatal deaths due to Prematurity</td>
|
|
257
|
+
<td>{moh711Data.neonatal_deaths_prematurity}</td>
|
|
258
|
+
</tr>
|
|
259
|
+
<tr>
|
|
260
|
+
<td>36</td>
|
|
261
|
+
<td>No. of neonatal deaths due to Asphyxia</td>
|
|
262
|
+
<td>{moh711Data.neonatal_deaths_asphyxia}</td>
|
|
263
|
+
</tr>
|
|
264
|
+
<tr>
|
|
265
|
+
<td>37</td>
|
|
266
|
+
<td colSpan={2}>No. of Neonates initiated on Kangaroo Mother Care</td>
|
|
267
|
+
<td>{moh711Data.kangaroo_mother_care}</td>
|
|
268
|
+
</tr>
|
|
269
|
+
<tr>
|
|
270
|
+
<td>38</td>
|
|
271
|
+
<td colSpan={2}>Maternal Referrals From Community Unit</td>
|
|
272
|
+
<td>{moh711Data.referrals_from_community}</td>
|
|
273
|
+
</tr>
|
|
274
|
+
</tbody>
|
|
275
|
+
</table>
|
|
276
|
+
</>
|
|
277
|
+
);
|
|
278
|
+
};
|
|
279
|
+
|
|
280
|
+
export default MaternityComponent;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import styles from '../moh711.scss';
|
|
4
|
+
import classNames from 'classnames';
|
|
5
|
+
|
|
6
|
+
interface MedicalSocialWorkComponentProps {
|
|
7
|
+
moh711Data: any;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
const MedicalSocialWorkComponent: React.FC<MedicalSocialWorkComponentProps> = ({ moh711Data }) => {
|
|
11
|
+
return (
|
|
12
|
+
<>
|
|
13
|
+
<table className={classNames(`${styles.table}`, `${styles.tableBordered}`, `${styles.tableStriped}`)}>
|
|
14
|
+
<thead>
|
|
15
|
+
<tr>
|
|
16
|
+
<th></th>
|
|
17
|
+
<th>J. MEDICAL SOCIAL WORK / MENTAL HEALTH</th>
|
|
18
|
+
<th>Total</th>
|
|
19
|
+
</tr>
|
|
20
|
+
</thead>
|
|
21
|
+
<tbody>
|
|
22
|
+
<tr>
|
|
23
|
+
<td>1</td>
|
|
24
|
+
<td>Psycho-Social Counselling</td>
|
|
25
|
+
<td>{moh711Data.psycho_social_counselling}</td>
|
|
26
|
+
</tr>
|
|
27
|
+
<tr>
|
|
28
|
+
<td>2</td>
|
|
29
|
+
<td>Alcohol and Drug Abuse</td>
|
|
30
|
+
<td>{moh711Data.alcohol_and_drug_abuse}</td>
|
|
31
|
+
</tr>
|
|
32
|
+
<tr>
|
|
33
|
+
<td>3</td>
|
|
34
|
+
<td>Mental illness</td>
|
|
35
|
+
<td>{moh711Data.mental_illness}</td>
|
|
36
|
+
</tr>
|
|
37
|
+
<tr>
|
|
38
|
+
<td>4</td>
|
|
39
|
+
<td>Adolescent issues</td>
|
|
40
|
+
<td>{moh711Data.adolescent_issues}</td>
|
|
41
|
+
</tr>
|
|
42
|
+
<tr>
|
|
43
|
+
<td>5</td>
|
|
44
|
+
<td>Psycho-Social Assessment (psycho, social and economic)</td>
|
|
45
|
+
<td>{moh711Data.psycho_social_economic_assessment}</td>
|
|
46
|
+
</tr>
|
|
47
|
+
<tr>
|
|
48
|
+
<td>6</td>
|
|
49
|
+
<td>Social investigations (Home visits / Follow ups)</td>
|
|
50
|
+
<td>{moh711Data.social_investigations}</td>
|
|
51
|
+
</tr>
|
|
52
|
+
<tr>
|
|
53
|
+
<td>7</td>
|
|
54
|
+
<td>Social Rehabilitation</td>
|
|
55
|
+
<td>{moh711Data.psycho_social_rehabilitation}</td>
|
|
56
|
+
</tr>
|
|
57
|
+
<tr>
|
|
58
|
+
<td>8</td>
|
|
59
|
+
<td>Outreach Services / Health Talks</td>
|
|
60
|
+
<td>{moh711Data.outreach_services}</td>
|
|
61
|
+
</tr>
|
|
62
|
+
<tr>
|
|
63
|
+
<td>9</td>
|
|
64
|
+
<td>Referrals</td>
|
|
65
|
+
<td>{moh711Data.mental_health_referral}</td>
|
|
66
|
+
</tr>
|
|
67
|
+
<tr>
|
|
68
|
+
<td></td>
|
|
69
|
+
<td></td>
|
|
70
|
+
<td></td>
|
|
71
|
+
</tr>
|
|
72
|
+
<tr>
|
|
73
|
+
<td></td>
|
|
74
|
+
<td></td>
|
|
75
|
+
<td></td>
|
|
76
|
+
</tr>
|
|
77
|
+
</tbody>
|
|
78
|
+
</table>
|
|
79
|
+
</>
|
|
80
|
+
);
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
export default MedicalSocialWorkComponent;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import styles from '../moh711.scss';
|
|
4
|
+
import classNames from 'classnames';
|
|
5
|
+
|
|
6
|
+
interface OtherComponentProps {
|
|
7
|
+
moh711Data: any;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
const OtherComponent: React.FC<OtherComponentProps> = ({ moh711Data }) => {
|
|
11
|
+
return (
|
|
12
|
+
<>
|
|
13
|
+
<table className={classNames(`${styles.table}`, `${styles.tableBordered}`, `${styles.tableStriped}`)}>
|
|
14
|
+
<thead>
|
|
15
|
+
<tr>
|
|
16
|
+
<th colSpan={2}>L. OTHER</th>
|
|
17
|
+
<th>Amount</th>
|
|
18
|
+
</tr>
|
|
19
|
+
</thead>
|
|
20
|
+
<tbody>
|
|
21
|
+
<tr>
|
|
22
|
+
<td>1</td>
|
|
23
|
+
<td>Amount of FIF Collected</td>
|
|
24
|
+
<td></td>
|
|
25
|
+
</tr>
|
|
26
|
+
<tr>
|
|
27
|
+
<td>2</td>
|
|
28
|
+
<td>Amount of FIF Waived</td>
|
|
29
|
+
<td></td>
|
|
30
|
+
</tr>
|
|
31
|
+
<tr>
|
|
32
|
+
<td>3</td>
|
|
33
|
+
<td>Amount of FIF Exempted</td>
|
|
34
|
+
<td></td>
|
|
35
|
+
</tr>
|
|
36
|
+
<tr>
|
|
37
|
+
<td>4</td>
|
|
38
|
+
<td>Number of Disability committee meetings held</td>
|
|
39
|
+
<td></td>
|
|
40
|
+
</tr>
|
|
41
|
+
</tbody>
|
|
42
|
+
</table>
|
|
43
|
+
</>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default OtherComponent;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import styles from '../moh711.scss';
|
|
4
|
+
import classNames from 'classnames';
|
|
5
|
+
|
|
6
|
+
interface PhysiotherapyComponentProps {
|
|
7
|
+
moh711Data: any;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
const PhysiotherapyComponent: React.FC<PhysiotherapyComponentProps> = () => {
|
|
11
|
+
return (
|
|
12
|
+
<>
|
|
13
|
+
<table className={classNames(`${styles.table}`, `${styles.tableBordered}`, `${styles.tableStriped}`)}>
|
|
14
|
+
<thead>
|
|
15
|
+
<tr>
|
|
16
|
+
<th>K. PHYSIOTHERAPY SERVICE</th>
|
|
17
|
+
<th><5 yrs</th>
|
|
18
|
+
<th>5-19 yrs</th>
|
|
19
|
+
<th>20 yrs +</th>
|
|
20
|
+
</tr>
|
|
21
|
+
</thead>
|
|
22
|
+
<tbody>
|
|
23
|
+
<tr>
|
|
24
|
+
<td>1</td>
|
|
25
|
+
<td rowSpan={2}>Number of PWDs identified and receiving physiotherapy</td>
|
|
26
|
+
<td>OPD</td>
|
|
27
|
+
<td></td>
|
|
28
|
+
</tr>
|
|
29
|
+
<tr>
|
|
30
|
+
<td>2</td>
|
|
31
|
+
<td>Inpatient</td>
|
|
32
|
+
<td></td>
|
|
33
|
+
</tr>
|
|
34
|
+
<tr>
|
|
35
|
+
<td>3</td>
|
|
36
|
+
<td rowSpan={2}>Number of clients/patients receiving physiotherapy</td>
|
|
37
|
+
<td>OPD</td>
|
|
38
|
+
<td></td>
|
|
39
|
+
</tr>
|
|
40
|
+
<tr>
|
|
41
|
+
<td>4</td>
|
|
42
|
+
<td>Inpatient</td>
|
|
43
|
+
<td></td>
|
|
44
|
+
</tr>
|
|
45
|
+
<tr>
|
|
46
|
+
<td>5</td>
|
|
47
|
+
<td colSpan={2}>Total Number of treatments</td>
|
|
48
|
+
<td></td>
|
|
49
|
+
</tr>
|
|
50
|
+
<tr>
|
|
51
|
+
<td>6</td>
|
|
52
|
+
<td colSpan={2}>PWDs assessed for registration</td>
|
|
53
|
+
<td></td>
|
|
54
|
+
</tr>
|
|
55
|
+
</tbody>
|
|
56
|
+
</table>
|
|
57
|
+
</>
|
|
58
|
+
);
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
export default PhysiotherapyComponent;
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import styles from '../moh711.scss';
|
|
4
|
+
import classNames from 'classnames';
|
|
5
|
+
|
|
6
|
+
interface PNCComponentProps {
|
|
7
|
+
moh711Data: any;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
const PNCComponent: React.FC<PNCComponentProps> = ({ moh711Data }) => {
|
|
11
|
+
return (
|
|
12
|
+
<>
|
|
13
|
+
<table className={classNames(`${styles.table}`, `${styles.tableBordered}`, `${styles.tableStriped}`)}>
|
|
14
|
+
<thead>
|
|
15
|
+
<tr>
|
|
16
|
+
<td></td>
|
|
17
|
+
<th colSpan={3}>H. Post Natal Care (PNC)</th>
|
|
18
|
+
</tr>
|
|
19
|
+
<tr>
|
|
20
|
+
<th colSpan={3} className={styles.greyBackground}></th>
|
|
21
|
+
<th>Total</th>
|
|
22
|
+
</tr>
|
|
23
|
+
</thead>
|
|
24
|
+
<tbody>
|
|
25
|
+
<tr>
|
|
26
|
+
<td>1</td>
|
|
27
|
+
<td rowSpan={2}>No. of PNC Clients</td>
|
|
28
|
+
<td>New</td>
|
|
29
|
+
<td>{moh711Data.pnc_new_clients}</td>
|
|
30
|
+
</tr>
|
|
31
|
+
<tr>
|
|
32
|
+
<td>2</td>
|
|
33
|
+
<td>Revisit</td>
|
|
34
|
+
<td>{moh711Data.pnc_revisit_clients}</td>
|
|
35
|
+
</tr>
|
|
36
|
+
<tr>
|
|
37
|
+
<td>3</td>
|
|
38
|
+
<td colSpan={2}>No of Women counselled on Post Partum FP</td>
|
|
39
|
+
<td>{moh711Data.women_couselled_on_post_partum_fp}</td>
|
|
40
|
+
</tr>
|
|
41
|
+
<tr>
|
|
42
|
+
<td>4</td>
|
|
43
|
+
<td colSpan={2}>No of Clients who received Post Partum FP</td>
|
|
44
|
+
<td>{moh711Data.women_received_post_partum_fp}</td>
|
|
45
|
+
</tr>
|
|
46
|
+
<tr>
|
|
47
|
+
<td>5</td>
|
|
48
|
+
<td rowSpan={3}>No. of Mothers receiving Postpartum Care</td>
|
|
49
|
+
<td>within 48 hours</td>
|
|
50
|
+
<td>{moh711Data.mothers_post_partum_care_48_hours}</td>
|
|
51
|
+
</tr>
|
|
52
|
+
<tr>
|
|
53
|
+
<td></td>
|
|
54
|
+
<td>Between 3 days to 6 weeks</td>
|
|
55
|
+
<td>{moh711Data.mothers_post_partum_care_3_6_weeks}</td>
|
|
56
|
+
</tr>
|
|
57
|
+
<tr>
|
|
58
|
+
<td></td>
|
|
59
|
+
<td>After 6 weeks</td>
|
|
60
|
+
<td>{moh711Data.mothers_post_partum_care_after_6_weeks}</td>
|
|
61
|
+
</tr>
|
|
62
|
+
<tr>
|
|
63
|
+
<td rowSpan={3}>6</td>
|
|
64
|
+
<td rowSpan={3}>No. of Babies received Postpartum Care</td>
|
|
65
|
+
<td>Within 48 hours</td>
|
|
66
|
+
<td>{moh711Data.infants_post_partum_care_48_hours}</td>
|
|
67
|
+
</tr>
|
|
68
|
+
<tr>
|
|
69
|
+
<td>Between 3 days to 6 weeks</td>
|
|
70
|
+
<td>{moh711Data.infants_post_partum_care_3_6_weeks}</td>
|
|
71
|
+
</tr>
|
|
72
|
+
<tr>
|
|
73
|
+
<td>After 6 weeks</td>
|
|
74
|
+
<td>{moh711Data.infants_post_partum_care_after_6_weeks}</td>
|
|
75
|
+
</tr>
|
|
76
|
+
<tr>
|
|
77
|
+
<td>7</td>
|
|
78
|
+
<td colSpan={2}>Number of Cases of Fistula</td>
|
|
79
|
+
<td>{moh711Data.fistula_cases}</td>
|
|
80
|
+
</tr>
|
|
81
|
+
<tr>
|
|
82
|
+
<td>8</td>
|
|
83
|
+
<td colSpan={2}>No referred from the Community unit to PNC</td>
|
|
84
|
+
<td>{moh711Data.referrals_from_community}</td>
|
|
85
|
+
</tr>
|
|
86
|
+
</tbody>
|
|
87
|
+
</table>
|
|
88
|
+
</>
|
|
89
|
+
);
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
export default PNCComponent;
|