Skip to content

Commit

Permalink
Work on OTZ Register UI
Browse files Browse the repository at this point in the history
  • Loading branch information
sainingo committed Jan 17, 2024
1 parent f325974 commit 12497bb
Show file tree
Hide file tree
Showing 13 changed files with 282 additions and 890 deletions.
13 changes: 2 additions & 11 deletions src/app/hiv-care-lib/hiv-care-lib.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ import { TxRttReportBaseComponent } from './tx-rtt-report/tx-rtt-report-base/tx-
import { TxRttReportPatientListComponent } from './tx-rtt-report/tx-rtt-report-patient-list/tx-rtt-report-patient-list.component';
import { RegistersDashboardComponent } from './registers/registers-dashboard.component';
import { OtzRegisterComponent } from './registers/otz/otz-registers/otz-register.component';
import { OTZRegisterFilterComponent } from './registers/otz/otz-register-filters/otz-register-filter.component';
import { OTZRegisterPatientListComponent } from './registers/otz/otz-register-patient-list/otz-register-patient-list.component';
import { OTZRegisterTabularComponent } from './registers/otz/otz-register-table/otz-register-tabular.component';

@NgModule({
imports: [
Expand Down Expand Up @@ -249,10 +246,7 @@ import { OTZRegisterTabularComponent } from './registers/otz/otz-register-table/
Covid19TabularViewComponent,
PrepMonthlyReportViewComponent,
TxMlReportViewComponent,
RegistersDashboardComponent,
OTZRegisterFilterComponent,
OTZRegisterPatientListComponent,
OTZRegisterTabularComponent
RegistersDashboardComponent
],
declarations: [
Moh731TabularComponent,
Expand Down Expand Up @@ -345,10 +339,7 @@ import { OTZRegisterTabularComponent } from './registers/otz/otz-register-table/
TxRttReportBaseComponent,
TxRttReportPatientListComponent,
RegistersDashboardComponent,
OtzRegisterComponent,
OTZRegisterFilterComponent,
OTZRegisterPatientListComponent,
OTZRegisterTabularComponent
OtzRegisterComponent
],
providers: [
MOHReportService,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.
Loading

0 comments on commit 12497bb

Please sign in to comment.