diff --git a/EMR/billable_item_list.html b/EMR/billable_item_list.html new file mode 100644 index 0000000..bde4539 --- /dev/null +++ b/EMR/billable_item_list.html @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + +
+

Billable Item List Report

+
+ + + + + + + + + + + + + + + + + + + +
S/NONAMETYPECASH PRICESNHIF PRICES
{{$index+1}}{{dataRow.name}}{{dataRow.Type}}{{dataRow.Cash_prices}}{{dataRow.Nhif_prices}}
+
+
+
+
+
+ + diff --git a/EMR/billing.html b/EMR/billing.html index 196f65f..1fce51a 100644 --- a/EMR/billing.html +++ b/EMR/billing.html @@ -189,6 +189,7 @@

Billing

+ S/NO CASH PATIENT INSURANCE PATIENT TOTAL INVOICE @@ -203,6 +204,8 @@

Billing

+ + {{$index+1}} {{dataRow.cashpatients}} {{dataRow.Insurancepatients}} {{dataRow.total_invoice_count}} diff --git a/EMR/doctor_medical_examination.html b/EMR/doctor_medical_examination.html new file mode 100644 index 0000000..d2df953 --- /dev/null +++ b/EMR/doctor_medical_examination.html @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + +
+

Medical examinations Report

+
+ + + + + + + + + + + + + +
S/NOPatient's name
{{$index+1}}{{dataRow.JINA_LA_MGONJWA}}
+
+
+
+
+
+ + diff --git a/EMR/medical_labaratory_report.html b/EMR/medical_labaratory_report.html new file mode 100644 index 0000000..94698c2 --- /dev/null +++ b/EMR/medical_labaratory_report.html @@ -0,0 +1,222 @@ + + + + + + + + + + + + + + + +
+

Medical Laboratory

+
+ + + + + + + + + + + + + + + + + + + +
S/NOTOTAL LABARATORY VISITTOTAL LABARATORY VISIT RESULTS
{{$index+1}}{{dataRow.visited_lab_total}}{{dataRow.total_results_of_lab}}
+
+
+
+
+
+ + diff --git a/EMR/pharmacy_report.html b/EMR/pharmacy_report.html new file mode 100644 index 0000000..c309fa2 --- /dev/null +++ b/EMR/pharmacy_report.html @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + +
+

Pharmacy Report

+
+ + + + + + + + + + + + + + + + +
S/NOTOTAL PHARMACY VISIT
{{$index+1}}{{dataRow.visited_pharmacy_total}}
+
+
+
+
+
+ +