%@page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false"%>
<%@page errorPage="ErrorPage.jsp" %>
<%@taglib prefix="ser" uri="/WEB-INF/tlds/SeriesDetails.tld" %>
<%@taglib prefix="img" uri="/WEB-INF/tlds/ImageInfo.tld" %>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
<%
String patName = new String(request.getParameter("patientName").getBytes("ISO-8859-1"), "UTF-8");
String studyDesc = new String(request.getParameter("studyDesc").getBytes("ISO-8859-1"), "UTF-8");
%>
<%=patName%>
ID: ${param.patient}
| <%=studyDesc%> |
| ${param.studyDate} |
${param.totalSeries} Series |
| ${seriesDesc} |
${numberOfImages} Imgs |
|
|