@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,569 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import styles from '../moh-731.scss';
|
|
4
|
+
import classNames from 'classnames';
|
|
5
|
+
import { useNavigate } from 'react-router-dom';
|
|
6
|
+
|
|
7
|
+
interface HivTestingandPreExposusreProphylaxisProps {
|
|
8
|
+
MOH731Data: any;
|
|
9
|
+
startDate: string;
|
|
10
|
+
endDate: string;
|
|
11
|
+
locationUuids: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const HivTestingandPreExposusreProphylaxis: React.FC<HivTestingandPreExposusreProphylaxisProps> = ({
|
|
15
|
+
MOH731Data,
|
|
16
|
+
startDate,
|
|
17
|
+
endDate,
|
|
18
|
+
locationUuids,
|
|
19
|
+
}) => {
|
|
20
|
+
const navigate = useNavigate();
|
|
21
|
+
|
|
22
|
+
const navigateToRegister = (indicator: string, gender: string) => {
|
|
23
|
+
navigate(
|
|
24
|
+
`/moh-366-register?startDate=${startDate}&endDate=${endDate}&locationUuids=${locationUuids}&indicator=${indicator}&gender=${gender}`,
|
|
25
|
+
);
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
const navigateToPrepRegister = (indicator: string, gender: string) => {
|
|
29
|
+
navigate(
|
|
30
|
+
`/prep-register?startDate=${startDate}&endDate=${endDate}&locationUuids=${locationUuids}&indicator=${indicator}&gender=${gender}`,
|
|
31
|
+
);
|
|
32
|
+
};
|
|
33
|
+
return (
|
|
34
|
+
<table>
|
|
35
|
+
<tbody>
|
|
36
|
+
<div className={styles.flexRow}>
|
|
37
|
+
<div className={styles.flexColumn}>
|
|
38
|
+
<tr>
|
|
39
|
+
<td className={styles.spaceAfter} style={{ fontWeight: 'bold' }}>
|
|
40
|
+
1.1 HIV Tests
|
|
41
|
+
</td>
|
|
42
|
+
</tr>
|
|
43
|
+
<tr>
|
|
44
|
+
<td className={styles.emptyColumn}></td>
|
|
45
|
+
<td className={styles.subTitle}>Male</td>
|
|
46
|
+
<td className={styles.subTitle} style={{ paddingLeft: '60px' }}>
|
|
47
|
+
Female(Including <br /> PMTCT)
|
|
48
|
+
</td>
|
|
49
|
+
</tr>
|
|
50
|
+
<tr>
|
|
51
|
+
<td>Tests</td>
|
|
52
|
+
<td className={styles.textBox}>
|
|
53
|
+
<span>HV01-01</span>
|
|
54
|
+
<div onClick={() => navigateToRegister('hiv_male', 'M')} className={styles.rectangle}>
|
|
55
|
+
{MOH731Data.hiv_male}
|
|
56
|
+
</div>
|
|
57
|
+
</td>
|
|
58
|
+
<td>
|
|
59
|
+
<div className={classNames(styles.textBox, styles.textBox2)}>
|
|
60
|
+
<span>HV01-02</span>
|
|
61
|
+
<div onClick={() => navigateToRegister('hiv_female', 'F')} className={styles.rectangle}>
|
|
62
|
+
{MOH731Data.hiv_female}
|
|
63
|
+
</div>
|
|
64
|
+
</div>
|
|
65
|
+
</td>
|
|
66
|
+
</tr>
|
|
67
|
+
<tr className={styles.margin}>
|
|
68
|
+
<td>Tests_Facility</td>
|
|
69
|
+
<td className={styles.textBox}>
|
|
70
|
+
<span>HV01-03</span>
|
|
71
|
+
<div onClick={() => navigateToRegister('hiv_setting_facility', '')} className={styles.rectangle}>
|
|
72
|
+
{MOH731Data.hiv_setting_facility}
|
|
73
|
+
</div>
|
|
74
|
+
</td>
|
|
75
|
+
</tr>
|
|
76
|
+
<tr>
|
|
77
|
+
<td>Tests_Community</td>
|
|
78
|
+
<td className={styles.textBox}>
|
|
79
|
+
<span>HV01-04</span>
|
|
80
|
+
<div onClick={() => navigateToRegister('hiv_setting_community', '')} className={styles.rectangle}>
|
|
81
|
+
{MOH731Data.hiv_setting_community}
|
|
82
|
+
</div>
|
|
83
|
+
</td>
|
|
84
|
+
</tr>
|
|
85
|
+
<tr>
|
|
86
|
+
<td>Tested KVP</td>
|
|
87
|
+
<td className={styles.textBox}>
|
|
88
|
+
<span>HV01-05</span>
|
|
89
|
+
<div onClick={() => navigateToRegister('hiv_setting_kvp', '')} className={styles.rectangle}>
|
|
90
|
+
{MOH731Data.hiv_setting_kvp}
|
|
91
|
+
</div>
|
|
92
|
+
</td>
|
|
93
|
+
</tr>
|
|
94
|
+
____________________________________________________________________
|
|
95
|
+
<tr>
|
|
96
|
+
<td className={styles.spaceAfter} style={{ fontWeight: 'bold' }}>
|
|
97
|
+
1.3 No. Initiated on PrEP(NEW)
|
|
98
|
+
</td>
|
|
99
|
+
</tr>
|
|
100
|
+
<tr>
|
|
101
|
+
<td className={styles.emptyColumn}></td>
|
|
102
|
+
<td className={styles.subTitle}>Male</td>
|
|
103
|
+
<td className={styles.subTitle} style={{ paddingLeft: '60px' }}>
|
|
104
|
+
Female
|
|
105
|
+
</td>
|
|
106
|
+
</tr>
|
|
107
|
+
<tr>
|
|
108
|
+
<td>General popn</td>
|
|
109
|
+
<td className={styles.textBox}>
|
|
110
|
+
<span>HV01-19</span>
|
|
111
|
+
<div
|
|
112
|
+
onClick={() => navigateToPrepRegister('prep_new_male_general_pop', 'M')}
|
|
113
|
+
className={styles.rectangle}
|
|
114
|
+
>
|
|
115
|
+
{MOH731Data.prep_new_male_general_pop}
|
|
116
|
+
</div>
|
|
117
|
+
</td>
|
|
118
|
+
<td>
|
|
119
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
120
|
+
<span>HV01-20</span>
|
|
121
|
+
<div
|
|
122
|
+
onClick={() => navigateToPrepRegister('prep_new_female_general_pop', 'F')}
|
|
123
|
+
className={styles.rectangle}
|
|
124
|
+
>
|
|
125
|
+
{MOH731Data.prep_new_female_general_pop}
|
|
126
|
+
</div>
|
|
127
|
+
</div>
|
|
128
|
+
</td>
|
|
129
|
+
</tr>
|
|
130
|
+
<tr>
|
|
131
|
+
<td>MSM/MSW</td>
|
|
132
|
+
<td className={styles.textBox}>
|
|
133
|
+
<span>HV01-21</span>
|
|
134
|
+
<div onClick={() => navigateToPrepRegister('prep_new_msm', 'M')} className={styles.rectangle}>
|
|
135
|
+
{MOH731Data.prep_new_msm}
|
|
136
|
+
</div>
|
|
137
|
+
</td>
|
|
138
|
+
<td></td>
|
|
139
|
+
</tr>
|
|
140
|
+
<tr>
|
|
141
|
+
<td>FSW</td>
|
|
142
|
+
<td></td>
|
|
143
|
+
<td>
|
|
144
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
145
|
+
<span>HV01-22</span>
|
|
146
|
+
<div onClick={() => navigateToPrepRegister('prep_new_fsw', 'F')} className={styles.rectangle}>
|
|
147
|
+
{MOH731Data.prep_new_fsw}
|
|
148
|
+
</div>
|
|
149
|
+
</div>
|
|
150
|
+
</td>
|
|
151
|
+
</tr>
|
|
152
|
+
<tr>
|
|
153
|
+
<td>PWID/PWUD</td>
|
|
154
|
+
<td className={styles.textBox}>
|
|
155
|
+
<span>HV01-23</span>
|
|
156
|
+
<div onClick={() => navigateToPrepRegister('prep_new_pwud_male', 'M')} className={styles.rectangle}>
|
|
157
|
+
{MOH731Data.prep_new_pwud_male}
|
|
158
|
+
</div>
|
|
159
|
+
</td>
|
|
160
|
+
<td>
|
|
161
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
162
|
+
<span>HV01-24</span>
|
|
163
|
+
<div onClick={() => navigateToPrepRegister('prep_new_pwud_female', 'F')} className={styles.rectangle}>
|
|
164
|
+
{MOH731Data.prep_new_pwud_female}
|
|
165
|
+
</div>
|
|
166
|
+
</div>
|
|
167
|
+
</td>
|
|
168
|
+
</tr>
|
|
169
|
+
<tr>
|
|
170
|
+
<td>Discordant Couple</td>
|
|
171
|
+
<td className={styles.textBox}>
|
|
172
|
+
<span>HV01-25</span>
|
|
173
|
+
<div
|
|
174
|
+
onClick={() => navigateToPrepRegister('prep_new_discordant_male', 'M')}
|
|
175
|
+
className={styles.rectangle}
|
|
176
|
+
>
|
|
177
|
+
{MOH731Data.prep_new_discordant_male}
|
|
178
|
+
</div>
|
|
179
|
+
</td>
|
|
180
|
+
<td>
|
|
181
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
182
|
+
<span>HV01-26</span>
|
|
183
|
+
<div
|
|
184
|
+
onClick={() => navigateToPrepRegister('prep_new_discordant_female', 'F')}
|
|
185
|
+
className={styles.rectangle}
|
|
186
|
+
>
|
|
187
|
+
{MOH731Data.prep_new_discordant_female}
|
|
188
|
+
</div>
|
|
189
|
+
</div>
|
|
190
|
+
</td>
|
|
191
|
+
</tr>
|
|
192
|
+
<tr>
|
|
193
|
+
<td>Vulnerable Pop.</td>
|
|
194
|
+
<td className={styles.textBox}>
|
|
195
|
+
<span>HV01-27</span>
|
|
196
|
+
<div
|
|
197
|
+
onClick={() => navigateToPrepRegister('prep_new_vulnerable_male', 'M')}
|
|
198
|
+
className={styles.rectangle}
|
|
199
|
+
>
|
|
200
|
+
{MOH731Data.prep_new_vulnerable_male}
|
|
201
|
+
</div>
|
|
202
|
+
</td>
|
|
203
|
+
<td>
|
|
204
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
205
|
+
<span>HV01-28</span>
|
|
206
|
+
<div
|
|
207
|
+
onClick={() => navigateToPrepRegister('prep_new_vulnerable_female', 'F')}
|
|
208
|
+
className={styles.rectangle}
|
|
209
|
+
>
|
|
210
|
+
{MOH731Data.prep_new_vulnerable_female}
|
|
211
|
+
</div>
|
|
212
|
+
</div>
|
|
213
|
+
</td>
|
|
214
|
+
</tr>
|
|
215
|
+
<tr>
|
|
216
|
+
<td>AYP (10-24yrs)</td>
|
|
217
|
+
<td className={styles.textBox}>
|
|
218
|
+
<span>HV01-29</span>
|
|
219
|
+
<div onClick={() => navigateToPrepRegister('prep_new_ayp', 'F')} className={styles.rectangle}>
|
|
220
|
+
{MOH731Data.prep_new_ayp}
|
|
221
|
+
</div>
|
|
222
|
+
</td>
|
|
223
|
+
<td>
|
|
224
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
225
|
+
<span>HV01-30</span>
|
|
226
|
+
<div onClick={() => navigateToPrepRegister('prep_new_ayp', 'F')} className={styles.rectangle}>
|
|
227
|
+
{MOH731Data.prep_new_ayp}
|
|
228
|
+
</div>
|
|
229
|
+
</div>
|
|
230
|
+
</td>
|
|
231
|
+
</tr>
|
|
232
|
+
<tr>
|
|
233
|
+
<td>Pregnant and breastfeeding women</td>
|
|
234
|
+
<td></td>
|
|
235
|
+
<td>
|
|
236
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
237
|
+
<span>HV01-31</span>
|
|
238
|
+
<div
|
|
239
|
+
onClick={() => navigateToPrepRegister('prep_new_preg_breastfeeding', 'F')}
|
|
240
|
+
className={styles.rectangle}
|
|
241
|
+
>
|
|
242
|
+
{MOH731Data.prep_new_preg_breastfeeding}
|
|
243
|
+
</div>
|
|
244
|
+
</div>
|
|
245
|
+
</td>
|
|
246
|
+
</tr>
|
|
247
|
+
____________________________________________________________________
|
|
248
|
+
<tr>
|
|
249
|
+
<td className={styles.spaceAfter} style={{ fontWeight: 'bold' }}>
|
|
250
|
+
1.5 No. Seroconverted while on PrEP
|
|
251
|
+
</td>
|
|
252
|
+
</tr>
|
|
253
|
+
<tr>
|
|
254
|
+
<td className={styles.emptyColumn}></td>
|
|
255
|
+
<td className={styles.subTitle}>Male</td>
|
|
256
|
+
<td className={styles.subTitle} style={{ paddingLeft: '60px' }}>
|
|
257
|
+
Female
|
|
258
|
+
</td>
|
|
259
|
+
</tr>
|
|
260
|
+
<tr>
|
|
261
|
+
<td>HIV Positive</td>
|
|
262
|
+
<td className={styles.textBox}>
|
|
263
|
+
<span>HV01-45</span>
|
|
264
|
+
<div onClick={() => navigateToPrepRegister('seroconverted_male', 'M')} className={styles.rectangle}>
|
|
265
|
+
{MOH731Data.seroconverted_male}
|
|
266
|
+
</div>
|
|
267
|
+
</td>
|
|
268
|
+
<td>
|
|
269
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
270
|
+
<span>HV01-46</span>
|
|
271
|
+
<div onClick={() => navigateToPrepRegister('seroconverted_female', 'F')} className={styles.rectangle}>
|
|
272
|
+
{MOH731Data.seroconverted_female}
|
|
273
|
+
</div>
|
|
274
|
+
</div>
|
|
275
|
+
</td>
|
|
276
|
+
</tr>
|
|
277
|
+
____________________________________________________________________
|
|
278
|
+
</div>
|
|
279
|
+
<div className={styles.flexColumn}>
|
|
280
|
+
<tr>
|
|
281
|
+
<td className={styles.spaceAfter} style={{ fontWeight: 'bold' }}>
|
|
282
|
+
1.2 HIV Positive Results
|
|
283
|
+
</td>
|
|
284
|
+
</tr>
|
|
285
|
+
<tr>
|
|
286
|
+
<td className={styles.emptyColumn}></td>
|
|
287
|
+
<td className={styles.subTitle}>Male</td>
|
|
288
|
+
<td className={styles.subTitle} style={{ paddingLeft: '60px' }}>
|
|
289
|
+
Female
|
|
290
|
+
</td>
|
|
291
|
+
</tr>
|
|
292
|
+
<tr>
|
|
293
|
+
<td>Positive_2-9</td>
|
|
294
|
+
<td className={styles.textBox}>
|
|
295
|
+
<span>HV01-06</span>
|
|
296
|
+
<div onClick={() => navigateToRegister('male_2_9', 'M')} className={styles.rectangle}>
|
|
297
|
+
{MOH731Data.male_2_9}
|
|
298
|
+
</div>
|
|
299
|
+
</td>
|
|
300
|
+
<td>
|
|
301
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
302
|
+
<span>HV01-07</span>
|
|
303
|
+
<div onClick={() => navigateToRegister('female_2_9', 'F')} className={styles.rectangle}>
|
|
304
|
+
{MOH731Data.female_2_9}
|
|
305
|
+
</div>
|
|
306
|
+
</div>
|
|
307
|
+
</td>
|
|
308
|
+
</tr>
|
|
309
|
+
<tr>
|
|
310
|
+
<td>Positive_10-14</td>
|
|
311
|
+
<td className={styles.textBox}>
|
|
312
|
+
<span>HV01-08</span>
|
|
313
|
+
<div onClick={() => navigateToRegister('male_10_14', 'M')} className={styles.rectangle}>
|
|
314
|
+
{MOH731Data.male_10_14}
|
|
315
|
+
</div>
|
|
316
|
+
</td>
|
|
317
|
+
<td>
|
|
318
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
319
|
+
<span>HV01-09</span>
|
|
320
|
+
<div onClick={() => navigateToRegister('female_10_14', 'F')} className={styles.rectangle}>
|
|
321
|
+
{MOH731Data.female_10_14}
|
|
322
|
+
</div>
|
|
323
|
+
</div>
|
|
324
|
+
</td>
|
|
325
|
+
</tr>
|
|
326
|
+
<tr>
|
|
327
|
+
<td>Positive_15-19</td>
|
|
328
|
+
<td className={styles.textBox}>
|
|
329
|
+
<span>HV01-10</span>
|
|
330
|
+
<div onClick={() => navigateToRegister('male_15_19', 'M')} className={styles.rectangle}>
|
|
331
|
+
{MOH731Data.male_15_19}
|
|
332
|
+
</div>
|
|
333
|
+
</td>
|
|
334
|
+
<td>
|
|
335
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
336
|
+
<span>HV01-11</span>
|
|
337
|
+
<div onClick={() => navigateToRegister('female_15_19', 'F')} className={styles.rectangle}>
|
|
338
|
+
{MOH731Data.female_15_19}
|
|
339
|
+
</div>
|
|
340
|
+
</div>
|
|
341
|
+
</td>
|
|
342
|
+
</tr>
|
|
343
|
+
<tr>
|
|
344
|
+
<td>Positive_20-24</td>
|
|
345
|
+
<td className={styles.textBox}>
|
|
346
|
+
<span>HV01-12</span>
|
|
347
|
+
<div onClick={() => navigateToRegister('male_20_24', 'M')} className={styles.rectangle}>
|
|
348
|
+
{MOH731Data.male_20_24}
|
|
349
|
+
</div>
|
|
350
|
+
</td>
|
|
351
|
+
<td>
|
|
352
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
353
|
+
<span>HV01-13</span>
|
|
354
|
+
<div onClick={() => navigateToRegister('female_20_24', 'F')} className={styles.rectangle}>
|
|
355
|
+
{MOH731Data.female_20_24}
|
|
356
|
+
</div>
|
|
357
|
+
</div>
|
|
358
|
+
</td>
|
|
359
|
+
</tr>
|
|
360
|
+
<tr>
|
|
361
|
+
<td>Positive_25+</td>
|
|
362
|
+
<td className={styles.textBox}>
|
|
363
|
+
<span>HV01-14</span>
|
|
364
|
+
<div onClick={() => navigateToRegister('male_25_above', 'M')} className={styles.rectangle}>
|
|
365
|
+
{MOH731Data.male_25_above}
|
|
366
|
+
</div>
|
|
367
|
+
</td>
|
|
368
|
+
<td>
|
|
369
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
370
|
+
<span>HV01-15</span>
|
|
371
|
+
<div onClick={() => navigateToRegister('female_25_above', 'F')} className={styles.rectangle}>
|
|
372
|
+
{MOH731Data.female_25_above}
|
|
373
|
+
</div>
|
|
374
|
+
</div>
|
|
375
|
+
</td>
|
|
376
|
+
</tr>
|
|
377
|
+
<tr>
|
|
378
|
+
<td>Positive_KVP</td>
|
|
379
|
+
<td className={styles.textBox}>
|
|
380
|
+
<span>HV01-16</span>
|
|
381
|
+
<div className={styles.rectangle}></div>
|
|
382
|
+
</td>
|
|
383
|
+
</tr>
|
|
384
|
+
<tr style={{ paddingTop: '10px', paddingBottom: '10px' }}>
|
|
385
|
+
<td>Discordant</td>
|
|
386
|
+
<td className={styles.textBox}>
|
|
387
|
+
<span>HV01-17</span>
|
|
388
|
+
<div className={styles.rectangle}></div>
|
|
389
|
+
</td>
|
|
390
|
+
<td>
|
|
391
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
392
|
+
<span>HV01-18</span>
|
|
393
|
+
<div className={styles.rectangle}></div>
|
|
394
|
+
</div>
|
|
395
|
+
</td>
|
|
396
|
+
</tr>
|
|
397
|
+
<tr>
|
|
398
|
+
<td>Inconclusive Test Results</td>
|
|
399
|
+
<td className={styles.textBox}>
|
|
400
|
+
<span>HV01-47</span>
|
|
401
|
+
<div className={styles.rectangle}></div>
|
|
402
|
+
</td>
|
|
403
|
+
<td>
|
|
404
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
405
|
+
<span>HV01-48</span>
|
|
406
|
+
<div className={styles.rectangle}></div>
|
|
407
|
+
</div>
|
|
408
|
+
</td>
|
|
409
|
+
</tr>
|
|
410
|
+
____________________________________________________________________
|
|
411
|
+
<tr>
|
|
412
|
+
<td className={styles.spaceAfter} style={{ fontWeight: 'bold' }}>
|
|
413
|
+
1.4 No. on PrEP Diagnosed with STI
|
|
414
|
+
</td>
|
|
415
|
+
</tr>
|
|
416
|
+
<tr>
|
|
417
|
+
<td className={styles.emptyColumn}></td>
|
|
418
|
+
<td className={styles.subTitle}>Male</td>
|
|
419
|
+
<td className={styles.subTitle} style={{ paddingLeft: '60px' }}>
|
|
420
|
+
Female
|
|
421
|
+
</td>
|
|
422
|
+
</tr>
|
|
423
|
+
<tr>
|
|
424
|
+
<td>General popn</td>
|
|
425
|
+
<td className={styles.textBox}>
|
|
426
|
+
<span>HV01-32</span>
|
|
427
|
+
<div
|
|
428
|
+
onClick={() => navigateToPrepRegister('prep_sti_male_general_pop', 'M')}
|
|
429
|
+
className={styles.rectangle}
|
|
430
|
+
>
|
|
431
|
+
{MOH731Data.prep_sti_male_general_pop}
|
|
432
|
+
</div>
|
|
433
|
+
</td>
|
|
434
|
+
<td>
|
|
435
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
436
|
+
<span>HV01-33</span>
|
|
437
|
+
<div
|
|
438
|
+
onClick={() => navigateToPrepRegister('prep_sti_female_general_pop', 'F')}
|
|
439
|
+
className={styles.rectangle}
|
|
440
|
+
>
|
|
441
|
+
{MOH731Data.prep_sti_female_general_pop}
|
|
442
|
+
</div>
|
|
443
|
+
</div>
|
|
444
|
+
</td>
|
|
445
|
+
</tr>
|
|
446
|
+
<tr>
|
|
447
|
+
<td>MSM/MSW</td>
|
|
448
|
+
<td className={styles.textBox}>
|
|
449
|
+
<span>HV01-34</span>
|
|
450
|
+
<div onClick={() => navigateToPrepRegister('prep_sti_msm', 'M')} className={styles.rectangle}>
|
|
451
|
+
{MOH731Data.prep_sti_msm}
|
|
452
|
+
</div>
|
|
453
|
+
</td>
|
|
454
|
+
<td></td>
|
|
455
|
+
</tr>
|
|
456
|
+
<tr>
|
|
457
|
+
<td>FSW</td>
|
|
458
|
+
<td className={styles.textBox}>
|
|
459
|
+
<span>HV01-35</span>
|
|
460
|
+
<div onClick={() => navigateToPrepRegister('prep_sti_fsw', 'F')} className={styles.rectangle}>
|
|
461
|
+
{MOH731Data.prep_sti_fsw}
|
|
462
|
+
</div>
|
|
463
|
+
</td>
|
|
464
|
+
<td></td>
|
|
465
|
+
</tr>
|
|
466
|
+
<tr>
|
|
467
|
+
<td>PWID/PWUD</td>
|
|
468
|
+
<td className={styles.textBox}>
|
|
469
|
+
<span>HV01-36</span>
|
|
470
|
+
<div onClick={() => navigateToPrepRegister('prep_sti_pwud_male', 'M')} className={styles.rectangle}>
|
|
471
|
+
{MOH731Data.prep_sti_pwud_male}
|
|
472
|
+
</div>
|
|
473
|
+
</td>
|
|
474
|
+
<td>
|
|
475
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
476
|
+
<span>HV01-37</span>
|
|
477
|
+
<div onClick={() => navigateToPrepRegister('prep_sti_pwud_female', 'F')} className={styles.rectangle}>
|
|
478
|
+
{MOH731Data.prep_sti_pwud_female}
|
|
479
|
+
</div>
|
|
480
|
+
</div>
|
|
481
|
+
</td>
|
|
482
|
+
</tr>
|
|
483
|
+
<tr>
|
|
484
|
+
<td>Discordant Couple</td>
|
|
485
|
+
<td className={styles.textBox}>
|
|
486
|
+
<span>HV01-38</span>
|
|
487
|
+
<div
|
|
488
|
+
onClick={() => navigateToPrepRegister('prep_sti_discordant_male', 'M')}
|
|
489
|
+
className={styles.rectangle}
|
|
490
|
+
>
|
|
491
|
+
{MOH731Data.prep_sti_discordant_male}
|
|
492
|
+
</div>
|
|
493
|
+
</td>
|
|
494
|
+
<td>
|
|
495
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
496
|
+
<span>HV01-39</span>
|
|
497
|
+
<div
|
|
498
|
+
onClick={() => navigateToPrepRegister('prep_sti_discordant_female', 'F')}
|
|
499
|
+
className={styles.rectangle}
|
|
500
|
+
>
|
|
501
|
+
{MOH731Data.prep_sti_discordant_female}
|
|
502
|
+
</div>
|
|
503
|
+
</div>
|
|
504
|
+
</td>
|
|
505
|
+
</tr>
|
|
506
|
+
<tr>
|
|
507
|
+
<td>Vulnerable Pop.</td>
|
|
508
|
+
<td className={styles.textBox}>
|
|
509
|
+
<span>HV01-40</span>
|
|
510
|
+
<div
|
|
511
|
+
onClick={() => navigateToPrepRegister('prep_sti_vulnerable_male', 'M')}
|
|
512
|
+
className={styles.rectangle}
|
|
513
|
+
>
|
|
514
|
+
{MOH731Data.prep_sti_vulnerable_male}
|
|
515
|
+
</div>
|
|
516
|
+
</td>
|
|
517
|
+
<td>
|
|
518
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
519
|
+
<span>HV01-41</span>
|
|
520
|
+
<div
|
|
521
|
+
onClick={() => navigateToPrepRegister('prep_sti_vulnerable_female', 'F')}
|
|
522
|
+
className={styles.rectangle}
|
|
523
|
+
>
|
|
524
|
+
{MOH731Data.prep_sti_vulnerable_female}
|
|
525
|
+
</div>
|
|
526
|
+
</div>
|
|
527
|
+
</td>
|
|
528
|
+
</tr>
|
|
529
|
+
<tr>
|
|
530
|
+
<td>AYP(10-24 yrs)</td>
|
|
531
|
+
<td className={styles.textBox}>
|
|
532
|
+
<span>HV01-42</span>
|
|
533
|
+
<div onClick={() => navigateToPrepRegister('prep_sti_ayp', 'F')} className={styles.rectangle}>
|
|
534
|
+
{MOH731Data.prep_sti_ayp}
|
|
535
|
+
</div>
|
|
536
|
+
</td>
|
|
537
|
+
<td>
|
|
538
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
539
|
+
<span>HV01-43</span>
|
|
540
|
+
<div onClick={() => navigateToPrepRegister('prep_sti_ayp', 'F')} className={styles.rectangle}>
|
|
541
|
+
{MOH731Data.prep_sti_ayp}
|
|
542
|
+
</div>
|
|
543
|
+
</div>
|
|
544
|
+
</td>
|
|
545
|
+
</tr>
|
|
546
|
+
<tr>
|
|
547
|
+
<td>Pregnant and breastfeeding women</td>
|
|
548
|
+
<td></td>
|
|
549
|
+
<td>
|
|
550
|
+
<div className={classNames(`${styles.textBox}`, `${styles.textBox2}`)}>
|
|
551
|
+
<span>HV01-44</span>
|
|
552
|
+
<div
|
|
553
|
+
onClick={() => navigateToPrepRegister('prep_sti_preg_breastfeeding', 'F')}
|
|
554
|
+
className={styles.rectangle}
|
|
555
|
+
>
|
|
556
|
+
{MOH731Data.prep_sti_preg_breastfeeding}
|
|
557
|
+
</div>
|
|
558
|
+
</div>
|
|
559
|
+
</td>
|
|
560
|
+
</tr>
|
|
561
|
+
____________________________________________________________________
|
|
562
|
+
</div>
|
|
563
|
+
</div>
|
|
564
|
+
</tbody>
|
|
565
|
+
</table>
|
|
566
|
+
);
|
|
567
|
+
};
|
|
568
|
+
|
|
569
|
+
export default HivTestingandPreExposusreProphylaxis;
|