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

Poc 737: MOH Registers #1773

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
fe8ee43
Poc 739 (#1752)
hiqedme Jun 6, 2024
9f57f81
POC-746: MOH 366 Care and Treatment Daily Activity
Alfred-Mutai May 24, 2024
3e7f76d
POC-746 added data for HEI
hiqedme Jun 5, 2024
48f34bd
POC-737: Development of MOH Registers
Alfred-Mutai May 23, 2024
c5d4c1c
POC-745: MOH 267 PrEP Daily Activity Register
Alfred-Mutai May 27, 2024
c63a267
Added data
Alfred-Mutai Jun 6, 2024
bedc5d9
Initial MOH731 template
Alfred-Mutai May 2, 2024
e88a6a4
Initial MOH731 template
Alfred-Mutai May 2, 2024
ad9ca94
MOH-731 added section 2 and 5
hiqedme May 3, 2024
4732b41
MOH-731 added section 4.3
hiqedme May 3, 2024
eb8fedb
Updated MOH template
Alfred-Mutai May 6, 2024
88dbfc7
MOH-731: Updated report
Alfred-Mutai May 8, 2024
5f11a02
Sorted formatting
Alfred-Mutai May 8, 2024
bab9a0d
Sorted formatting
Alfred-Mutai May 8, 2024
5f684dd
Updated PSW to FSW
Alfred-Mutai May 9, 2024
e6f9b4a
Sorted formatting
Alfred-Mutai May 14, 2024
b7d6742
POC-743: MOH 406 PNC Register.
Alfred-Mutai May 30, 2024
4c65ec1
POC-730: Internal movement form, add Patient type with options Antena…
Alfred-Mutai May 16, 2024
37d0203
POC-730: Internal movement form, add Patient type with options Antena…
Alfred-Mutai May 16, 2024
235d6d4
mch bugfix
Alfred-Mutai May 28, 2024
001cc67
POC-738: Initial commit
Alfred-Mutai May 28, 2024
0ea0157
POC-738: MOH 405 ANC Register
Alfred-Mutai May 29, 2024
3532e3d
POC-738: MOH 405 ANC Register
Alfred-Mutai May 29, 2024
9637932
POC-738: MOH 405 ANC Register
Alfred-Mutai May 30, 2024
4a90a2a
POC-746: MOH 366 Care and Treatment Daily Activity
Alfred-Mutai May 24, 2024
8aaafbd
POC-739: MOH 408 HIV Exposed Infant Registers
Alfred-Mutai May 23, 2024
5a3a965
POC-741: MOH 333 Maternity Register
Alfred-Mutai May 30, 2024
2903059
POC-742: MOH 362 HTS Lab Refferal & Linkage Register.
Alfred-Mutai May 30, 2024
17c8d83
POC-740: MOH 407 Nutrition Service RegisterMOH 407 Nutrition Service …
Alfred-Mutai May 31, 2024
3c4ce48
POC-740: MOH 407 Nutrition Service RegisterMOH 407 Nutrition Service …
Alfred-Mutai May 31, 2024
a048560
Updated registers
Alfred-Mutai Jun 12, 2024
75ec46f
Updated registers
Alfred-Mutai Jun 12, 2024
dd81d59
Updated registers
Alfred-Mutai Jun 12, 2024
ab8cf0d
POC-737: Initial commit
Alfred-Mutai Oct 25, 2024
773cca5
POC-737: Initial commit
Alfred-Mutai Oct 25, 2024
21946d1
POC-737: Initial commit
Alfred-Mutai Oct 25, 2024
ac679d7
POC-737: Initial commit
Alfred-Mutai Oct 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
- name: Build prod
run: npm run build-prod
- name: Upload build files to artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: build-files
path: dist
# - name: Run headless tests
# uses: GabrielBB/xvfb-action@v1
# with:
# run: npm run test
# run: npm run test
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ import { TxMmdReportComponent } from './datim-reports/tx-mmd-report.component';
import { TxRttReportComponent } from './datim-reports/tx-rtt-report.component';
import { AhdReportComponent } from './ahd-report/ahd-report.component';
import { PlhivNcdV2ReportComponent } from './plhiv-ncd-v2-report/plhiv-ncd-v2-report.component';
import { RegistersComponent } from './registers/registers.component';
import { HeiRegisterComponent } from './registers/hei-register/hei-register.component';
import { AncRegisterComponent } from './registers/anc-register/anc-register.component';
import { NutritionRegisterComponent } from './registers/nutrition-register/nutrition-register.component';
import { MaternityRegisterComponent } from './registers/maternity-register/maternity-register.component';
import { HtsrefferallinkageRegisterComponent } from './registers/htsrefferallinkage-register/htsrefferallinkage-register.component';
import { PncRegisterComponent } from './registers/pnc-register/pnc-register.component';
import { DefaultertracingRegisterComponent } from './registers/defaultertracing-register/defaultertracing-register.component';
import { PrepdailyRegisterComponent } from './registers/prepdaily-register/prepdaily-register.component';
import { CntdailyRegisterComponent } from './registers/cntdaily-register/cntdaily-register.component';

@NgModule({
imports: [
Expand Down Expand Up @@ -97,7 +107,17 @@ import { PlhivNcdV2ReportComponent } from './plhiv-ncd-v2-report/plhiv-ncd-v2-re
TxMmdReportComponent,
TxRttReportComponent,
PlhivNcdV2ReportComponent,
AhdReportComponent
AhdReportComponent,
RegistersComponent,
HeiRegisterComponent,
AncRegisterComponent,
NutritionRegisterComponent,
MaternityRegisterComponent,
HtsrefferallinkageRegisterComponent,
PncRegisterComponent,
DefaultertracingRegisterComponent,
PrepdailyRegisterComponent,
CntdailyRegisterComponent
],
providers: [
DataAnalyticsDashboardService,
Expand Down
100 changes: 100 additions & 0 deletions src/app/data-analytics-dashboard/hiv/data-analytics-hiv.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ import { AhdReportComponent } from './ahd-report/ahd-report.component';
import { AhdMonthlyReportPatientlistComponent } from 'src/app/hiv-care-lib/ahd-monthly-report/ahd-monthly-report-patientlist/ahd-monthly-report-patientlist.component';
import { PlhivNcdV2ReportPatientListComponent } from 'src/app/hiv-care-lib/plhiv-ncd-v2-report/plhiv-ncd-v2-report-patient-list/plhiv-ncd-v2-report-patient-list.component';
import { PlhivNcdV2ReportComponent } from './plhiv-ncd-v2-report/plhiv-ncd-v2-report.component';
import { RegistersComponent } from './registers/registers.component';
import { HeiRegisterComponent } from './registers/hei-register/hei-register.component';
import { AncRegisterComponent } from './registers/anc-register/anc-register.component';
import { NutritionRegisterComponent } from './registers/nutrition-register/nutrition-register.component';
import { MaternityRegisterComponent } from './registers/maternity-register/maternity-register.component';
import { HtsrefferallinkageRegisterComponent } from './registers/htsrefferallinkage-register/htsrefferallinkage-register.component';
import { PncRegisterComponent } from './registers/pnc-register/pnc-register.component';
import { DefaultertracingRegisterComponent } from './registers/defaultertracing-register/defaultertracing-register.component';
import { PrepdailyRegisterComponent } from './registers/prepdaily-register/prepdaily-register.component';
import { CntdailyRegisterComponent } from './registers/cntdaily-register/cntdaily-register.component';

const routes: Routes = [
{
Expand Down Expand Up @@ -285,6 +295,96 @@ const routes: Routes = [
}
]
},
{
path: 'registers',
children: [
{
path: '',
component: RegistersComponent
},
{
path: 'hei-register',
children: [
{
path: '',
component: HeiRegisterComponent
}
]
},
{
path: 'anc-register',
children: [
{
path: '',
component: AncRegisterComponent
}
]
},
{
path: 'nutrition-register',
children: [
{
path: '',
component: NutritionRegisterComponent
}
]
},
{
path: 'maternity-register',
children: [
{
path: '',
component: MaternityRegisterComponent
}
]
},
{
path: 'htsrefferallinkage-register',
children: [
{
path: '',
component: HtsrefferallinkageRegisterComponent
}
]
},
{
path: 'pnc-register',
children: [
{
path: '',
component: PncRegisterComponent
}
]
},
{
path: 'defaultertracing-register',
children: [
{
path: '',
component: DefaultertracingRegisterComponent
}
]
},
{
path: 'prepdaily-register',
children: [
{
path: '',
component: PrepdailyRegisterComponent
}
]
},
{
path: 'cntdaily-register',
children: [
{
path: '',
component: CntdailyRegisterComponent
}
]
}
]
},
{
path: 'datim-report',
children: [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
tr,
.table-bordered th,
.table-bordered td {
border: 2px solid #000; /* Darker border color */
}
tbody tr {
height: 20px; /* Adjust the height as per your design */
}
.vertical-text {
writing-mode: vertical-rl;
text-orientation: mixed;
transform: rotate(180deg);
white-space: nowrap;
}
th {
min-width: 70px;
}
Loading
Loading