clean
parent
eb83fcfc51
commit
07a019c7f4
|
@ -1,6 +1,6 @@
|
||||||
<menu string="Clinic">
|
<menu string="Clinic">
|
||||||
<item string="Dashboard" action="clinic_board"/>
|
<item string="Dashboard" action="clinic_board"/>
|
||||||
<item string="Personal">
|
<item string="Personals">
|
||||||
<item string="Doctors" action="clinic_doctor"/>
|
<item string="Doctors" action="clinic_doctor"/>
|
||||||
<item string="Nurses" action="clinic_nurse"/>
|
<item string="Nurses" action="clinic_nurse"/>
|
||||||
</item>
|
</item>
|
||||||
|
@ -25,8 +25,8 @@
|
||||||
<item string="Monthly" action="clinic_report_hd_monthly"/>
|
<item string="Monthly" action="clinic_report_hd_monthly"/>
|
||||||
</item>
|
</item>
|
||||||
<item string="Settings">
|
<item string="Settings">
|
||||||
|
<item string="Cycles" action="clinic_cycle"/>
|
||||||
<item string="Departments" action="clinic_department"/>
|
<item string="Departments" action="clinic_department"/>
|
||||||
<item string="Cycle" action="clinic_cycle"/>
|
|
||||||
<item string="Clinic Settings" action="clinic_setting"/>
|
<item string="Clinic Settings" action="clinic_setting"/>
|
||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
|
@ -1,95 +0,0 @@
|
||||||
<center>
|
|
||||||
<h2>
|
|
||||||
Summary of the Hemodialysis
|
|
||||||
</h2>
|
|
||||||
<h3>
|
|
||||||
[Ratchawat : Saamsan4]<br/>
|
|
||||||
As at October 2014
|
|
||||||
</h3>
|
|
||||||
</center>
|
|
||||||
<table class="table table-striped">
|
|
||||||
<thead class="scroll-header">
|
|
||||||
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<th>
|
|
||||||
The number of times the Hemodialysis
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
Current month
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
xxxx times
|
|
||||||
</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th>
|
|
||||||
Many patients come from
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
Previous month
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
xxxx person
|
|
||||||
</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th>
|
|
||||||
Number of new patients
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
Current month
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
xxxx person
|
|
||||||
</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th>
|
|
||||||
Number of patients discharged
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
Current month
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
xxxx person
|
|
||||||
</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th>
|
|
||||||
Number of patients to raise
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
Current month
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
xxxx person
|
|
||||||
</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th>
|
|
||||||
Number of patients withdrawn SSO
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
xxxx person
|
|
||||||
</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th>
|
|
||||||
Many patients pay themselves
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
xxxx person
|
|
||||||
</th>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
<tfoot>
|
|
||||||
<tr style="font-weight:bold">
|
|
||||||
</tr>
|
|
||||||
</tfoot>
|
|
||||||
</table>
|
|
Loading…
Reference in New Issue