diff --git a/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-filter.component.html b/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-filter.component.html index f2ef50510..e0ad0f919 100644 --- a/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-filter.component.html +++ b/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-filter.component.html @@ -1,104 +1,103 @@
-
+ + + Report filters - - - Report filters + + + +
+
+
+
- - - - -
-
-
-
-
- - -
-
- - -
-
- - -
-
- - -
+
+ + +
+
+ + +
+
+ + +
+
+ +
-
+
+ +
+
+ + Loading report.. - -
-
- - Loading report.. -
- \ No newline at end of file +
diff --git a/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-patient-list.component.html b/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-patient-list.component.html index 0d65edd35..87c57d88a 100644 --- a/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-patient-list.component.html +++ b/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-patient-list.component.html @@ -1,40 +1,39 @@
-
-
-

- {{ title }} Patient List for {{ params.startDate }} to - {{ params.endDate }} -

-
-
-
- -
-
- - - -
+
+
+

+ {{ title }} Patient List for {{ params.startDate }} to + {{ params.endDate }} +

+
+
+
+ +
+
+ + +
- \ No newline at end of file +
diff --git a/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-pdf-view.component.html b/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-pdf-view.component.html index 565bcef27..b98709620 100644 --- a/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-pdf-view.component.html +++ b/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-pdf-view.component.html @@ -1,62 +1,61 @@
-
-
- - - RRI Report - for {{ params.startDate }} to {{ params.endDate }} - -
- -
-
-
-
+
+
+ + + RRI Report + for {{ params.startDate }} to {{ params.endDate }} + +
+ +
+
+
+
+ + + + + + + + +
Locations + {{ location }} +
+
- + - - - + +
+ {{ section.sectionTitle }} +
Locations - {{ location }} +
+ {{ indicator.label }} + + {{ locationData[indicator.indicator] }}
-
- - - - - - - - -
- {{ section.sectionTitle }} -
- {{ indicator.label }} - - {{ locationData[indicator.indicator] }} -
-
-
+
- \ No newline at end of file +
diff --git a/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-pdf-view.component.ts b/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-pdf-view.component.ts index efbe3aeb4..d5b294dc2 100644 --- a/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-pdf-view.component.ts +++ b/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-pdf-view.component.ts @@ -58,7 +58,6 @@ export class PmtctCalhivPdfViewComponent implements OnInit, OnChanges { public setRowData(results) { const sectionDefs = this.sectionDefs; _.each(results, (result: any) => { - // console.log('result', result); this.locations.push(result.location); Object.keys(result).forEach((key, index) => { _.each(sectionDefs, (sectionDef: any) => { diff --git a/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-tabular.component.html b/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-tabular.component.html index 1100d8cdd..283b658e9 100644 --- a/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-tabular.component.html +++ b/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-tabular.component.html @@ -1,20 +1,19 @@
-
-

- {{reportTitle}} for {{params.startDate}} to {{params.endDate}} -

-
- - -
+
+

+ {{ reportTitle }} for {{ params.startDate }} to {{ params.endDate }} +

+
+ +
- \ No newline at end of file +