{literal} {/literal}
{literal} {/literal}
Evaluation Examination
TEMP:
P:
R:
BP:
HT:
WT:
LMP:
BMI:
Chief Complaint
{$evaluation->get_complaint()}
HPI
{$evaluation->get_hpi()}
{foreach name=loops item=headings key=title from=$checks}
{if $smarty.foreach.loops.first ne 1}
{/if} {$title}
{foreach item=row key=row_title from=$headings}
{if !is_numeric($row_title)}
{$row_title}
{html_checkboxes name="checks" options=$row selected=$evaluation->checks separator="
"}
{else}
{html_checkboxes name="checks" options=$row selected=$evaluation->checks separator="
"}
{if $title eq "Eyes" and $row_title == 2}
OD 20/
OS 20/
OU 20/
{/if} {/if}
{/foreach} {/foreach}
Comments/Abnormal Findings
{$evaluation->get_comments()}
Assesment/Plan
{$evaluation->get_assesment()}
{if $VIEW != true}
[Don't Save]
{/if}