corrected smarty tag
[openemr.git] / interface / main / calendar / modules / PostCalendar / pntemplates / default / user / patient_line.html
blobc4fbdc0416c9a06aea670ecb865965db2da26dc9
1 [-if is_numeric($event.pid) and $show_patient eq true-]
2 [-assign var=temppatient_name value=$event.patient_name|truncate::"$day_td_width":""-]
3 [-assign var=temppatient_name value=$event.patient_name-]
4 <a href="../../patient_file/patient_file.php?set_pid=[-$event.pid-]&pid=[-$event.pid-]" target="_top">[-$temppatient_name"-]</a>
5 <br/>([-$event.patient_dob-])
6 [-/if-]
7 [-if is_numeric($event.aid) and $show_provider eq true-]
8 provider <strong>[-$event.provider_name-]</strong>
9 [-/if-]
10 [-if is_numeric($event.pid) and $show_patient eq true and $show_icons eq true-]
13 <a href="[-$TPL_ROOTDIR-]/patient_file/patient_file.php?go=encounter&pid=[-$event.pid-]&set_pid=[-$event.pid-]" target="_top"><img align="middle" src="[-$TPL_IMAGE_PATH-]/encounter_hotlink.gif" border="0" vspace="0" hspace="0"/></a>
14 {php} $demovar = ( $GLOBALS['dutchpc'] ) ? 'demographics_full_dutch.php' : 'demographics_full.php'; {/php}
15 <a href="[-$TPL_ROOTDIR-]/patient_file/summary/[-$demovar-]?pid=[-$event.pid-]&set_pid=[-$event.pid-]" target="Main"><img align="middle" src="[-$TPL_IMAGE_PATH-]/demo_hotlink.gif" border="0" vspace="0" hspace="0"/></a>
16 [-/if-]