@ampath/esm-reports-app 1.0.0-next.4 → 1.0.0-next.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. package/dist/110.js +1 -0
  2. package/dist/110.js.map +1 -0
  3. package/dist/{260.js → 205.js} +1 -1
  4. package/dist/{260.js.map → 205.js.map} +1 -1
  5. package/dist/812.js +1 -1
  6. package/dist/812.js.map +1 -1
  7. package/dist/822.js +2 -0
  8. package/dist/822.js.map +1 -0
  9. package/dist/ampath-esm-reports-app.js +1 -1
  10. package/dist/ampath-esm-reports-app.js.buildmanifest.json +95 -74
  11. package/dist/ampath-esm-reports-app.js.map +1 -1
  12. package/dist/main.js +1 -1
  13. package/dist/main.js.map +1 -1
  14. package/dist/routes.json +1 -1
  15. package/package.json +1 -1
  16. package/src/common/report-filters/report-filters.component.tsx +68 -7
  17. package/src/common/report-filters/report-filters.scss +42 -0
  18. package/src/dashboard/reports-dasboard.tsx +21 -0
  19. package/src/reports/datatable-wrapper/datatable-wrapper.component.tsx +54 -0
  20. package/src/reports/moh-240/moh-240-header.component.tsx +61 -0
  21. package/src/reports/moh-240/moh-240.component.tsx +93 -0
  22. package/src/reports/moh-240/moh-240.scss +11 -0
  23. package/src/reports/moh-240/sub-reports/moh-240-register.component.tsx +75 -0
  24. package/src/reports/moh-240/sub-reports/page-summary.component.tsx +98 -0
  25. package/src/reports/moh-505/moh-505-header.component.tsx +62 -0
  26. package/src/reports/moh-505/moh-505.component.tsx +440 -0
  27. package/src/reports/moh-505/moh-505.scss +3 -0
  28. package/src/reports/moh-705B/moh-204b-register.component.tsx +236 -0
  29. package/src/reports/moh-705B/moh-705b.component.tsx +524 -0
  30. package/src/reports/moh-705B/moh-705b.scss +44 -0
  31. package/src/reports/moh-705a/moh-705a.component.tsx +528 -0
  32. package/src/reports/moh-705a/moh-705a.scss +45 -0
  33. package/src/reports/moh-705a/registers/moh-204a-register.component.tsx +321 -0
  34. package/src/reports/moh-705a/type.ts +6 -0
  35. package/src/reports/moh-706/moh-706-header.component.tsx +61 -0
  36. package/src/reports/moh-706/moh-706.component.tsx +117 -0
  37. package/src/reports/moh-706/moh-706.scss +30 -0
  38. package/src/reports/moh-706/sub-reports/bacteriology/bacteriology.component.tsx +124 -0
  39. package/src/reports/moh-706/sub-reports/blood-chemistry/blood-chemistry.component.tsx +318 -0
  40. package/src/reports/moh-706/sub-reports/drug-susceptibility-testing/drug-susceptibility-testing.component.tsx +137 -0
  41. package/src/reports/moh-706/sub-reports/haematology/haematology.component.tsx +179 -0
  42. package/src/reports/moh-706/sub-reports/histology-and-cytology/histology-and-cytology.component.tsx +88 -0
  43. package/src/reports/moh-706/sub-reports/parasitology/parasitology.component.tsx +121 -0
  44. package/src/reports/moh-706/sub-reports/serology/serology.component.tsx +47 -0
  45. package/src/reports/moh-706/sub-reports/specimen-referral-to-higher-levels/specimen-referral-to-higher-levels.component.tsx +39 -0
  46. package/src/reports/moh-706/sub-reports/urine-analysis/urine-analysis.component.tsx +108 -0
  47. package/src/reports/moh-710/moh-710.component.tsx +211 -79
  48. package/src/reports/moh-710/moh-710.scss +5 -1
  49. package/src/reports/moh-710/registers/moh-511-710-register.component.tsx +263 -0
  50. package/src/reports/moh-710/registers/type.ts +31 -0
  51. package/src/reports/moh-711/moh-711.component.tsx +109 -1234
  52. package/src/reports/moh-711/moh711.scss +92 -8
  53. package/src/reports/moh-711/registers/moh-333-register.component.tsx +639 -0
  54. package/src/reports/moh-711/registers/moh-405-register.component.tsx +521 -0
  55. package/src/reports/moh-711/registers/moh-406-register.component.tsx +533 -0
  56. package/src/reports/moh-711/registers/moh-510-register.component.tsx +61 -0
  57. package/src/reports/moh-711/registers/moh-511-register.component.tsx +271 -0
  58. package/src/reports/moh-711/registers/type.ts +192 -0
  59. package/src/reports/moh-711/sections/anc.component.tsx +159 -0
  60. package/src/reports/moh-711/sections/cervical-cancer.component.tsx +148 -0
  61. package/src/reports/moh-711/sections/chanis.component.tsx +367 -0
  62. package/src/reports/moh-711/sections/family-planning.component.tsx +221 -0
  63. package/src/reports/moh-711/sections/gbv.component.tsx +115 -0
  64. package/src/reports/moh-711/sections/maternity.component.tsx +326 -0
  65. package/src/reports/moh-711/sections/medical-social-work.component.tsx +83 -0
  66. package/src/reports/moh-711/sections/other.component.tsx +47 -0
  67. package/src/reports/moh-711/sections/physiotherapy.component.tsx +61 -0
  68. package/src/reports/moh-711/sections/pnc.component.tsx +125 -0
  69. package/src/reports/moh-711/sections/post-abortion.component.tsx +42 -0
  70. package/src/reports/moh-711/sections/rehabilitation.component.tsx +57 -0
  71. package/src/reports/moh-711/sections/report-compiled-by.component.tsx +42 -0
  72. package/src/reports/moh-711/sections/tb-screening.component.tsx +57 -0
  73. package/src/reports/moh-717/moh-717.component.tsx +120 -946
  74. package/src/reports/moh-717/moh717.scss +138 -3
  75. package/src/reports/moh-717/registers/nutrition-register.component.tsx +48 -0
  76. package/src/reports/moh-717/sections/finance.component.tsx +42 -0
  77. package/src/reports/moh-717/sections/inpatient.component.tsx +374 -0
  78. package/src/reports/moh-717/sections/maternity.component.tsx +126 -0
  79. package/src/reports/moh-717/sections/medical-records.component.tsx +35 -0
  80. package/src/reports/moh-717/sections/mortuary.component.tsx +43 -0
  81. package/src/reports/moh-717/sections/operations.component.tsx +53 -0
  82. package/src/reports/moh-717/sections/orthopaedic-trauma.component.tsx +98 -0
  83. package/src/reports/moh-717/sections/outpatient.component.tsx +597 -0
  84. package/src/reports/moh-717/sections/pharmacy.component.tsx +43 -0
  85. package/src/reports/moh-717/sections/preparedby.component.tsx +47 -0
  86. package/src/reports/moh-717/sections/special-services.component.tsx +114 -0
  87. package/src/reports/moh-731/moh-731.component.tsx +181 -0
  88. package/src/reports/moh-731/moh-731.scss +118 -0
  89. package/src/reports/moh-731/registers/moh-366.component.tsx +478 -0
  90. package/src/reports/moh-731/registers/moh-366.scss +45 -0
  91. package/src/reports/moh-731/registers/prep-register.component.tsx +292 -0
  92. package/src/reports/moh-731/registers/prep-registers.scss +45 -0
  93. package/src/reports/moh-731/sections/hiv-and-tb-treatment.component.tsx +932 -0
  94. package/src/reports/moh-731/sections/hiv-testing-and-pre-exposure.component.tsx +569 -0
  95. package/src/reports/moh-731/sections/pmtct.component.tsx +451 -0
  96. package/src/reports/moh-740/moh-740.component.scss +120 -0
  97. package/src/reports/moh-740/moh-740.component.tsx +1271 -0
  98. package/src/reports/moh-740/moh-740.resource.ts +42 -0
  99. package/src/reports/moh-740/registers/moh-222-daily-register/moh-222-daily-register.scss +18 -0
  100. package/src/reports/moh-740/registers/moh-222-daily-register/moh-222-daily-register.tsx +104 -0
  101. package/src/reports/moh-740/registers/moh-270-permanent-register/moh-270-permanent-register.scss +18 -0
  102. package/src/reports/moh-740/registers/moh-270-permanent-register/moh-270-permanent-register.tsx +79 -0
  103. package/src/reports/moh-740/registers/moh-740-patient-list.scss +0 -0
  104. package/src/reports/moh-740/registers/moh-740-patient-list.tsx +66 -0
  105. package/src/reports/moh-740/shared/data-cell/data-cell.scss +6 -0
  106. package/src/reports/moh-740/shared/data-cell/data-cell.tsx +23 -0
  107. package/src/reports/moh-740/shared/utils/format-indicator.ts +22 -0
  108. package/src/reports/moh-740/shared/utils/indicator-register-map.ts +157 -0
  109. package/src/reports/moh-740/types/index.ts +216 -0
  110. package/src/reports/moh-745/moh-745.component.tsx +928 -0
  111. package/src/reports/moh-745/moh-745.scss +74 -0
  112. package/src/reports/moh-745/registers/moh-412-register.component.tsx +191 -0
  113. package/src/reports/moh-745/registers/type.ts +30 -0
  114. package/src/reports/table-wrapper/table-row-mapper.component.tsx +53 -0
  115. package/src/reports/table-wrapper/table-wrapper.component.tsx +21 -0
  116. package/src/reports/table-wrapper/table-wrapper.scss +31 -0
  117. package/src/resources/moh-505.resource.ts +86 -0
  118. package/src/resources/moh-705.resource.ts +117 -0
  119. package/src/resources/moh-706.resource.ts +86 -0
  120. package/src/resources/moh-710.resource.ts +28 -0
  121. package/src/resources/moh-711.resource.ts +146 -0
  122. package/src/resources/moh-717.resource.ts +27 -0
  123. package/src/resources/moh-731.resource.ts +96 -0
  124. package/src/resources/moh-745.resource.ts +64 -0
  125. package/src/root.component.tsx +39 -0
  126. package/src/routes.json +3 -1
  127. package/src/utils/utils.ts +36 -0
  128. package/dist/367.js +0 -2
  129. package/dist/367.js.map +0 -1
  130. package/dist/86.js +0 -1
  131. package/dist/86.js.map +0 -1
  132. /package/dist/{367.js.LICENSE.txt → 822.js.LICENSE.txt} +0 -0
