| Ptn No |
Ptn Name |
Operation |
Place |
Notes |
Husband |
Address |
Tel |
Date |
|
|
{assign var=i value=1}
{foreach $allvisit as $row}
| {$row.patientNo} |
{$row.patientName} |
{$row.operation} |
{$row.place} |
{$row.notes} |
{$row.husbandName} |
{$row.address} |
{$row.phone} |
{$row.opdate} |
|
|
{capture assign=i}{$i+1}{/capture}
{/foreach}
{literal}
{/literal}