Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(chore) Mapped MOH 731 #133

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
(chore)Mapped MOH 731 headers
KotlinDevIanBore committed Aug 1, 2024
commit b7ff8ece48496d144ae6fd8c0bcb5289702dab8b
2 changes: 1 addition & 1 deletion packages/esm-report-app/src/registers/MOH-731/MOH_731.tsx
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ const MOH731: React.FC<{ reportData: any }> = ({ reportData }) => {
<h5>3. HIV and TB treatment</h5>
</TableHeader>
</TableRow>
<PartThree />
<PartThree reportData={reportData} />
</TableBody>
</Table>
</TableContainer>
6 changes: 3 additions & 3 deletions packages/esm-report-app/src/registers/MOH-731/PartOne.tsx
Original file line number Diff line number Diff line change
@@ -116,10 +116,10 @@ const PartOne: React.FC<{ reportData: any }> = ({ reportData }) => {
<TableRow>
<TableCell>Discordant</TableCell>
<TableCell>
HV01-17 <div className={styles['small-cont']}>{row.positive_female_25_plus}</div>
HV01-17 <div className={styles['small-cont']}>{row.discordant_couple_male_total}</div>
</TableCell>
<TableCell>
HV01-18 <div className={styles['small-cont']}>{row.positive_female_25_plus}</div>
HV01-18 <div className={styles['small-cont']}>{row.discordant_couple_prep_female_total}</div>
</TableCell>
</TableRow>
</div>
@@ -276,7 +276,7 @@ const PartOne: React.FC<{ reportData: any }> = ({ reportData }) => {
HV01-42 <div className={styles['small-cont']}>{row.ayp_prep_sti_male}</div>
</TableCell>
<TableCell>
HV01-43 <div className={styles['small-cont']}>{row.ayp_prep_sti_male}</div>
HV01-43 <div className={styles['small-cont']}>{row.ayp_prep_sti_female}</div>
</TableCell>
</TableRow>
<TableRow>
1,048 changes: 532 additions & 516 deletions packages/esm-report-app/src/registers/MOH-731/PartThree.tsx

Large diffs are not rendered by default.