<?php
include("db2lib.php");
$link=conectarse();
$espel=$_GET['especialidad'];
$codpa=$_GET['paciente'];
?>
<html>
<strong></strong>
<head>
<title>cuerpo</title>
<link rel="STYLESHEET" type="text/css" href="estilo.css">
<script language="JavaScript" type="text/javascript">
function asignar(){
document.getElementById("codpa").value=document.getElementById("pacientes").value;
return true
}
</script>
<script language="JavaScript" type="text/javascript">
function asignarId(){
document.getElementById("espel").value=document.getElementById("especialidad").value;
return true
}
</script>
<script language="JavaScript" type="text/javascript">
function codigom(){
document.getElementById("meco").value=document.getElementById("medicos").value;
return true
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div align="center">
<table border="2" bordercolor="#00CCCC" bgcolor="#FFFFCC">
<td><div align="center"><strong><font color="#2C7AA9C">Registro de citas</font></strong></div></td>
</table>
<table border="2" bordercolor="#00CCCC" bgcolor="#FFFFCC">
<td><div align="center"><strong><font color="#2C7AA9C">Area de datos del paciente</font></strong></div></td>
<td><div align="center"><strong><font color="#2C7AA9C">Area de pacientes citados</font></strong></div></td>
</table>
</div>
<div align="center">
<div align="center">
<table width="348" border="2" align="left" bordercolor="#00CCCC" bgcolor="#FFFFFF">
<td bgcolor="#FFFFCC" width="125" align="center"><font color="#2C7AA9C"><b>Especialidad</b></font></td>
<form name="miForm" >
<td bgcolor="#FFFFCC" align="right" bordercolor="#00CCCC"> <font color="#2C7AA9C"><b>
<input name="espel" type="text" disabled size="3" maxlength="3">
</font> </td>
<td width="417" bgcolor="#FFFFCC" align="right">
<?php
$resultado=mysql_query("select esp_cod, nombre from especialidad");
echo "<SELECT NAME='especialidad' onclick='return asignarId()'>";
while ($row = mysql_fetch_row($resultado))
{
echo "<OPTION value='$row[0]'>$row[1]</OPTION>";
}
echo "</SELECT>";
?>
</td>
</form>
</tr>
<tr valign="middle">
<td bgcolor="#FFFFCC" width="125"> <div align="center"><font color="#2C7AA9C"><b>Dr.
disponible</b></font> </div></td>
<td bgcolor="#FFFFCC" bordercolor="#00CCCC" align="right"> <font color="#2C7AA9C"><b>
<input name="meco" disabled size="7" maxlength="7" width="10" >
</font> </td>
<td bgcolor="#FFFFCC" width="417" valign="baseline" align="right">
<?php
$resultad=mysql_query("select m.M_cedula,concat(m.M_apellidop,' ', m.M_apellidom,' ', m.M_nombre) from medico m");
echo "<SELECT NAME='medicos' onclick='return codigom()'>";
while ($row = mysql_fetch_row($resultad))
{
echo "<OPTION value='$row[0]'>$row[1]</OPTION>";
}
echo "</SELECT>";
?>
</td>
</tr>
<td width="125" bgcolor="#FFFFCC"> <div align="center"><font color="#2C7AA9C"><b>Paciente</b></font></div></td>
<form name="paciente">
<td bgcolor="#FFFFCC" width="58" bordercolor="#00CCCC" align="left"> <div align="right"><font color="#2C7AA9C"><b>
<input name="codpa" disabled size="10" maxlength="10" width="10" >
</font> </div></td>
<td bgcolor="#FFFFCC" width="417" align="right">
<?php
$resultad=mysql_query("select P_cedula,concat(P_apellidop,' ', P_apellidom,' ', P_nombre) from paciente");
echo "<SELECT NAME='pacientes' onclick='return asignar()'>";
while ($row = mysql_fetch_row($resultad))
{
echo "<OPTION value='$row[0]'>$row[1]</OPTION>";
}
echo "</SELECT>";
?>
</td>
</form>
<tr>
<td bgcolor="#FFFFCC" width="125" align="center"><div align="center"><font color="#2C7AA9C"><b>Fecha
</b></font></div></td>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<!-Hoja de estilos del calendario -->
<LINK
title=win2k-cold-1 media=all
href="Calendario de pruebas_files/calendar-green.css" type=text/css
rel=stylesheet>
<!-- librería principal del calendario -->
<script src="Calendario de pruebas_files/calendar.js"
type=text/javascript></SCRIPT>
<!-- librería para cargar el lenguaje deseado -->
<script src="Calendario de pruebas_files/calendar-es.js"
type=text/javascript></SCRIPT>
<!-- librería que declara la función Calendar.setup, que ayuda a generar un calendario en unas pocas líneas de código -->
<script src="Calendario de pruebas_files/calendar-setup.js"
type=text/javascript></SCRIPT>
<FORM action=# method=get>
<td width="125" bgcolor="#FFFFCC" align="right"> <INPUT name=date disabled id=campo_fecha size="10" maxlength="10" width="5" align="middle">
</td>
<td width="125" bgcolor="#FFFFCC" align="right"> <INPUT id=lanzador align="middle" type=button value=...>
</td>
</FORM>
<!-- script que define y configura el calendario-->
<script type=text/javascript>
Calendar.setup({
inputField : "campo_fecha", // id del campo de texto
ifFormat : "%d/%m/%Y", // formato de la fecha, cuando se escriba en el campo de texto
button : "lanzador" // el id del botón que lanzará el calendario
});
</SCRIPT>
</tr>
<tr>
<td height="22" align="center" bgcolor="#FFFFCC"><div align="center"><font color="#2C7AA9C"><b>Hora
</b></font></div></td>
<td bgcolor="#FFFFCC" align="right"> </td>
<td bgcolor="#FFFFCC" align="right"> </td>
</tr>
</table>
<table width="379" height="28" border=2 align="left" bordercolor="#00CCCC" bgcolor="#FFFFFF">
<?php
$result=mysql_query("SELECT horario.H_dia, cita.Horacita, paciente.P_nombre, internacion.cod_int FROM horario, cita, paciente, internacion, turno, medico, diagnostico WHERE horario.hora_id = turno.hora_id AND turno.hora_id = cita.hora_id AND paciente.P_Cedula = cita.P_cedula GROUP BY horario.H_dia, cita.Horacita, paciente.P_nombre, internacion.cod_int",$link);
?>
<tr valign="baseline">
<td width="57" bgcolor="#FFFFCC"> <div align="center"><font color="#2C7AA9C"><strong> Turno</strong></font></div></td>
<td width="68" bgcolor="#FFFFCC"> <div align="center"><font color="#2C7AA9C"><strong> Hora</strong></font></div></td>
<td width="113" bgcolor="#FFFFCC"> <div align="center"><font color="#2C7AA9C"><strong> Paciente</strong></font></div></td>
<td width="80" bgcolor="#FFFFCC"> <div align="center"><font color="#2C7AA9C"><strong> Internacion</strong></font></div></td>
</tr>
<?php
while ($row = mysql_fetch_array($result))
{
printf("<tr><td bgcolor='#FFFFCC'> %s</td><td bgcolor='#FFFFCC'> %s </td><td bgcolor='#FFFFCC'> %s </td><td bgcolor='#FFFFCC'> %s </td></tr>",$row["H_dia"],$row["Horacita"],$row["P_nombre"],$row["cod_int"]);
}
//mysql_result($res);
?>
</table>
</div>
</body>
</html>