- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / modules / registration_admission / include / bottom_controls_registration.inc.php
blob7844cb1b61a832e7970dc0b638dbbef06e8069db
1 <a href="patient_register.php<?php echo URL_APPEND ?>&pid=<?php echo $pid ?>&update=1"><img
2 <?php echo createLDImgSrc($root_path,'update_data.gif','0','absmiddle') ?>></a>
3 <a href="<?php echo $admissionfile ?>&pid=<?php echo $pid ?>&origin=patreg_reg&encounter_class_nr=1"><img <?php echo createLDImgSrc($root_path,'admit_inpatient.gif','0','absmiddle') ?>></a>
4 <a href="<?php echo $admissionfile ?>&pid=<?php echo $pid ?>&origin=patreg_reg&encounter_class_nr=2"><img <?php echo createLDImgSrc($root_path,'admit_outpatient.gif','0','absmiddle') ?>></a>
5 <form action="patient_register.php" method=post>
6 <input type=submit value="<?php echo $LDNewForm ?>">
7 <input type=hidden name="sid" value=<?php echo $sid; ?>>
8 <input type=hidden name="lang" value="<?php echo $lang; ?>">
9 </form>