Exemplo n.º 1
0
<?php

require_once 'include/clasesLepra.php';
require_once 'include/fecha_hora.php';
$listado = new ListGeneric();
$listado->obtenerPendientesBac($_SESSION[EDO_USR_SESSION]);
$listado->obtenerPendientesHis($_SESSION[EDO_USR_SESSION]);
$objHTML = new HTML();
$help = new Helpers();
$objHTML->startFieldset('Solicitudes Pendientes');
echo '<div class="datagrid">
	<table>
	<thead>
            <tr align="center">
                <th>Clave LESP</th>	
                <th>Clave Del Paciente</th>
                <th>Nombre</th>
                <th>Solicitante</th>
                <th>Fecha Muestreo</th>
                <th>Fecha Solicitud</th>
                <th>Tipo</th>
                <th>Estudio</th>
				<th>Cedula</th>
                <th>Ver</th>
            </tr>
            </thead>
            <tbody>';
foreach ($listado->arrEstudiosBac as $pendienteBac) {
    $idPacienteBac = $pendienteBac->idPaciente;
    echo '<tr>
            <td>' . $pendienteBac->folioLaboratorio . '</td>