예제 #1
0
            echo htmlspecialchars($RowSearch['session_id']);
            ?>
"  class='iframe medium_modal' ><?php 
            echo $RowSearch['payer_id'] * 1 > 0 ? htmlspecialchars($RowSearch['payer_id']) : '&nbsp;';
            ?>
</a></td>
								<td align="left" class="<?php 
            echo $StringClass;
            ?>
 " ><a href="edit_payment.php?payment_id=<?php 
            echo htmlspecialchars($RowSearch['session_id']);
            ?>
"  class='iframe medium_modal' ><?php 
            $frow['data_type'] = 1;
            $frow['list_id'] = 'payment_method';
            generate_print_field($frow, $RowSearch['payment_method']);
            ?>
</a></td>
								<td align="left" class="<?php 
            echo $StringClass;
            ?>
 " ><a href="edit_payment.php?payment_id=<?php 
            echo htmlspecialchars($RowSearch['session_id']);
            ?>
"  class='iframe medium_modal' ><?php 
            echo $RowSearch['reference'] == '' ? '&nbsp;' : htmlspecialchars($RowSearch['reference']);
            ?>
</a></td>
								<td align="left" class="<?php 
            echo $StringClass;
            ?>
예제 #2
0
    $frow['list_id'] = 'payment_type';
    generate_print_field($frow, $PaymentType);
    ?>
<input type="hidden" name="type_name" id="type_name" value="<?php 
    echo htmlspecialchars($PaymentType);
    ?>
"/></td>
					<td align="left" ></td>
					<td align="left" class="text"><?php 
    echo htmlspecialchars(xl('Payment Category'), ENT_QUOTES) . ':';
    ?>
</td>
					<td align="left" class="text bottom left top right">&nbsp;<?php 
    $frow['data_type'] = 1;
    $frow['list_id'] = 'payment_adjustment_code';
    generate_print_field($frow, $AdjustmentCode);
    ?>
<input type="hidden" name="adjustment_code" value="<?php 
    echo htmlspecialchars($AdjustmentCode);
    ?>
"/></td>
					<td align="left" ></td>
					<td align="left" ></td>
					<td align="left" ></td>
					<td align="left" ></td>
				  </tr>
				  <tr height="1">
					<td colspan="13" align="left" ></td>
				  </tr>
				  <tr>
					<td align="left" class="text"></td>
예제 #3
0
    echo "</b>";
    // Handle starting of a new data cell.
    if ($datacols > 0) {
        end_cell();
        echo "<td colspan='" . attr($datacols) . "' width='40%'";
        if ($data_type < 21 || $data_type > 25) {
            echo " class='under'";
        }
        if ($cell_count > 0) {
            echo " style='padding-left:5pt;'";
        }
        echo ">";
        $cell_count += $datacols;
    }
    ++$item_count;
    generate_print_field($frow, $currvalue);
}
end_group();
?>

</form>

<!-- This should really be in the onload handler but that seems to be unreliable and can crash Firefox 3. -->
<script language='JavaScript'>
 var win = top.printLogPrint ? top : opener.top;
 win.printLogPrint(window);
</script>

</body>
</html>
            echo text(xl_appt_category($appointment['pc_catname']));
            ?>
        </td>

        <td class="detail">
            <?php 
            //Appointment Status
            if ($chk_show_details) {
                if ($no_visit != 1) {
                    echo xlt('Complete Visit Time');
                }
            } else {
                if ($tracker_status != "") {
                    $frow['data_type'] = 1;
                    $frow['list_id'] = 'apptstat';
                    generate_print_field($frow, $tracker_status);
                }
            }
            ?>
        </td>
        
        <td class="detail">&nbsp;<?php 
            echo text(substr($newarrive, 11));
            ?>
        </td>

        <td class="detail">&nbsp;<?php 
            echo text(substr($newend, 11));
            ?>
        </td>
예제 #5
0
        echo text($appointment['phone_cell']);
        ?>
</td>

		<td class="detail">&nbsp;<?php 
        echo text(xl_appt_category($appointment['pc_catname']));
        ?>
</td>
		
		<td class="detail">&nbsp;
			<?php 
        //Appointment Status
        if ($pc_apptstatus != "") {
            $frow['data_type'] = 1;
            $frow['list_id'] = 'apptstat';
            generate_print_field($frow, $pc_apptstatus);
        }
        ?>
		</td>
	</tr>

    <?php 
        if ($patient_id && $incl_reminders) {
            // collect reminders first, so can skip it if empty
            $rems = fetch_reminders($patient_id, $appointment['pc_eventDate']);
        }
        ?>
    <?php 
        if ($patient_id && (!empty($rems) || !empty($appointment['pc_hometext']))) {
            // Not display of available slot or not showing reminders and comments empty
            ?>