<%@page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@page isELIgnored="false"%> <%@taglib prefix="pat" uri="/WEB-INF/tlds/PatientInfo.tld"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> <% String patName = request.getParameter("patientName"); String tabName = request.getParameter("tabName"); if (patName != null) { patName = new String(patName.getBytes("ISO-8859-1"), "UTF-8"); } %>
Gender Modality Study Instance UID Refer Physician Series Count
${patientId} ${patientName} ${patientGender} ${studyDate} ${studyDescription} ${modality} ${totalInstances} ${studyIUID} ${referPhysician} ${totalSeries}