<%/* addJuicio.jsp * * Proyecto Fin de Carrera 2002/2003 * GESTION DE INFORMES DE ALTA CON TECNOLOGIA JAVA * Y BASE DE DATOS XML NATIVAS * * @author Irene Lavado Gomez */%> <%/* En esta página jsp tendremos el formulario referente a los diagnosticos a los que el doctor * ha llegado. Dentro de este formulario tendremos varias opciones, en primer lugar la * posibilidad de rellenar nuevos diagnosticos, en segundo lugar un listado de los diagnosticos * ya establecidos, y en tercer lugar la posibilidad de determinar la evolucion del paciente */%> <%@ include file="header2.jsp" %>
Juicio Clínico
Introducir un nuevo juicio
Diagnostico: 
Id diagnostico: 
Caracter: 
 
DiagnosticoCIECaracter
<%= request.getAttribute("Nombre0") %> <%=request.getAttribute("Id0")%> <%=request.getAttribute("Caracter0")%>
<%= request.getAttribute("Nombre1") %> <%=request.getAttribute("Id1")%> <%=request.getAttribute("Caracter1")%>
<%= request.getAttribute("Nombre2") %> <%=request.getAttribute("Id2")%> <%=request.getAttribute("Caracter2")%>
<%= request.getAttribute("Nombre3") %> <%=request.getAttribute("Id3")%> <%=request.getAttribute("Caracter3")%>

 
 Evolución del paciente:
 
 
  <%@ include file="footer.jsp" %> e-REdING. Biblioteca de la Escuela Superior de Ingenieros de Sevilla.


GESTIÓN DE INFORMES DE ALTA CON TECNOLOGÃA JAVA Y BASE DE DATOS XML NATIVAS

: Lavado Gómez, Irene
: Ingeniería Telecomunicación
Contenido del proyecto: