| {$i} |
{$row->patientName} |
{$row->patientstatusno} |
{if $programesetting->system_lang == 1}
{$row->husbandname} |
{/if}
{$row->address} |
{$row->visitdate} |
{$row->for_doctor_name} {if !empty($row->operation_time) }({$row->operation_time}){/if} |
{if $programesetting->system_lang == 1}
{if $row->for_husband eq 1} الزوج
{else if $row->for_husband eq 2}
{if $row->child_gender eq 1} طفل {else} طفلة {/if}
{if $row->child_name != '' && $row->child_name != null } ({$row->child_name}) {/if}
{else} الزوجه{/if}
|
{/if}
{if $programesetting->system_type == 2}
{$row->visitHour} |
{/if}
|
{capture assign=i}{$i+1}{/capture}
{/foreach}