Ejemplo n.º 1
0
*
*/
include "../lib/config.inc.php";
include "../lib/func.inc.php";
include "../lib/classes.inc.php";
require_once '../lang/' . $idioma . '.php';
header("Content-type: text/html; charset=ISO-8859-1", true);
if (!checklog()) {
    die($frase_log);
}
include "../timbre_head.php";
$paciente = new TPacientes();
$clinica = new TClinica();
$encaminhamento = new TEncaminhamento();
$encaminhamento->Codigo_Paciente = $_GET['codigo'];
$encaminhamento->LoadInfo();
if ($encaminhamento->Encaminhamento == '') {
    $encaminhamento->SalvarNovo();
}
if (isset($_POST['send'])) {
    $encaminhamento->Encaminhamento = htmlspecialchars(trim($_POST['encaminhamento']), ENT_QUOTES);
    $encaminhamento->Salvar();
}
$paciente->LoadPaciente($_GET['codigo']);
$clinica->LoadInfo();
$encaminhamento->LoadInfo();
?>
<br />
<div align="center"><font size="4"><b><?php 
echo $LANG['reports']['routing'];
?>