@@ -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>&lt;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,125 @@
1
+ import React from 'react';
2
+
3
+ import styles from '../moh711.scss';
4
+ import classNames from 'classnames';
5
+ import { useLocation, useNavigate } from 'react-router-dom';
6
+
7
+ interface PNCComponentProps {
8
+ moh711Data: any;
9
+ startDate: string;
10
+ endDate: string;
11
+ locationUuids: string;
12
+ }
13
+
14
+ const PNCComponent: React.FC<PNCComponentProps> = ({ moh711Data, startDate, endDate, locationUuids }) => {
15
+ const navigate = useNavigate();
16
+ const location = useLocation();
17
+ const navigateToRegister = (indicator: string) => {
18
+ navigate(
19
+ `/moh-406-register?startDate=${startDate}&endDate=${endDate}&locationUuids=${locationUuids}&indicator=${indicator}`,
20
+ {
21
+ state: {
22
+ from: location.pathname,
23
+ reportName: 'moh711Report',
24
+ },
25
+ },
26
+ );
27
+ };
28
+ return (
29
+ <>
30
+ <table className={classNames(`${styles.table}`, `${styles.tableBordered}`, `${styles.tableStriped}`)}>
31
+ <thead>
32
+ <tr>
33
+ <td></td>
34
+ <th colSpan={3}>H. Post Natal Care (PNC)</th>
35
+ </tr>
36
+ <tr>
37
+ <th colSpan={3} className={styles.greyBackground}></th>
38
+ <th>Total</th>
39
+ </tr>
40
+ </thead>
41
+ <tbody>
42
+ <tr>
43
+ <td>1</td>
44
+ <td rowSpan={2}>No. of PNC Clients</td>
45
+ <td>New</td>
46
+ <td onClick={() => navigateToRegister('pnc_new_clients')}>{moh711Data.pnc_new_clients}</td>
47
+ </tr>
48
+ <tr>
49
+ <td>2</td>
50
+ <td>Revisit</td>
51
+ <td onClick={() => navigateToRegister('pnc_revisit_clients')}>{moh711Data.pnc_revisit_clients}</td>
52
+ </tr>
53
+ <tr>
54
+ <td>3</td>
55
+ <td colSpan={2}>No of Women counselled on Post Partum FP</td>
56
+ <td onClick={() => navigateToRegister('women_couselled_on_post_partum_fp')}>
57
+ {moh711Data.women_couselled_on_post_partum_fp}
58
+ </td>
59
+ </tr>
60
+ <tr>
61
+ <td>4</td>
62
+ <td colSpan={2}>No of Clients who received Post Partum FP</td>
63
+ <td onClick={() => navigateToRegister('women_received_post_partum_fp')}>
64
+ {moh711Data.women_received_post_partum_fp}
65
+ </td>
66
+ </tr>
67
+ <tr>
68
+ <td>5</td>
69
+ <td rowSpan={3}>No. of Mothers receiving Postpartum Care</td>
70
+ <td>within 48 hours</td>
71
+ <td onClick={() => navigateToRegister('mothers_post_partum_care_48_hours')}>
72
+ {moh711Data.mothers_post_partum_care_48_hours}
73
+ </td>
74
+ </tr>
75
+ <tr>
76
+ <td></td>
77
+ <td>Between 3 days to 6 weeks</td>
78
+ <td onClick={() => navigateToRegister('mothers_post_partum_care_3_6_weeks')}>
79
+ {moh711Data.mothers_post_partum_care_3_6_weeks}
80
+ </td>
81
+ </tr>
82
+ <tr>
83
+ <td></td>
84
+ <td>After 6 weeks</td>
85
+ <td onClick={() => navigateToRegister('mothers_post_partum_care_after_6_weeks')}>
86
+ {moh711Data.mothers_post_partum_care_after_6_weeks}
87
+ </td>
88
+ </tr>
89
+ <tr>
90
+ <td rowSpan={3}>6</td>
91
+ <td rowSpan={3}>No. of Babies received Postpartum Care</td>
92
+ <td>Within 48 hours</td>
93
+ <td onClick={() => navigateToRegister('infants_post_partum_care_48_hours')}>
94
+ {moh711Data.infants_post_partum_care_48_hours}
95
+ </td>
96
+ </tr>
97
+ <tr>
98
+ <td>Between 3 days to 6 weeks</td>
99
+ <td onClick={() => navigateToRegister('infants_post_partum_care_3_6_weeks')}>
100
+ {moh711Data.infants_post_partum_care_3_6_weeks}
101
+ </td>
102
+ </tr>
103
+ <tr>
104
+ <td>After 6 weeks</td>
105
+ <td onClick={() => navigateToRegister('infants_post_partum_care_after_6_weeks')}>
106
+ {moh711Data.infants_post_partum_care_after_6_weeks}
107
+ </td>
108
+ </tr>
109
+ <tr>
110
+ <td>7</td>
111
+ <td colSpan={2}>Number of Cases of Fistula</td>
112
+ <td onClick={() => navigateToRegister('pnc_new_clients')}>{moh711Data.fistula_cases}</td>
113
+ </tr>
114
+ <tr>
115
+ <td>8</td>
116
+ <td colSpan={2}>No referred from the Community unit to PNC</td>
117
+ <td onClick={() => navigateToRegister('pnc_new_clients')}>{moh711Data.referrals_from_community}</td>
118
+ </tr>
119
+ </tbody>
120
+ </table>
121
+ </>
122
+ );
123
+ };
124
+
125
+ export default PNCComponent;
@@ -0,0 +1,42 @@
1
+ import React from 'react';
2
+
3
+ import styles from '../moh711.scss';
4
+ import classNames from 'classnames';
5
+
6
+ interface PostAbortionProps {
7
+ moh711Data: any;
8
+ }
9
+
10
+ const PostAbortion: React.FC<PostAbortionProps> = ({ moh711Data }) => {
11
+ return (
12
+ <>
13
+ <table className={classNames(`${styles.table}`, `${styles.tableBordered}`, `${styles.tableStriped}`)}>
14
+ <thead>
15
+ <tr>
16
+ <th colSpan={2}>E. Post Abortion Care (PAC) Services</th>
17
+ <th>Total</th>
18
+ </tr>
19
+ </thead>
20
+ <tbody>
21
+ <tr>
22
+ <td>1</td>
23
+ <td>No. of Adolescents (10-19yrs) Receiving PAC Services</td>
24
+ <td></td>
25
+ </tr>
26
+ <tr>
27
+ <td>2</td>
28
+ <td>No. of Youth 20-24 yrs receiving PAC services</td>
29
+ <td></td>
30
+ </tr>
31
+ <tr>
32
+ <td>3</td>
33
+ <td>No. Receiving PAC (25 Years plus)</td>
34
+ <td></td>
35
+ </tr>
36
+ </tbody>
37
+ </table>
38
+ </>
39
+ );
40
+ };
41
+
42
+ export default PostAbortion;
@@ -0,0 +1,57 @@
1
+ import React from 'react';
2
+
3
+ import styles from '../moh711.scss';
4
+ import classNames from 'classnames';
5
+
6
+ interface RehabilitationComponentProps {
7
+ moh711Data: any;
8
+ }
9
+
10
+ const RehabilitationComponent: React.FC<RehabilitationComponentProps> = ({ moh711Data }) => {
11
+ return (
12
+ <>
13
+ <table className={classNames(`${styles.table}`, `${styles.tableBordered}`, `${styles.tableStriped}`)}>
14
+ <thead>
15
+ <tr>
16
+ <th></th>
17
+ <th colSpan={2}>I. Rehabilitation Services</th>
18
+ </tr>
19
+ <tr>
20
+ <th></th>
21
+ <th className={styles.greyBackground}></th>
22
+ <th>Total</th>
23
+ </tr>
24
+ </thead>
25
+ <tbody>
26
+ <tr>
27
+ <td>1</td>
28
+ <td>Number Assessed</td>
29
+ <td></td>
30
+ </tr>
31
+ <tr>
32
+ <td>2</td>
33
+ <td>Number Treated</td>
34
+ <td></td>
35
+ </tr>
36
+ <tr>
37
+ <td>3</td>
38
+ <td>Number Rehabilitated</td>
39
+ <td></td>
40
+ </tr>
41
+ <tr>
42
+ <td>4</td>
43
+ <td>Rehab referred for further Interventions</td>
44
+ <td></td>
45
+ </tr>
46
+ <tr>
47
+ <td>5</td>
48
+ <td>Number Integrated to Communities</td>
49
+ <td></td>
50
+ </tr>
51
+ </tbody>
52
+ </table>
53
+ </>
54
+ );
55
+ };
56
+
57
+ export default RehabilitationComponent;
@@ -0,0 +1,42 @@
1
+ import React from 'react';
2
+
3
+ import styles from '../moh711.scss';
4
+ import classNames from 'classnames';
5
+
6
+ const ReportCompiledByComponent: React.FC = () => {
7
+ return (
8
+ <>
9
+ <table className={classNames(`${styles.table}`, `${styles.tableBordered}`, `${styles.tableStriped}`)}>
10
+ <thead>
11
+ <tr>
12
+ <th colSpan={3}>Report Compiled By:</th>
13
+ </tr>
14
+ </thead>
15
+ <tbody>
16
+ <tr>
17
+ <td></td>
18
+ <td>Name:</td>
19
+ <td className={styles.compiledBy}></td>
20
+ </tr>
21
+ <tr>
22
+ <td></td>
23
+ <td>Designation:</td>
24
+ <td></td>
25
+ </tr>
26
+ <tr>
27
+ <td></td>
28
+ <td>Date:</td>
29
+ <td></td>
30
+ </tr>
31
+ <tr>
32
+ <td></td>
33
+ <td>Signature</td>
34
+ <td></td>
35
+ </tr>
36
+ </tbody>
37
+ </table>
38
+ </>
39
+ );
40
+ };
41
+
42
+ export default ReportCompiledByComponent;
@@ -0,0 +1,57 @@
1
+ import React from 'react';
2
+
3
+ import styles from '../moh711.scss';
4
+ import classNames from 'classnames';
5
+
6
+ interface TBScreeningProps {
7
+ moh711Data: any;
8
+ }
9
+
10
+ const TBScreeningComponent: React.FC<TBScreeningProps> = ({ moh711Data }) => {
11
+ return (
12
+ <>
13
+ <table className={classNames(`${styles.table}`, `${styles.tableBordered}`, `${styles.tableStriped}`)}>
14
+ <thead>
15
+ <tr>
16
+ <th colSpan={2}>M. TB SCREENING</th>
17
+ <th>0 - 14 years</th>
18
+ <th>15 years +</th>
19
+ <th>Total</th>
20
+ </tr>
21
+ </thead>
22
+ <tbody>
23
+ <tr>
24
+ <td>1</td>
25
+ <td>Total Number of people screened</td>
26
+ <td></td>
27
+ <td></td>
28
+ <td></td>
29
+ </tr>
30
+ <tr>
31
+ <td>2</td>
32
+ <td>Total Number of presumptive TB cases</td>
33
+ <td></td>
34
+ <td></td>
35
+ <td></td>
36
+ </tr>
37
+ <tr>
38
+ <td>3</td>
39
+ <td>Total Number of already on TB treatment</td>
40
+ <td></td>
41
+ <td></td>
42
+ <td></td>
43
+ </tr>
44
+ <tr>
45
+ <td>4</td>
46
+ <td>Total Number of people not screened</td>
47
+ <td></td>
48
+ <td></td>
49
+ <td></td>
50
+ </tr>
51
+ </tbody>
52
+ </table>
53
+ </>
54
+ );
55
+ };
56
+
57
+ export default TBScreeningComponent;