init
This commit is contained in:
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -0,0 +1,65 @@
|
||||
package org.apache.jsp;
|
||||
|
||||
import javax.servlet.*;
|
||||
import javax.servlet.http.*;
|
||||
import javax.servlet.jsp.*;
|
||||
|
||||
public final class default_jsp extends org.apache.jasper.runtime.HttpJspBase
|
||||
implements org.apache.jasper.runtime.JspSourceDependent {
|
||||
|
||||
private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();
|
||||
|
||||
private static java.util.List _jspx_dependants;
|
||||
|
||||
private javax.el.ExpressionFactory _el_expressionfactory;
|
||||
private org.apache.AnnotationProcessor _jsp_annotationprocessor;
|
||||
|
||||
public Object getDependants() {
|
||||
return _jspx_dependants;
|
||||
}
|
||||
|
||||
public void _jspInit() {
|
||||
_el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
|
||||
_jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
|
||||
}
|
||||
|
||||
public void _jspDestroy() {
|
||||
}
|
||||
|
||||
public void _jspService(HttpServletRequest request, HttpServletResponse response)
|
||||
throws java.io.IOException, ServletException {
|
||||
|
||||
PageContext pageContext = null;
|
||||
HttpSession session = null;
|
||||
ServletContext application = null;
|
||||
ServletConfig config = null;
|
||||
JspWriter out = null;
|
||||
Object page = this;
|
||||
JspWriter _jspx_out = null;
|
||||
PageContext _jspx_page_context = null;
|
||||
|
||||
|
||||
try {
|
||||
response.setContentType("text/html");
|
||||
pageContext = _jspxFactory.getPageContext(this, request, response,
|
||||
null, true, 8192, true);
|
||||
_jspx_page_context = pageContext;
|
||||
application = pageContext.getServletContext();
|
||||
config = pageContext.getServletConfig();
|
||||
session = pageContext.getSession();
|
||||
out = pageContext.getOut();
|
||||
_jspx_out = out;
|
||||
|
||||
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "index.html", out, false);
|
||||
} catch (Throwable t) {
|
||||
if (!(t instanceof SkipPageException)){
|
||||
out = _jspx_out;
|
||||
if (out != null && out.getBufferSize() != 0)
|
||||
try { out.clearBuffer(); } catch (java.io.IOException e) {}
|
||||
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
|
||||
}
|
||||
} finally {
|
||||
_jspxFactory.releasePageContext(_jspx_page_context);
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,130 @@
|
||||
package org.apache.jsp;
|
||||
|
||||
import javax.servlet.*;
|
||||
import javax.servlet.http.*;
|
||||
import javax.servlet.jsp.*;
|
||||
|
||||
public final class error_jsp extends org.apache.jasper.runtime.HttpJspBase
|
||||
implements org.apache.jasper.runtime.JspSourceDependent {
|
||||
|
||||
private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();
|
||||
|
||||
private static java.util.List _jspx_dependants;
|
||||
|
||||
private javax.el.ExpressionFactory _el_expressionfactory;
|
||||
private org.apache.AnnotationProcessor _jsp_annotationprocessor;
|
||||
|
||||
public Object getDependants() {
|
||||
return _jspx_dependants;
|
||||
}
|
||||
|
||||
public void _jspInit() {
|
||||
_el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
|
||||
_jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
|
||||
}
|
||||
|
||||
public void _jspDestroy() {
|
||||
}
|
||||
|
||||
public void _jspService(HttpServletRequest request, HttpServletResponse response)
|
||||
throws java.io.IOException, ServletException {
|
||||
|
||||
PageContext pageContext = null;
|
||||
HttpSession session = null;
|
||||
ServletContext application = null;
|
||||
ServletConfig config = null;
|
||||
JspWriter out = null;
|
||||
Object page = this;
|
||||
JspWriter _jspx_out = null;
|
||||
PageContext _jspx_page_context = null;
|
||||
|
||||
|
||||
try {
|
||||
response.setContentType("text/html; charset=UTF-8");
|
||||
pageContext = _jspxFactory.getPageContext(this, request, response,
|
||||
null, true, 8192, true);
|
||||
_jspx_page_context = pageContext;
|
||||
application = pageContext.getServletContext();
|
||||
config = pageContext.getServletConfig();
|
||||
session = pageContext.getSession();
|
||||
out = pageContext.getOut();
|
||||
_jspx_out = out;
|
||||
|
||||
out.write("\n");
|
||||
out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n");
|
||||
out.write("\n");
|
||||
out.write("<html>\n");
|
||||
out.write(" <head>\n");
|
||||
out.write(" <meta charset=\"utf-8\" />\n");
|
||||
out.write(" <title>OVIYAM 2.6 Login Page</title>\n");
|
||||
out.write("\n");
|
||||
out.write(" <script type=\"text/javascript\" src=\"js/lib/jquery-latest.js\"></script>\n");
|
||||
out.write(" <script type=\"text/javascript\" src=\"js/lib/jquery-ui-latest.js\"></script>\n");
|
||||
out.write(" <script type=\"text/javascript\" src=\"js/lib/themeswitchertool.js\"></script>\n");
|
||||
out.write(" <script type=\"text/javascript\" src=\"js/lib/jquery.cookies.min.js\"></script>\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t<link rel=\"icon\" type=\"image/png\" href=\"images/favicon.png\"/>\n");
|
||||
out.write(" <link rel=\"stylesheet\" href=\"css/login.css\" type=\"text/css\" />\n");
|
||||
out.write(" <link rel=\"stylesheet\" type=\"text/css\" href=\"css/jquery.ui.all.css\" />\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write(" <script type=\"text/javascript\">\n");
|
||||
out.write(" //if(navigator.platform.indexOf('iPad') != -1) {\n");
|
||||
out.write(" if( /Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent) ) {\n");
|
||||
out.write(" var loc = window.location.toString();\n");
|
||||
out.write(" loc = loc.substring(0, loc.indexOf('/', loc.lastIndexOf(':')));\n");
|
||||
out.write(" //window.location = loc + '/iviewer';\n");
|
||||
out.write(" alert('Your browser is not supported.');\n");
|
||||
out.write(" window.stop();\n");
|
||||
out.write(" }\n");
|
||||
out.write("\n");
|
||||
out.write(" $(document).ready(function() {\n");
|
||||
out.write(" var theme = $.cookies.get( 'theme' );\n");
|
||||
out.write(" \tif(theme == null) {\n");
|
||||
out.write(" theme = 'Dark Hive';\n");
|
||||
out.write(" \t}\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t$('#switcher').themeswitcher({\n");
|
||||
out.write(" loadTheme: theme,\n");
|
||||
out.write(" cookieName:'',\n");
|
||||
out.write(" width: 160\n");
|
||||
out.write(" });\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t$('#loginButton').button();\n");
|
||||
out.write("\n");
|
||||
out.write(" });\n");
|
||||
out.write("\n");
|
||||
out.write(" </script>\n");
|
||||
out.write(" </head>\n");
|
||||
out.write(" <body class=\"ui-widget-content\" style=\"border:none;\" onload=\"document.login.j_username.focus()\">\n");
|
||||
out.write(" \t <center><h2>Login Failed!</h2></center>\n");
|
||||
out.write(" <section>\n");
|
||||
out.write(" <form name=\"login\" id=\"login\" action=\"j_security_check\" method=\"POST\">\n");
|
||||
out.write(" <fieldset>\n");
|
||||
out.write(" <legend><font>Login</font></legend>\n");
|
||||
out.write(" <h1>Oviyam 2</h1> <h4>DICOM Web Workstation - Version 2.6</h4>\n");
|
||||
out.write(" <label><font>Username </font><span class=\"mandatory\"><font>*</font></span><font></font></label>\n");
|
||||
out.write(" <input type=\"text\" name=\"j_username\" class=\"textInput\" placeholder=\"Username\" required>\n");
|
||||
out.write("\n");
|
||||
out.write(" <label><font>Password </font><span class=\"mandatory\"><font>*</font></span><font></font></label>\n");
|
||||
out.write(" <input type=\"password\" name=\"j_password\" class=\"textInput\" placeholder=\"Password\" required>\n");
|
||||
out.write("\n");
|
||||
out.write(" <input type=\"submit\" name=\"submit\" id=\"loginButton\" value=\"Login\" class=\"button disabled\">\n");
|
||||
out.write(" </fieldset>\n");
|
||||
out.write(" </form>\n");
|
||||
out.write(" </section>\n");
|
||||
out.write(" <footer style=\"text-align: center;\">OVIYAM 2.6 requires latest version of Google Chrome / Safari / Mozila Firefox.</footer>\n");
|
||||
out.write("</body>\n");
|
||||
out.write("</html>");
|
||||
} catch (Throwable t) {
|
||||
if (!(t instanceof SkipPageException)){
|
||||
out = _jspx_out;
|
||||
if (out != null && out.getBufferSize() != 0)
|
||||
try { out.clearBuffer(); } catch (java.io.IOException e) {}
|
||||
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
|
||||
}
|
||||
} finally {
|
||||
_jspxFactory.releasePageContext(_jspx_page_context);
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,204 @@
|
||||
package org.apache.jsp;
|
||||
|
||||
import javax.servlet.*;
|
||||
import javax.servlet.http.*;
|
||||
import javax.servlet.jsp.*;
|
||||
|
||||
public final class login_jsp extends org.apache.jasper.runtime.HttpJspBase
|
||||
implements org.apache.jasper.runtime.JspSourceDependent {
|
||||
|
||||
private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();
|
||||
|
||||
private static java.util.List _jspx_dependants;
|
||||
|
||||
private javax.el.ExpressionFactory _el_expressionfactory;
|
||||
private org.apache.AnnotationProcessor _jsp_annotationprocessor;
|
||||
|
||||
public Object getDependants() {
|
||||
return _jspx_dependants;
|
||||
}
|
||||
|
||||
public void _jspInit() {
|
||||
_el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
|
||||
_jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
|
||||
}
|
||||
|
||||
public void _jspDestroy() {
|
||||
}
|
||||
|
||||
public void _jspService(HttpServletRequest request, HttpServletResponse response)
|
||||
throws java.io.IOException, ServletException {
|
||||
|
||||
PageContext pageContext = null;
|
||||
HttpSession session = null;
|
||||
ServletContext application = null;
|
||||
ServletConfig config = null;
|
||||
JspWriter out = null;
|
||||
Object page = this;
|
||||
JspWriter _jspx_out = null;
|
||||
PageContext _jspx_page_context = null;
|
||||
|
||||
|
||||
try {
|
||||
response.setContentType("text/html; charset=UTF-8");
|
||||
pageContext = _jspxFactory.getPageContext(this, request, response,
|
||||
null, true, 8192, true);
|
||||
_jspx_page_context = pageContext;
|
||||
application = pageContext.getServletContext();
|
||||
config = pageContext.getServletConfig();
|
||||
session = pageContext.getSession();
|
||||
out = pageContext.getOut();
|
||||
_jspx_out = out;
|
||||
|
||||
out.write("\n");
|
||||
out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n");
|
||||
out.write("\n");
|
||||
out.write("<html>\n");
|
||||
out.write("<head>\n");
|
||||
out.write("\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n");
|
||||
out.write("\t<title></title>\n");
|
||||
out.write("\n");
|
||||
out.write("\t<script type=\"text/javascript\" src=\"js/lib/jquery-latest.js\"></script>\n");
|
||||
out.write("\t<script type=\"text/javascript\" src=\"js/lib/jquery-ui-latest.js\"></script>\n");
|
||||
out.write("\t<script type=\"text/javascript\" src=\"js/lib/themeswitchertool.js\"></script>\n");
|
||||
out.write("\t<script type=\"text/javascript\" src=\"js/lib/jquery.cookies.min.js\"></script>\n");
|
||||
out.write("\t\n");
|
||||
out.write("\t<script type=\"text/javascript\">\n");
|
||||
out.write("\t\t//if(navigator.platform.indexOf('iPad') != -1) {\n");
|
||||
out.write("\t\tif( /Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent) ) {\n");
|
||||
out.write("\t\t\t$.get(\"do/IOviyamContext\", function(data) {\n");
|
||||
out.write("\t\t\t\tvar loc = window.location.toString();\n");
|
||||
out.write("\t\t\t\tloc = loc.substring(0, loc.indexOf('/', loc.lastIndexOf(':')));\n");
|
||||
out.write("\t\t\t\twindow.location = loc + data;\n");
|
||||
out.write("\t\t\t\t//window.stop();\n");
|
||||
out.write("\t\t\t });\n");
|
||||
out.write("\t\t} \t \n");
|
||||
out.write("\t\t\n");
|
||||
out.write("\t\tvar lang = $.cookies.get( 'language' );\n");
|
||||
out.write("\t\tvar bundleName = '';\n");
|
||||
out.write("\t\tif (lang == null || lang.trim() == 'en_GB') {\n");
|
||||
out.write("\t\t\tbundleName = 'js/i18n/Bundle.js'; \n");
|
||||
out.write("\t\t} else {\n");
|
||||
out.write("\t\t\tbundleName = 'js/i18n/' + \"Bundle_\" + lang + \".js\";\n");
|
||||
out.write("\t\t}\t\t\t\n");
|
||||
out.write("\t\tdocument.write('<script type=\"text/javascript\" src=\"' + bundleName + '\"><\\/script>');\n");
|
||||
out.write("\t</script>\n");
|
||||
out.write("\n");
|
||||
out.write("\t<link rel=\"icon\" type=\"image/png\" href=\"images/favicon.png\"/>\n");
|
||||
out.write("\t<link rel=\"stylesheet\" href=\"css/login.css\" type=\"text/css\" />\n");
|
||||
out.write("\t<link rel=\"stylesheet\" type=\"text/css\" href=\"css/jquery.ui.all.css\" />\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\t<script type=\"text/javascript\">\n");
|
||||
out.write("\t\t$(document).ready(function() {\n");
|
||||
out.write("\t\t\tvar theme = $.cookies.get( 'theme' );\n");
|
||||
out.write("\t\t\tif(theme == null) {\n");
|
||||
out.write("\t\t\t\ttheme = 'Dark Hive';\n");
|
||||
out.write("\t\t\t}\n");
|
||||
out.write("\t\t\t\n");
|
||||
out.write("\t\t\tvar browserVersion= navigator.userAgent.match(/(opera|chrome|safari|firefox|msie)\\/?\\s*(\\.?\\d+(\\.\\d+)*)/i);\n");
|
||||
out.write("\t\t\tvar browserName = browserVersion[1].toUpperCase();\n");
|
||||
out.write("\t\t\t/*if( !(browserName != 'CHROME' && browserName != 'SAFARI') ) {\n");
|
||||
out.write("\t\t\t\t$('footer').remove();\n");
|
||||
out.write("\t\t\t}*/\n");
|
||||
out.write("\t\t\tif(!(browserName.indexOf('MSIE')>0)) {\n");
|
||||
out.write("\t\t\t\t$('footer').remove();\n");
|
||||
out.write("\t\t\t} \t\t\n");
|
||||
out.write("\t\t\t\n");
|
||||
out.write("\t\t\t$('#switcher').themeswitcher({\n");
|
||||
out.write("\t\t\t\t\t\tloadTheme: theme,\n");
|
||||
out.write("\t\t\t\t\t\tcookieName:'',\n");
|
||||
out.write("\t\t\t\t\t\twidth: 160\n");
|
||||
out.write("\t\t\t});\n");
|
||||
out.write("\t\n");
|
||||
out.write("\t\t\t$('#loginButton').button();\n");
|
||||
out.write("\t\t\t\t$(document).attr('title', languages['PageTitle']);\n");
|
||||
out.write("\t\t\t\t$(\"#loginButton\").val(languages['Login']);\n");
|
||||
out.write("\t\t\t}); \n");
|
||||
out.write("\n");
|
||||
out.write("\t\tfunction setCookie(name, value, expires, path, domain, secure) {\n");
|
||||
out.write("\t\t\t var curCookie = name + \"=\" + escape(value) +\n");
|
||||
out.write("\t\t\t ((expires) ? \"; expires=\" + expires.toUTCString() : \"\") +\n");
|
||||
out.write("\t\t\t ((path) ? \"; path=\" + path : \"\") +\n");
|
||||
out.write("\t\t\t ((domain) ? \"; domain=\" + domain : \"\") +\n");
|
||||
out.write("\t\t\t ((secure) ? \"; secure\" : \"\");\n");
|
||||
out.write("\t\t\t document.cookie = curCookie;\n");
|
||||
out.write("\t\t}\n");
|
||||
out.write("\t\t\n");
|
||||
out.write("\t\tfunction validateForm(form) {\n");
|
||||
out.write("\t\t\tif(form.remember_me.checked) {\n");
|
||||
out.write("\t\t\t\t var credentials = {\n");
|
||||
out.write("\t\t\t\t\t 'username' : form.j_username.value,\n");
|
||||
out.write("\t\t\t\t\t 'password' : form.j_password.value,\n");
|
||||
out.write("\t\t\t\t\t 'remember': form.remember_me.checked\n");
|
||||
out.write("\t\t\t\t };\n");
|
||||
out.write("\t\t\t\t setCookie(\"credentials\",JSON.stringify(credentials));\n");
|
||||
out.write("\t\t } else {\n");
|
||||
out.write("\t\t\t\t setCookie(\"credentials\",\"\");\n");
|
||||
out.write("\t\t }\n");
|
||||
out.write("\t\t return true;\t\n");
|
||||
out.write("\t\t}\n");
|
||||
out.write("\t\t\n");
|
||||
out.write("\t\tfunction loadUser() {\n");
|
||||
out.write("\t\t\tvar credentials = $.cookies.get(\"credentials\");\n");
|
||||
out.write("\t\t\tif(credentials) {\n");
|
||||
out.write("\t\t\t\tdocument.login.j_username.value = credentials['username'];\n");
|
||||
out.write("\t\t\t\tdocument.login.j_password.value = credentials['password'];\n");
|
||||
out.write("\t\t\t\tdocument.login.remember_me.checked = credentials['remember'];\n");
|
||||
out.write("\t\t\t\tdocument.login.login_button.focus();\n");
|
||||
out.write("\t\t\t} else {\n");
|
||||
out.write("\t\t\t\tdocument.login.j_username.focus();\n");
|
||||
out.write("\t\t\t}\n");
|
||||
out.write("\t\t}\n");
|
||||
out.write("\t\t\n");
|
||||
out.write("\t</script>\n");
|
||||
out.write("\t\n");
|
||||
out.write("</head>\n");
|
||||
out.write("<body class=\"ui-widget-content\" style=\"border:none;\" onload=\"loadUser();\">\n");
|
||||
out.write("<section>\n");
|
||||
out.write("\t<form name=\"login\" id=\"login\" action=\"j_security_check\" method=\"POST\" onsubmit=\"return validateForm(this);\">\n");
|
||||
out.write("\t\t<fieldset>\n");
|
||||
out.write("\t\t\t<legend><font>Login</font></legend>\n");
|
||||
out.write("\t\t\t<h1><script>document.write(languages['PageTitle']) </script> 2</h1> <h4>DICOM Web Workstation - Version 2.6</h4>\n");
|
||||
out.write("\t\t\t\n");
|
||||
out.write("\t\t\t<label><font><script>document.write(languages['UserName'])</script> </font><span class=\"mandatory\"><font>*</font></span><font> </font></label>\n");
|
||||
out.write("\t\t\t<input type=\"text\" name=\"j_username\" class=\"textInput\" placeholder=\"Username\" required>\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t\t<label><font><script>document.write(languages['Password'])</script> </font><span class=\"mandatory\"><font>*</font></span><font> </font></label>\n");
|
||||
out.write("\t\t\t<input type=\"password\" name=\"j_password\" class=\"textInput\" placeholder=\"Password\" required>\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t\t<table> <tr> <td> <input type=\"checkbox\" name=\"remember_me\" value=\"Remember Me\"/> </td> \n");
|
||||
out.write("\t\t\t<td style=\"font-size: 10pt;\"> Remember Me </td> </tr> </table> </td>\t\t\t\n");
|
||||
out.write("\t\t\t\n");
|
||||
out.write("\t\t\t<input type=\"submit\" name=\"submit\" id=\"loginButton\" value=\"\" class=\"button disabled\">\n");
|
||||
out.write("\t\t</fieldset>\n");
|
||||
out.write("\t</form>\n");
|
||||
out.write("</section>\n");
|
||||
out.write("<!-- <footer align=\"center\"><script>document.write(languages['Footer'])</script></footer> -->\n");
|
||||
out.write("<!-- \t<div style=\"text-align: center; margin-top: 10px; font-size: 10px;\">This version of oviyam, being a free open-source software is not intended for diagnosis</div> -->\n");
|
||||
out.write("<div style=\"text-align: center; margin-top: 3%; font-size: 60%;\"><script>document.write(languages['disclaimer'])</script> <br> <br> <script>document.write(languages['limitation'])</script></div>\n");
|
||||
out.write("\n");
|
||||
out.write("<div style=\"width: 100%; position: absolute; bottom: 0px;\">\n");
|
||||
out.write("<table style=\"width:100%\">\n");
|
||||
out.write("<tr>\n");
|
||||
out.write("<td><a href=\"http://dcm4che.org\" target=\"_blank\"><img src=\"images/dcm4che.png\" alt=\"dcm4che.org\" style=\"width: 132px;\" /></a></td> \n");
|
||||
out.write("<td style=\"text-align: center\"><img src=\"images/html5.png\" alt=\"\" style=\"width: 132px\" /> </td>\n");
|
||||
out.write("<td style=\"text-align: right\"><a href=\"http://oviyam.raster.in\" target=\"_blank\"><img src=\"images/raster.png\" alt=\"Raster Images\" style=\"width: 132px\" /></a></td>\n");
|
||||
out.write("</tr>\n");
|
||||
out.write("</table>\n");
|
||||
out.write("</div>\n");
|
||||
out.write("\n");
|
||||
out.write("</body>\n");
|
||||
out.write("</html>");
|
||||
} catch (Throwable t) {
|
||||
if (!(t instanceof SkipPageException)){
|
||||
out = _jspx_out;
|
||||
if (out != null && out.getBufferSize() != 0)
|
||||
try { out.clearBuffer(); } catch (java.io.IOException e) {}
|
||||
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
|
||||
}
|
||||
} finally {
|
||||
_jspxFactory.releasePageContext(_jspx_page_context);
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,116 @@
|
||||
package org.apache.jsp;
|
||||
|
||||
import javax.servlet.*;
|
||||
import javax.servlet.http.*;
|
||||
import javax.servlet.jsp.*;
|
||||
|
||||
public final class logout_jsp extends org.apache.jasper.runtime.HttpJspBase
|
||||
implements org.apache.jasper.runtime.JspSourceDependent {
|
||||
|
||||
private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();
|
||||
|
||||
private static java.util.List _jspx_dependants;
|
||||
|
||||
private javax.el.ExpressionFactory _el_expressionfactory;
|
||||
private org.apache.AnnotationProcessor _jsp_annotationprocessor;
|
||||
|
||||
public Object getDependants() {
|
||||
return _jspx_dependants;
|
||||
}
|
||||
|
||||
public void _jspInit() {
|
||||
_el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
|
||||
_jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
|
||||
}
|
||||
|
||||
public void _jspDestroy() {
|
||||
}
|
||||
|
||||
public void _jspService(HttpServletRequest request, HttpServletResponse response)
|
||||
throws java.io.IOException, ServletException {
|
||||
|
||||
PageContext pageContext = null;
|
||||
HttpSession session = null;
|
||||
ServletContext application = null;
|
||||
ServletConfig config = null;
|
||||
JspWriter out = null;
|
||||
Object page = this;
|
||||
JspWriter _jspx_out = null;
|
||||
PageContext _jspx_page_context = null;
|
||||
|
||||
|
||||
try {
|
||||
response.setContentType("text/html");
|
||||
pageContext = _jspxFactory.getPageContext(this, request, response,
|
||||
null, true, 8192, true);
|
||||
_jspx_page_context = pageContext;
|
||||
application = pageContext.getServletContext();
|
||||
config = pageContext.getServletConfig();
|
||||
session = pageContext.getSession();
|
||||
out = pageContext.getOut();
|
||||
_jspx_out = out;
|
||||
|
||||
out.write("<!--\n");
|
||||
out.write("/* ***** BEGIN LICENSE BLOCK *****\n");
|
||||
out.write("* Version: MPL 1.1/GPL 2.0/LGPL 2.1\n");
|
||||
out.write("*\n");
|
||||
out.write("* The contents of this file are subject to the Mozilla Public License Version\n");
|
||||
out.write("* 1.1 (the \"License\"); you may not use this file except in compliance with\n");
|
||||
out.write("* the License. You may obtain a copy of the License at\n");
|
||||
out.write("* http://www.mozilla.org/MPL/\n");
|
||||
out.write("*\n");
|
||||
out.write("* Software distributed under the License is distributed on an \"AS IS\" basis,\n");
|
||||
out.write("* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License\n");
|
||||
out.write("* for the specific language governing rights and limitations under the\n");
|
||||
out.write("* License.\n");
|
||||
out.write("*\n");
|
||||
out.write("* The Original Code is part of Oviyam, an web viewer for DICOM(TM) images\n");
|
||||
out.write("* hosted at http://skshospital.net/pacs/webviewer/oviyam_0.6-src.zip\n");
|
||||
out.write("*\n");
|
||||
out.write("* The Initial Developer of the Original Code is\n");
|
||||
out.write("* Raster Images\n");
|
||||
out.write("* Portions created by the Initial Developer are Copyright (C) 2014\n");
|
||||
out.write("* the Initial Developer. All Rights Reserved.\n");
|
||||
out.write("*\n");
|
||||
out.write("* Contributor(s):\n");
|
||||
out.write("* Babu Hussain A\n");
|
||||
out.write("* Devishree V\n");
|
||||
out.write("* Meer Asgar Hussain B\n");
|
||||
out.write("* Prakash J\n");
|
||||
out.write("* Suresh V\n");
|
||||
out.write("*\n");
|
||||
out.write("* Alternatively, the contents of this file may be used under the terms of\n");
|
||||
out.write("* either the GNU General Public License Version 2 or later (the \"GPL\"), or\n");
|
||||
out.write("* the GNU Lesser General Public License Version 2.1 or later (the \"LGPL\"),\n");
|
||||
out.write("* in which case the provisions of the GPL or the LGPL are applicable instead\n");
|
||||
out.write("* of those above. If you wish to allow use of your version of this file only\n");
|
||||
out.write("* under the terms of either the GPL or the LGPL, and not to allow others to\n");
|
||||
out.write("* use your version of this file under the terms of the MPL, indicate your\n");
|
||||
out.write("* decision by deleting the provisions above and replace them with the notice\n");
|
||||
out.write("* and other provisions required by the GPL or the LGPL. If you do not delete\n");
|
||||
out.write("* the provisions above, a recipient may use your version of this file under\n");
|
||||
out.write("* the terms of any one of the MPL, the GPL or the LGPL.\n");
|
||||
out.write("*\n");
|
||||
out.write("* ***** END LICENSE BLOCK ***** */\n");
|
||||
out.write("-->\n");
|
||||
out.write("\n");
|
||||
|
||||
// String url = "." + "?q=" + session.getAttribute("q");
|
||||
// session.invalidate();
|
||||
// response.sendRedirect(url);
|
||||
|
||||
session.invalidate();
|
||||
response.sendRedirect(".");
|
||||
|
||||
} catch (Throwable t) {
|
||||
if (!(t instanceof SkipPageException)){
|
||||
out = _jspx_out;
|
||||
if (out != null && out.getBufferSize() != 0)
|
||||
try { out.clearBuffer(); } catch (java.io.IOException e) {}
|
||||
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
|
||||
}
|
||||
} finally {
|
||||
_jspxFactory.releasePageContext(_jspx_page_context);
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,256 @@
|
||||
package org.apache.jsp;
|
||||
|
||||
import javax.servlet.*;
|
||||
import javax.servlet.http.*;
|
||||
import javax.servlet.jsp.*;
|
||||
|
||||
public final class newSearch_jsp extends org.apache.jasper.runtime.HttpJspBase
|
||||
implements org.apache.jasper.runtime.JspSourceDependent {
|
||||
|
||||
private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();
|
||||
|
||||
private static java.util.List _jspx_dependants;
|
||||
|
||||
private javax.el.ExpressionFactory _el_expressionfactory;
|
||||
private org.apache.AnnotationProcessor _jsp_annotationprocessor;
|
||||
|
||||
public Object getDependants() {
|
||||
return _jspx_dependants;
|
||||
}
|
||||
|
||||
public void _jspInit() {
|
||||
_el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
|
||||
_jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
|
||||
}
|
||||
|
||||
public void _jspDestroy() {
|
||||
}
|
||||
|
||||
public void _jspService(HttpServletRequest request, HttpServletResponse response)
|
||||
throws java.io.IOException, ServletException {
|
||||
|
||||
PageContext pageContext = null;
|
||||
HttpSession session = null;
|
||||
ServletContext application = null;
|
||||
ServletConfig config = null;
|
||||
JspWriter out = null;
|
||||
Object page = this;
|
||||
JspWriter _jspx_out = null;
|
||||
PageContext _jspx_page_context = null;
|
||||
|
||||
|
||||
try {
|
||||
response.setContentType("text/html");
|
||||
pageContext = _jspxFactory.getPageContext(this, request, response,
|
||||
null, true, 8192, true);
|
||||
_jspx_page_context = pageContext;
|
||||
application = pageContext.getServletContext();
|
||||
config = pageContext.getServletConfig();
|
||||
session = pageContext.getSession();
|
||||
out = pageContext.getOut();
|
||||
_jspx_out = out;
|
||||
|
||||
out.write("<html>\n");
|
||||
out.write(" <head>\n");
|
||||
out.write(" <meta charset=\"utf-8\">\n");
|
||||
out.write(" <script type=\"text/javascript\" src=\"js/newSearch.js\"></script>\n");
|
||||
out.write(" <script type=\"text/javascript\" src=\"js/LoadLanguage.js\"></script>\n");
|
||||
out.write(" <script type=\"text/javascript\" src=\"js/lib/jquery-gentleSelect.js\"></script>\n");
|
||||
out.write(" <link rel=\"stylesheet\" type=\"text/css\" href=\"css/jquery.alerts.css\" />\n");
|
||||
out.write(" <link rel=\"stylesheet\" href=\"css/font-awesome/css/font-awesome.min.css\">\n");
|
||||
out.write(" <script type=\"text/javascript\" src=\"js/lib/jquery.alerts.js\"></script>\n");
|
||||
out.write(" <!-- <script type=\"text/javascript\" src=\"js/lib/jquery.multiselect.js\"></script>\n");
|
||||
out.write(" <link href=\"css/jquery.multiselect.css\" rel=\"stylesheet\" type=\"text/css\"> -->\n");
|
||||
out.write(" <script type=\"text/javascript\">\n");
|
||||
out.write(" $(document).ready(function() {\n");
|
||||
out.write(" $('button').button();\n");
|
||||
out.write(" $('.bdate').datepicker();\n");
|
||||
out.write(" $('.fsdate').datepicker();\n");
|
||||
out.write(" $('.tsdate').datepicker();\n");
|
||||
out.write(" \n");
|
||||
out.write(" $('#");
|
||||
out.print(request.getParameter("tabName"));
|
||||
out.write("_modalities').gentleSelect({\n");
|
||||
out.write("\t\t\t \t\t columns: 3,\n");
|
||||
out.write("\t\t \t\t itemWidth: 20,\n");
|
||||
out.write("\t\t\t\t maxDisplay: 3,\t\t\t\t \n");
|
||||
out.write("\t\t\t\t prompt: \"ALL\", \n");
|
||||
out.write("\t\t \t\t });\t\n");
|
||||
out.write(" // $('#");
|
||||
out.print(request.getParameter("tabName"));
|
||||
out.write("_modalities').multiselect({\n");
|
||||
out.write(" \t // \tcolumns: 2,\n");
|
||||
out.write(" \t // \tminWidth: 157,\n");
|
||||
out.write(" \t // \tselectedList: 4,\n");
|
||||
out.write(" \t // \theader: true,\n");
|
||||
out.write(" \t // \tincludeSelectAllOption: true,\n");
|
||||
out.write(" \t // noneSelectedText: \"ALL\"\n");
|
||||
out.write(" \t // });\n");
|
||||
out.write("// var lang = getCookie('language');\n");
|
||||
out.write("// if (lang == 'none') {\n");
|
||||
out.write("// $.getScript('js/i18n/Bundle.js', function() {\n");
|
||||
out.write("// loadLabels();\n");
|
||||
out.write("// });\n");
|
||||
out.write("// } else {\n");
|
||||
out.write("// var fileName = 'js/i18n/' + \"Bundle_\" + lang + \".js\";\n");
|
||||
out.write("// $.getScript(fileName, function() {\n");
|
||||
out.write("// loadLabels();\n");
|
||||
out.write("// });\n");
|
||||
out.write("// }\n");
|
||||
out.write("// $(\"label[for=patId]\").text(languages['PatientId']);\n");
|
||||
out.write("// $(\"label[for=patName]\").text(languages['PatientName']);\n");
|
||||
out.write("// $(\"label[for=accessionNo]\").text(languages['AccessionNumber']);\n");
|
||||
out.write("// $(\"label[for=birthDate]\").text(languages['BirthDate']);\n");
|
||||
out.write("// $(\"label[for=studyDesc]\").text(languages['StudyDesc']);\n");
|
||||
out.write("// $(\"label[for=referPhysician]\").text(languages['ReferPhysician']);\n");
|
||||
out.write("// $(\".bdate\").prev().text(languages['BirthDate']);\n");
|
||||
out.write("// $(\".fsdate\").prev().text(languages['FromStudyDate']);\n");
|
||||
out.write("// $(\".tsdate\").prev().text(languages['ToStudyDate']);\n");
|
||||
out.write("// $(\".searchBtn\").text(languages['Search']);\n");
|
||||
out.write("// $(\".clearBtn\").text(languages['Reset']);\n");
|
||||
out.write("\n");
|
||||
out.write(" }); //for document.ready\n");
|
||||
out.write(" </script>\n");
|
||||
out.write("\n");
|
||||
out.write(" <style>\n");
|
||||
out.write(" /* css for timepicker */\n");
|
||||
out.write(" .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }\n");
|
||||
out.write(" .ui-timepicker-div dl { text-align: left; }\n");
|
||||
out.write(" .ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }\n");
|
||||
out.write(" .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }\n");
|
||||
out.write(" .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }\n");
|
||||
out.write("\n");
|
||||
out.write(" #newQueryParamDiv label {\n");
|
||||
out.write(" float: left;\n");
|
||||
out.write(" width: 10em;\n");
|
||||
out.write(" font-size: 13px;\n");
|
||||
out.write(" } \n");
|
||||
out.write(" \n");
|
||||
out.write("/* .ui-state-default { */\n");
|
||||
out.write("/* \tborder: 2px solid #2A2A2A !important; */\n");
|
||||
out.write("/* } */\n");
|
||||
out.write(" \n");
|
||||
out.write(" .gentleselect-label {\n");
|
||||
out.write(" \tfloat: left;\n");
|
||||
out.write(" \t\t\t/*font-weight: bold;*/\n");
|
||||
out.write(" \n");
|
||||
out.write(" \t\t\tborder: 2px solid #2A2A2A !important;\n");
|
||||
out.write(" \t\t\tbackground-image: url('css/images/expand.png');\n");
|
||||
out.write(" \t\t\tdisplay: block; \n");
|
||||
out.write("\t\t\t\twidth: 13em;\n");
|
||||
out.write("\t\t\t\theight: 20px;\n");
|
||||
out.write("\t\t\t\ttext-align: center;\n");
|
||||
out.write("\t\t\t\tline-height: 2em;\n");
|
||||
out.write("\t\t\t\tpadding: 0px !important;\n");
|
||||
out.write(" }\n");
|
||||
out.write(" \n");
|
||||
out.write(" /* .gentleselect-dialog > ul {\n");
|
||||
out.write(" \tfont-weight: bold;\n");
|
||||
out.write(" }*/\n");
|
||||
out.write(" \n");
|
||||
out.write(" .gentleselect-dialog > ul > li.selected {\n");
|
||||
out.write(" \tcolor: #fff;\n");
|
||||
out.write("\t\t\t background-color: #0b93d5;\n");
|
||||
out.write(" }\n");
|
||||
out.write(" \n");
|
||||
out.write(" .gentleselect-dialog > ul > li:hover {\n");
|
||||
out.write(" \t background-color: #0972a5;\n");
|
||||
out.write("\t\t\t color: #fff;\n");
|
||||
out.write(" }\n");
|
||||
out.write(" #findTable label{\n");
|
||||
out.write(" font-size: 14px;\n");
|
||||
out.write(" }\n");
|
||||
out.write(" \n");
|
||||
out.write(" </style>\n");
|
||||
out.write("\n");
|
||||
out.write(" </head>\n");
|
||||
out.write(" <body>\n");
|
||||
out.write(" <div id=\"newQueryParamDiv\" class=\"ui-widget-content\">\n");
|
||||
out.write("<!-- <table id=\"findTable\" class=\"ui-widget-content\" width=\"930px\" height=\"90%\" cell-spacing=\"4\" style=\"margin-left: 10px; font-size: 100%;border: none;\"> -->\n");
|
||||
out.write("<table id=\"findTable\" class=\"ui-widget-content\" width=\"100%\" height=\"90%\" cellspacing=\"4\" style=\"margin-left: 10px; font-size: 100%;border: none;\">\n");
|
||||
out.write(" <tr>\n");
|
||||
out.write("<!-- <td style=\"width:50px;\"> -->\n");
|
||||
out.write("\t\t\t\t\t\t<td>\n");
|
||||
out.write(" <label for=\"patId\">Patient ID</label>\n");
|
||||
out.write(" <input type=\"search\" id=\"patId\" placeholder=\"Patient ID\" />\n");
|
||||
out.write(" </td>\n");
|
||||
out.write(" <td>\n");
|
||||
out.write(" <label for=\"patName\">Patient Name</label>\n");
|
||||
out.write(" <input type=\"search\" id=\"patName\" placeholder=\"Patient Name\" />\n");
|
||||
out.write(" </td>\n");
|
||||
out.write(" <!-- <td>\n");
|
||||
out.write(" <label for=\"accessionNo\">Accession Number</label>\n");
|
||||
out.write(" <input type=\"search\" id=\"accessionNo\" />\n");
|
||||
out.write(" </td>\n");
|
||||
out.write(" <td>\n");
|
||||
out.write(" <label>Birth Date</label>\n");
|
||||
out.write(" <input type=\"search\" class=\"bdate\" />\n");
|
||||
out.write(" </td>-->\n");
|
||||
out.write(" \n");
|
||||
out.write(" <td>\n");
|
||||
out.write(" <label>Study Date (From)</label>\n");
|
||||
out.write(" <input type=\"search\" class=\"fsdate\" placeholder=\"MM/DD/YYYY\" />\n");
|
||||
out.write(" </td>\n");
|
||||
out.write(" <td>\n");
|
||||
out.write(" <label>Study Date (To)</label>\n");
|
||||
out.write(" <input type=\"search\" class=\"tsdate\" placeholder=\"MM/DD/YYYY\"/>\n");
|
||||
out.write(" </td>\n");
|
||||
out.write(" </tr>\n");
|
||||
out.write(" <tr> \n");
|
||||
out.write(" \t<td>\n");
|
||||
out.write(" <label for=\"studyDesc\">Study Description</label>\n");
|
||||
out.write(" <input type=\"search\" id=\"studyDesc\" placeholder=\"Study/ Procedure name\" />\n");
|
||||
out.write(" </td>\n");
|
||||
out.write(" \n");
|
||||
out.write(" <td>\n");
|
||||
out.write(" <label for=\"referPhysician\">Referring Physician</label>\n");
|
||||
out.write(" <input type=\"search\" id=\"referPhysician\" placeholder=\"Referring Physician\" />\n");
|
||||
out.write(" </td>\n");
|
||||
out.write(" <td>\n");
|
||||
out.write(" \t<div style=\"float: left; width: 10em; font-size: 14px; margin-top: 6px;\"> Modality </div>\n");
|
||||
out.write(" \n");
|
||||
out.write(" <select id=\"");
|
||||
out.print(request.getParameter("tabName"));
|
||||
out.write("_modalities\" multiple=\"multiple\" class=\"modalitiesList ");
|
||||
out.print(request.getParameter("tabName"));
|
||||
out.write("_modalities\" style=\"display: none;\">\n");
|
||||
out.write(" \n");
|
||||
out.write(" <option value=\"CT\">CT</option>\n");
|
||||
out.write(" <option value=\"CR\">CR</option>\n");
|
||||
out.write(" <option value=\"XA\">XA</option>\n");
|
||||
out.write(" <option value=\"MR\">MR</option>\n");
|
||||
out.write(" <option value=\"US\">US</option>\n");
|
||||
out.write(" <option value=\"DX\">DX</option>\n");
|
||||
out.write(" <option value=\"PX\">PX</option>\n");
|
||||
out.write(" <option value=\"SC\">SC</option>\n");
|
||||
out.write(" <option value=\"NM\">NM</option>\n");
|
||||
out.write(" <option value=\"RF\">RF</option>\n");
|
||||
out.write(" <option value=\"OT\">OT</option>\n");
|
||||
out.write(" <option value=\"ECG\">ECG</option> \n");
|
||||
out.write(" \n");
|
||||
out.write(" </select> \n");
|
||||
out.write("\n");
|
||||
out.write(" </td> \n");
|
||||
out.write(" <td colspan=\"2\"> \n");
|
||||
out.write(" \t<button id=\"okBtn\" onclick=\"searchClick(this)\" style=\"float: left;width:7em;height:27px; font-size: 14px; margin-right: 10px;\" class=\"searchBtn\">Search</button> \t\n");
|
||||
out.write(" \t \t<button id=\"resetBtn\" onclick=\"resetClick(this, ");
|
||||
out.print(request.getParameter("tabName"));
|
||||
out.write("_modalities);\" style=\"float: left;width:7em; height:27px; font-size: 14px;\" class=\"clearBtn\"> Reset</button> \t \t\n");
|
||||
out.write("\t \t</td>\n");
|
||||
out.write(" </tr>\n");
|
||||
out.write(" </table>\n");
|
||||
out.write(" </div>\n");
|
||||
out.write(" </body>\n");
|
||||
out.write("</html>\n");
|
||||
} catch (Throwable t) {
|
||||
if (!(t instanceof SkipPageException)){
|
||||
out = _jspx_out;
|
||||
if (out != null && out.getBufferSize() != 0)
|
||||
try { out.clearBuffer(); } catch (java.io.IOException e) {}
|
||||
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
|
||||
}
|
||||
} finally {
|
||||
_jspxFactory.releasePageContext(_jspx_page_context);
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,992 @@
|
||||
package org.apache.jsp;
|
||||
|
||||
import javax.servlet.*;
|
||||
import javax.servlet.http.*;
|
||||
import javax.servlet.jsp.*;
|
||||
|
||||
public final class queryResult_jsp extends org.apache.jasper.runtime.HttpJspBase
|
||||
implements org.apache.jasper.runtime.JspSourceDependent {
|
||||
|
||||
private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();
|
||||
|
||||
private static java.util.List _jspx_dependants;
|
||||
|
||||
static {
|
||||
_jspx_dependants = new java.util.ArrayList(1);
|
||||
_jspx_dependants.add("/WEB-INF/tlds/PatientInfo.tld");
|
||||
}
|
||||
|
||||
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005ffmt_005fsetBundle_005fvar_005fbasename_005fnobody;
|
||||
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fchoose;
|
||||
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fwhen_005ftest;
|
||||
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fotherwise;
|
||||
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody;
|
||||
|
||||
private javax.el.ExpressionFactory _el_expressionfactory;
|
||||
private org.apache.AnnotationProcessor _jsp_annotationprocessor;
|
||||
|
||||
public Object getDependants() {
|
||||
return _jspx_dependants;
|
||||
}
|
||||
|
||||
public void _jspInit() {
|
||||
_005fjspx_005ftagPool_005ffmt_005fsetBundle_005fvar_005fbasename_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
|
||||
_005fjspx_005ftagPool_005fc_005fchoose = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
|
||||
_005fjspx_005ftagPool_005fc_005fwhen_005ftest = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
|
||||
_005fjspx_005ftagPool_005fc_005fotherwise = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
|
||||
_005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
|
||||
_el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
|
||||
_jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
|
||||
}
|
||||
|
||||
public void _jspDestroy() {
|
||||
_005fjspx_005ftagPool_005ffmt_005fsetBundle_005fvar_005fbasename_005fnobody.release();
|
||||
_005fjspx_005ftagPool_005fc_005fchoose.release();
|
||||
_005fjspx_005ftagPool_005fc_005fwhen_005ftest.release();
|
||||
_005fjspx_005ftagPool_005fc_005fotherwise.release();
|
||||
_005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.release();
|
||||
}
|
||||
|
||||
public void _jspService(HttpServletRequest request, HttpServletResponse response)
|
||||
throws java.io.IOException, ServletException {
|
||||
|
||||
PageContext pageContext = null;
|
||||
HttpSession session = null;
|
||||
ServletContext application = null;
|
||||
ServletConfig config = null;
|
||||
JspWriter out = null;
|
||||
Object page = this;
|
||||
JspWriter _jspx_out = null;
|
||||
PageContext _jspx_page_context = null;
|
||||
|
||||
|
||||
try {
|
||||
response.setContentType("text/html; charset=UTF-8");
|
||||
pageContext = _jspxFactory.getPageContext(this, request, response,
|
||||
null, true, 8192, true);
|
||||
_jspx_page_context = pageContext;
|
||||
application = pageContext.getServletContext();
|
||||
config = pageContext.getServletConfig();
|
||||
session = pageContext.getSession();
|
||||
out = pageContext.getOut();
|
||||
_jspx_out = out;
|
||||
|
||||
out.write("<!--\n");
|
||||
out.write("/* ***** BEGIN LICENSE BLOCK *****\n");
|
||||
out.write("* Version: MPL 1.1/GPL 2.0/LGPL 2.1\n");
|
||||
out.write("*\n");
|
||||
out.write("* The contents of this file are subject to the Mozilla Public License Version\n");
|
||||
out.write("* 1.1 (the \"License\"); you may not use this file except in compliance with\n");
|
||||
out.write("* the License. You may obtain a copy of the License at\n");
|
||||
out.write("* http://www.mozilla.org/MPL/\n");
|
||||
out.write("*\n");
|
||||
out.write("* Software distributed under the License is distributed on an \"AS IS\" basis,\n");
|
||||
out.write("* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License\n");
|
||||
out.write("* for the specific language governing rights and limitations under the\n");
|
||||
out.write("* License.\n");
|
||||
out.write("*\n");
|
||||
out.write("* The Original Code is part of Oviyam, an web viewer for DICOM(TM) images\n");
|
||||
out.write("* hosted at http://skshospital.net/pacs/webviewer/oviyam_0.6-src.zip\n");
|
||||
out.write("*\n");
|
||||
out.write("* The Initial Developer of the Original Code is\n");
|
||||
out.write("* Raster Images\n");
|
||||
out.write("* Portions created by the Initial Developer are Copyright (C) 2014\n");
|
||||
out.write("* the Initial Developer. All Rights Reserved.\n");
|
||||
out.write("*\n");
|
||||
out.write("* Contributor(s):\n");
|
||||
out.write("* Babu Hussain A\n");
|
||||
out.write("* Devishree V\n");
|
||||
out.write("* Meer Asgar Hussain B\n");
|
||||
out.write("* Prakash J\n");
|
||||
out.write("* Suresh V\n");
|
||||
out.write("* Yogapraveen K\n");
|
||||
out.write("* Guruprasath R\n");
|
||||
out.write("* Balamurugan R\n");
|
||||
out.write("*\n");
|
||||
out.write("* Alternatively, the contents of this file may be used under the terms of\n");
|
||||
out.write("* either the GNU General Public License Version 2 or later (the \"GPL\"), or\n");
|
||||
out.write("* the GNU Lesser General Public License Version 2.1 or later (the \"LGPL\"),\n");
|
||||
out.write("* in which case the provisions of the GPL or the LGPL are applicable instead\n");
|
||||
out.write("* of those above. If you wish to allow use of your version of this file only\n");
|
||||
out.write("* under the terms of either the GPL or the LGPL, and not to allow others to\n");
|
||||
out.write("* use your version of this file under the terms of the MPL, indicate your\n");
|
||||
out.write("* decision by deleting the provisions above and replace them with the notice\n");
|
||||
out.write("* and other provisions required by the GPL or the LGPL. If you do not delete\n");
|
||||
out.write("* the provisions above, a recipient may use your version of this file under\n");
|
||||
out.write("* the terms of any one of the MPL, the GPL or the LGPL.\n");
|
||||
out.write("*\n");
|
||||
out.write("* ***** END LICENSE BLOCK ***** */\n");
|
||||
out.write("-->\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
|
||||
String patName = request.getParameter("patientName");
|
||||
String tabName = request.getParameter("tabName");
|
||||
|
||||
if (patName != null) {
|
||||
patName = new String(patName.getBytes("ISO-8859-1"), "UTF-8");
|
||||
}
|
||||
|
||||
out.write('\n');
|
||||
out.write('\n');
|
||||
if (_jspx_meth_fmt_005fsetBundle_005f0(_jspx_page_context))
|
||||
return;
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("<html>\n");
|
||||
out.write("\n");
|
||||
out.write("<head>\n");
|
||||
out.write("<style>\n");
|
||||
out.write("/* \n");
|
||||
out.write("\t\t\t\t\t\t\t\t\t\t##Device = Desktops\n");
|
||||
out.write("\t\t\t\t\t\t\t\t\t\t##Screen = 1281px to higher resolution desktops\n");
|
||||
out.write("\t\t\t\t\t\t\t\t\t\t*/\n");
|
||||
out.write("@media ( min-width : 1281px) {\n");
|
||||
out.write("\t.dataTables_scrollBody {\n");
|
||||
out.write("\t\tmax-height: 100% !important;\n");
|
||||
out.write("\t\toverflow: auto;\n");
|
||||
out.write("\t}\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write("/* \n");
|
||||
out.write("\t\t\t\t\t\t\t\t\t\t##Device = Laptops, Desktops\n");
|
||||
out.write("\t\t\t\t\t\t\t\t\t\t##Screen = B/w 1025px to 1280px\n");
|
||||
out.write("\t\t\t\t\t\t\t\t\t\t*/\n");
|
||||
out.write("@media ( min-width : 1025px) and (max-width: 1280px) {\n");
|
||||
out.write("\t.dataTables_scrollBody {\n");
|
||||
out.write("\t\tmax-height: 100% !important;\n");
|
||||
out.write("\t\toverflow: auto;\n");
|
||||
out.write("\t}\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write("/* \n");
|
||||
out.write("\t\t\t\t\t\t\t\t\t\t##Device = Tablets, Ipads (portrait)\n");
|
||||
out.write("\t\t\t\t\t\t\t\t\t\t##Screen = B/w 768px to 1024px\n");
|
||||
out.write("\t\t\t\t\t\t\t\t\t\t*/\n");
|
||||
out.write("@media ( min-width : 768px) and (max-width: 1024px) {\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write("/* \n");
|
||||
out.write("\t\t\t\t\t\t\t\t\t\t##Device = Tablets, Ipads (landscape)\n");
|
||||
out.write("\t\t\t\t\t\t\t\t\t\t##Screen = B/w 768px to 1024px\n");
|
||||
out.write("\t\t\t\t\t\t\t\t\t\t*/\n");
|
||||
out.write("@media ( min-width : 768px) and (max-width: 1024px) and (orientation:\n");
|
||||
out.write("\tlandscape) {\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write(".dataTables_scrollBody {\n");
|
||||
out.write("\tmin-height: 80% !important;\n");
|
||||
out.write("\tmax-height: 82% !important;\n");
|
||||
out.write("\tborder-collapse: collapse;\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write(".dataTables_wrapper {\n");
|
||||
out.write("\tborder-collapse: collapse;\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write(".dataTables_info {\n");
|
||||
out.write("\twidth: auto;\n");
|
||||
out.write("\tfont-size: 13px;\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write(".dataTables_length {\n");
|
||||
out.write("\tfont-size: 14px;\n");
|
||||
out.write("\tmargin-bottom: -21px;\n");
|
||||
out.write("\tmargin-left: 54px;\n");
|
||||
out.write("\tposition: absolute;\n");
|
||||
out.write("\ttext-align: justify;\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write(".dataTables_paginate .ui-button {\n");
|
||||
out.write("\t/* margin-right: 4px !important; */\n");
|
||||
out.write("\tmargin: 3px !important;\n");
|
||||
out.write("\tfont-size: 14px;\n");
|
||||
out.write("\tpadding: 3px;\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write("table {\n");
|
||||
out.write("\twidth: 100%;\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write(".display td {\n");
|
||||
out.write("\t/* text-align: left; */\n");
|
||||
out.write("\tpadding: 15px !important;\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write(".display {\n");
|
||||
out.write("\tborder-collapse: collapse !important;\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write("tr.odd {\n");
|
||||
out.write("\tbackground-color: #bbbbbb;\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write("tr.even {\n");
|
||||
out.write("\tbackground-color: #fff;\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write("table.display tr.even.row_selected td {\n");
|
||||
out.write("\tbackground-color: #718ea0;\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write("table.display tr.odd.row_selected td {\n");
|
||||
out.write("\tbackground-color: #718ea0;\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write("/*\n");
|
||||
out.write("\t\t\t\t\t\t\t\t\t* Sorting classes for columns\n");
|
||||
out.write("\t\t\t\t\t\t\t\t\t*/\n");
|
||||
out.write("\n");
|
||||
out.write("/* For the standard odd/even */\n");
|
||||
out.write("tr.odd td.sorting_1 {\n");
|
||||
out.write("\tbackground-color: #bbbbbb;\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write("tr.even td.sorting_1 {\n");
|
||||
out.write("\tbackground-color: #fff;\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write(".display, .dataTables_scrollHeadInner {\n");
|
||||
out.write("\twidth: 100% !important;\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write(".dataTables_scrollHeadInner {\n");
|
||||
out.write("\twidth: 100% !important;\n");
|
||||
out.write("}\n");
|
||||
out.write("\n");
|
||||
out.write(".dataTables_filter {\n");
|
||||
out.write("\tfont-size: 14px;\n");
|
||||
out.write("}\n");
|
||||
out.write("</style>\n");
|
||||
out.write("\n");
|
||||
out.write("<script type=\"text/javascript\">\n");
|
||||
out.write("\tvar dTable;\n");
|
||||
out.write("\t$(document).ready(function () {\n");
|
||||
out.write("\tvar tableName = '#");
|
||||
out.print(tabName);
|
||||
out.write("_table';\n");
|
||||
out.write("\tdTable = $(tableName).DataTable({\n");
|
||||
out.write("\t\t\t\"bJQueryUI\": true,\n");
|
||||
out.write("\t\t\t//\"sPaginationType\": \"full_numbers\",\t\t\t\t\t\t\t\t\t\t\t\n");
|
||||
out.write("\t\t\t\"bPaginate\": true,\n");
|
||||
out.write("\t\t\t\"responsive\": true,\n");
|
||||
out.write("\t\t\t//\"bFilter\": false,\n");
|
||||
out.write("\t\t\t\"oLanguage\": {\n");
|
||||
out.write("\t\t\t\t\t\"sSearch\": \"Filter \"\n");
|
||||
out.write("\t\t\t},\n");
|
||||
out.write("\t\t\t\"sScrollY\": \"87%\",\n");
|
||||
out.write("\t\t\t\"bScrollCollapse\": true,\n");
|
||||
out.write("\t\t\t\"bAutoWidth\": true,\n");
|
||||
out.write("\t\t\t\"sScrollX\": \"100%\",\n");
|
||||
out.write("\t\t\t\"sScrollBody\":\"100%\",\n");
|
||||
out.write("\t\t\t//\"sScrollXInner\": \"100%\",\n");
|
||||
out.write("\t\t\t\"aaSorting\": [[4, \"desc\"]],\n");
|
||||
out.write("\t\t\t\"aoColumnDefs\": [{\n");
|
||||
out.write("\t\t\t\t\t \"aTargets\": [0],\n");
|
||||
out.write("\t\t\t\t\t \"fnCreatedCell\": function (nTd, sData, oData, iRow, iCol) {\n");
|
||||
out.write("\t\t\t\t\t\t\tif (sData.indexOf('img') >= 0) {\n");
|
||||
out.write("\t\t\t\t\t\t\t\t\t$(nTd).css('padding', '0px');\n");
|
||||
out.write("\t\t\t\t\t\t\t\t\t$(nTd).css('text-align', 'center');\n");
|
||||
out.write("\t\t\t\t\t\t\t}\n");
|
||||
out.write("\t\t\t\t\t\t\t\n");
|
||||
out.write("\t\t\t\t\t }\n");
|
||||
out.write("\t\t\t}],\n");
|
||||
out.write("\t\t\t\"aoColumns\": [null, null, null, null, null, null, null, null, { \"bVisible\": false }, { \"bVisible\": false }, { \"bVisible\": false }]\n");
|
||||
out.write("\t});\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\t$.fn.dataTableInstances[");
|
||||
out.print(request.getParameter("tabIndex"));
|
||||
out.write("] = dTable;\n");
|
||||
out.write("\n");
|
||||
out.write("\tif (");
|
||||
out.print(request.getParameter("search"));
|
||||
out.write("!=null && !");
|
||||
out.print(request.getParameter("search"));
|
||||
out.write(") { //For Direct launch\n");
|
||||
out.write("\t\t\t$('#searchToggler').hide();\n");
|
||||
out.write("\t\t\t$('#Toggler').css('top', '0.5%');\n");
|
||||
out.write("\t} \n");
|
||||
out.write("\t});\n");
|
||||
out.write("\n");
|
||||
out.write("\tfunction toggleDivider(divider) {\n");
|
||||
out.write("\t\t\tvar westPane = $('#");
|
||||
out.print(tabName);
|
||||
out.write("_westPane');\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t\tif ($(westPane).is(\":visible\")) {\n");
|
||||
out.write("\t\t\t\t\t// $(westPane).html('');\n");
|
||||
out.write("\t\t\t\t\t$(westPane).hide();\n");
|
||||
out.write("\t\t\t\t\tconsole.log($('#Toggler').next());\n");
|
||||
out.write("\t\t\t\t\tconsole.log($('#Toggler').next());\n");
|
||||
out.write("\t\t\t\t\t$('#Toggler').next().css('width', '100%');\n");
|
||||
out.write("\t\t\t\t\t$('#Toggler').next().css('left', '0px');\n");
|
||||
out.write("\t\t\t\t\t$('#Toggler').css('left', '0px');\n");
|
||||
out.write("\t\t\t\t\t$(divider).attr('title', 'Show Preview');\n");
|
||||
out.write("\t\t\t\t\tif ($('#");
|
||||
out.print(tabName);
|
||||
out.write("_search').is(\":visible\")) {\n");
|
||||
out.write("\t\t\t\t\t\t\t$(divider).css('background', 'url(\"images/showall.png\")');\n");
|
||||
out.write("\t\t\t\t\t\t\t$(divider).next().css('background', 'url(\"images/hideall.png\")');\n");
|
||||
out.write("\t\t\t\t\t} else {\n");
|
||||
out.write("\t\t\t\t\t\t\t$(divider).css('background', 'url(\"images/hidesearch.png\")');\n");
|
||||
out.write("\t\t\t\t\t\t\t$(divider).next().css('background', 'url(\"images/hidewest.png\")');\n");
|
||||
out.write("\t\t\t\t\t}\n");
|
||||
out.write("\t\t\t} else {\n");
|
||||
out.write("\t\t\t\t\tloadWest();\n");
|
||||
out.write("\t\t\t\t\t$(westPane).show();\n");
|
||||
out.write("\t\t\t\t\t$('#Toggler').next().css('left', '256px');\n");
|
||||
out.write("\t\t\t\t\t$('#Toggler').next().css('width', $('body').width() - 260 + 'px');\n");
|
||||
out.write("\t\t\t\t\t$(divider).attr('title', 'Hide Preview');\n");
|
||||
out.write("\t\t\t\t\t$('#Toggler').css('left', '256px');\n");
|
||||
out.write("\t\t\t\t\tif ($('#");
|
||||
out.print(tabName);
|
||||
out.write("_search').is(\":visible\")) {\n");
|
||||
out.write("\t\t\t\t\t\t\t$(divider).css('background', 'url(\"images/hidewest.png\")');\n");
|
||||
out.write("\t\t\t\t\t\t\t$(divider).next().css('background', 'url(\"images/hidesearch.png\")');\n");
|
||||
out.write("\t\t\t\t\t} else {\n");
|
||||
out.write("\t\t\t\t\t\t\t$(divider).css('background', 'url(\"images/hideall.png\")');\n");
|
||||
out.write("\t\t\t\t\t\t\t$(divider).next().css('background', 'url(\"images/showall.png\")');\n");
|
||||
out.write("\t\t\t\t\t}\n");
|
||||
out.write("\t\t\t}\n");
|
||||
out.write("\t\t\t$('#");
|
||||
out.print(tabName);
|
||||
out.write("_table').css('width', '100%');\n");
|
||||
out.write("\t\t\tdTable.columns.adjust().draw();\n");
|
||||
out.write("\t}\n");
|
||||
out.write("\n");
|
||||
out.write("\tfunction toggleSearch(divider) {\n");
|
||||
out.write("\t\t\tvar searchPane = $('#");
|
||||
out.print(tabName);
|
||||
out.write("_search');\n");
|
||||
out.write("\t\t\tvar tabContent = $('#");
|
||||
out.print(tabName);
|
||||
out.write("_content');\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t\tif ($(searchPane).is(\":visible\")) {\n");
|
||||
out.write("\t\t\t\t\t$(searchPane).hide();\n");
|
||||
out.write("\t\t\t\t\t// $(tabContent).css('height', '100%');\n");
|
||||
out.write("\t\t\t\t\t$(tabContent).css('height', '83%');\n");
|
||||
out.write("\t\t\t\t\t$('#Toggler').css('top', '1%');\n");
|
||||
out.write("\t\t\t\t\t$('#Toggler').next().css('top', '0px');\n");
|
||||
out.write("\t\t\t\t\t// $('#Toggler').next().css('height', '100%');\n");
|
||||
out.write("\t\t\t\t\t$('#Toggler').next().css('height', '83%');\n");
|
||||
out.write("\t\t\t\t\t$(divider).attr('title', 'Show Search');\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t\t\t\tif ($('#");
|
||||
out.print(tabName);
|
||||
out.write("_westPane').is(\":visible\")) {\n");
|
||||
out.write("\t\t\t\t\t\t\t$(divider).css('background', 'url(\"images/showall.png\")');\n");
|
||||
out.write("\t\t\t\t\t\t\t$(divider).prev().css('background', 'url(\"images/hideall.png\")');\n");
|
||||
out.write("\t\t\t\t\t} else {\n");
|
||||
out.write("\t\t\t\t\t\t\t$(divider).css('background', 'url(\"images/hidewest.png\")');\n");
|
||||
out.write("\t\t\t\t\t\t\t$(divider).prev().css('background', 'url(\"images/hidesearch.png\")');\n");
|
||||
out.write("\t\t\t\t\t}\n");
|
||||
out.write("\t\t\t} else {\n");
|
||||
out.write("\t\t\t\t\t$(searchPane).show();\n");
|
||||
out.write("\t\t\t\t\t$(divider).attr('title', 'Hide Search');\n");
|
||||
out.write("\t\t\t\t\t$(tabContent).css('height', '83%');\n");
|
||||
out.write("\t\t\t\t\t$('#Toggler').css('top', '13.5%');\n");
|
||||
out.write("\t\t\t\t\t$('#Toggler').next().css('top', '13%');\n");
|
||||
out.write("\t\t\t\t\t$('#Toggler').next().css('height', '83%');\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t\t\t\tif ($('#");
|
||||
out.print(tabName);
|
||||
out.write("_westPane').is(\":visible\")) {\n");
|
||||
out.write("\t\t\t\t\t\t\t$(divider).css('background', 'url(\"images/hidesearch.png\")');\n");
|
||||
out.write("\t\t\t\t\t\t\t$(divider).prev().css('background','url(\"images/hidewest.png\")');\n");
|
||||
out.write("\t\t\t\t\t} else {\n");
|
||||
out.write("\t\t\t\t\t\t\t$(divider).css('background', 'url(\"images/hideall.png\")');\n");
|
||||
out.write("\t\t\t\t\t\t\t$(divider).prev()\n");
|
||||
out.write("\t\t\t\t\t\t\t.css('background', 'url(\"images/showall.png\")');\n");
|
||||
out.write("\t\t\t\t\t}\n");
|
||||
out.write("\t\t\t}\n");
|
||||
out.write("\t}\n");
|
||||
out.write("\n");
|
||||
out.write("\tfunction loadWest() {\n");
|
||||
out.write("\t\tvar selected = dTable.$('tr.row_selected');\n");
|
||||
out.write("\n");
|
||||
out.write("\t\tif (selected.length > 0) {\n");
|
||||
out.write("\t\t\t// \t\t \tvar iPos = dTable.fnGetData($(dTable.find('.row_selected')).get(0));\n");
|
||||
out.write("\t\t\tvar iPos = dTable.row(this).data();\n");
|
||||
out.write("\t\t\tif (iPos == null) {\n");
|
||||
out.write("\t\t\t\treturn;\n");
|
||||
out.write("\t\t\t}\n");
|
||||
out.write("\t\t\tshowWestPane(iPos);\n");
|
||||
out.write("\t\t}\n");
|
||||
out.write("\t}\n");
|
||||
out.write("</script>\n");
|
||||
out.write("</head>\n");
|
||||
out.write("\n");
|
||||
out.write("<body>\n");
|
||||
out.write("\t");
|
||||
// c:choose
|
||||
org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_005fchoose_005f0 = (org.apache.taglibs.standard.tag.common.core.ChooseTag) _005fjspx_005ftagPool_005fc_005fchoose.get(org.apache.taglibs.standard.tag.common.core.ChooseTag.class);
|
||||
_jspx_th_c_005fchoose_005f0.setPageContext(_jspx_page_context);
|
||||
_jspx_th_c_005fchoose_005f0.setParent(null);
|
||||
int _jspx_eval_c_005fchoose_005f0 = _jspx_th_c_005fchoose_005f0.doStartTag();
|
||||
if (_jspx_eval_c_005fchoose_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
|
||||
do {
|
||||
out.write('\n');
|
||||
out.write(' ');
|
||||
out.write(' ');
|
||||
// c:when
|
||||
org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f0 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class);
|
||||
_jspx_th_c_005fwhen_005f0.setPageContext(_jspx_page_context);
|
||||
_jspx_th_c_005fwhen_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f0);
|
||||
// /queryResult.jsp(333,2) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_c_005fwhen_005f0.setTest(((java.lang.Boolean) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param.preview=='true'}", java.lang.Boolean.class, (PageContext)_jspx_page_context, null, false)).booleanValue());
|
||||
int _jspx_eval_c_005fwhen_005f0 = _jspx_th_c_005fwhen_005f0.doStartTag();
|
||||
if (_jspx_eval_c_005fwhen_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
|
||||
do {
|
||||
out.write("\n");
|
||||
out.write("\t\t\t<div id=\"");
|
||||
out.print(tabName);
|
||||
out.write("_westPane\"\n");
|
||||
out.write("\t\t\t\tstyle=\"width: 255px; visibility: visible; display: block; z-index: 0; float: left; height: 94%;\"></div>\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t\t<div id=\"Toggler\"\n");
|
||||
out.write("\t\t\t\tstyle=\"position: absolute; top: 13.5%; left: 256px; z-index: 3;\">\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t\t\t<div id=\"westToggler\" name=\"testToggler\" title=\"Hide Preview\"\n");
|
||||
out.write("\t\t\t\t\tclass=\"ui-state-default\"\n");
|
||||
out.write("\t\t\t\t\tonmouseover=\"this.className='ui-state-hover'\"\n");
|
||||
out.write("\t\t\t\t\tonmouseout=\"this.className='ui-state-default'\"\n");
|
||||
out.write("\t\t\t\t\tstyle=\"width: 24px; height: 24px; cursor: pointer; float: left; z-index: 3; background: url('images/hidewest.png'); border: none;\"\n");
|
||||
out.write("\t\t\t\t\tonclick=\"this.className='ui-state-default';toggleDivider(this);\"></div>\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t\t\t<div id=\"searchToggler\" title=\"Hide Search\"\n");
|
||||
out.write("\t\t\t\t\tclass=\"ui-state-default toggler\"\n");
|
||||
out.write("\t\t\t\t\tonmouseover=\"this.className='ui-state-hover'\"\n");
|
||||
out.write("\t\t\t\t\tonmouseout=\"this.className='ui-state-default'\"\n");
|
||||
out.write("\t\t\t\t\tstyle=\"width: 24px; height: 24px; cursor: pointer; float: left; z-index: 3; background: url('images/hidesearch.png'); border: none;\"\n");
|
||||
out.write("\t\t\t\t\tonclick=\"this.className='ui-state-default'; toggleSearch(this);\"></div>\n");
|
||||
out.write("\t\t\t</div>\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t\t");
|
||||
if (_jspx_meth_c_005fchoose_005f1(_jspx_th_c_005fwhen_005f0, _jspx_page_context))
|
||||
return;
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t");
|
||||
int evalDoAfterBody = _jspx_th_c_005fwhen_005f0.doAfterBody();
|
||||
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
|
||||
break;
|
||||
} while (true);
|
||||
}
|
||||
if (_jspx_th_c_005fwhen_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
|
||||
_005fjspx_005ftagPool_005fc_005fwhen_005ftest.reuse(_jspx_th_c_005fwhen_005f0);
|
||||
return;
|
||||
}
|
||||
_005fjspx_005ftagPool_005fc_005fwhen_005ftest.reuse(_jspx_th_c_005fwhen_005f0);
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t");
|
||||
if (_jspx_meth_c_005fotherwise_005f1(_jspx_th_c_005fchoose_005f0, _jspx_page_context))
|
||||
return;
|
||||
out.write('\n');
|
||||
out.write(' ');
|
||||
int evalDoAfterBody = _jspx_th_c_005fchoose_005f0.doAfterBody();
|
||||
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
|
||||
break;
|
||||
} while (true);
|
||||
}
|
||||
if (_jspx_th_c_005fchoose_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
|
||||
_005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f0);
|
||||
return;
|
||||
}
|
||||
_005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f0);
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\t<table class=\"display\" id=\"");
|
||||
out.print(tabName);
|
||||
out.write("_table\" style=\"font-size: 14px;\">\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t<thead>\n");
|
||||
out.write("\t\t\t<tr>\n");
|
||||
out.write("\t\t\t\t<th></th>\n");
|
||||
out.write("\t\t\t\t<th>");
|
||||
if (_jspx_meth_fmt_005fmessage_005f0(_jspx_page_context))
|
||||
return;
|
||||
out.write("</th>\n");
|
||||
out.write("\t\t\t\t<th>");
|
||||
if (_jspx_meth_fmt_005fmessage_005f1(_jspx_page_context))
|
||||
return;
|
||||
out.write("</th>\n");
|
||||
out.write("\t\t\t\t<th>Gender</th>\n");
|
||||
out.write("\t\t\t\t<!--<th>");
|
||||
if (_jspx_meth_fmt_005fmessage_005f2(_jspx_page_context))
|
||||
return;
|
||||
out.write("</th>\n");
|
||||
out.write("\t\t\t\t\t<th>");
|
||||
if (_jspx_meth_fmt_005fmessage_005f3(_jspx_page_context))
|
||||
return;
|
||||
out.write("</th>-->\n");
|
||||
out.write("\t\t\t\t<th>");
|
||||
if (_jspx_meth_fmt_005fmessage_005f4(_jspx_page_context))
|
||||
return;
|
||||
out.write("</th>\n");
|
||||
out.write("\t\t\t\t<th>");
|
||||
if (_jspx_meth_fmt_005fmessage_005f5(_jspx_page_context))
|
||||
return;
|
||||
out.write("</th>\n");
|
||||
out.write("\t\t\t\t<th>Modality</th>\n");
|
||||
out.write("\t\t\t\t<th>");
|
||||
if (_jspx_meth_fmt_005fmessage_005f6(_jspx_page_context))
|
||||
return;
|
||||
out.write("</th>\n");
|
||||
out.write("\t\t\t\t<th>Study Instance UID</th>\n");
|
||||
out.write("\t\t\t\t<th>Refer Physician</th>\n");
|
||||
out.write("\t\t\t\t<th>Series Count</th>\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t\t</tr>\n");
|
||||
out.write("\t\t</thead>\n");
|
||||
out.write("\t\t<tbody>\n");
|
||||
out.write("\t\t\t");
|
||||
// pat:Patient
|
||||
in.raster.oviyam.handler.PatientInfoHandler _jspx_th_pat_005fPatient_005f0 = new in.raster.oviyam.handler.PatientInfoHandler();
|
||||
org.apache.jasper.runtime.AnnotationHelper.postConstruct(_jsp_annotationprocessor, _jspx_th_pat_005fPatient_005f0);
|
||||
_jspx_th_pat_005fPatient_005f0.setJspContext(_jspx_page_context);
|
||||
// /queryResult.jsp(396,3) name = patientId type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_pat_005fPatient_005f0.setPatientId((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param.patientId}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
// /queryResult.jsp(396,3) name = patientName type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_pat_005fPatient_005f0.setPatientName(patName);
|
||||
// /queryResult.jsp(396,3) name = birthDate type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_pat_005fPatient_005f0.setBirthDate((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param.birthDate}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
// /queryResult.jsp(396,3) name = modality type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_pat_005fPatient_005f0.setModality((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param.modality}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
// /queryResult.jsp(396,3) name = from type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_pat_005fPatient_005f0.setFrom((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param.from}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
// /queryResult.jsp(396,3) name = to type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_pat_005fPatient_005f0.setTo((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param.to}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
// /queryResult.jsp(396,3) name = searchDays type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_pat_005fPatient_005f0.setSearchDays((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param.searchDays}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
// /queryResult.jsp(396,3) name = accessionNumber type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_pat_005fPatient_005f0.setAccessionNumber((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param.accessionNumber}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
// /queryResult.jsp(396,3) name = referPhysician type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_pat_005fPatient_005f0.setReferPhysician((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param.referPhysician}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
// /queryResult.jsp(396,3) name = studyDescription type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_pat_005fPatient_005f0.setStudyDescription((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param.studyDesc}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
// /queryResult.jsp(396,3) name = dcmURL type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_pat_005fPatient_005f0.setDcmURL((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param.dcmURL}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
// /queryResult.jsp(396,3) name = fromTime type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_pat_005fPatient_005f0.setFromTime((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param.fromTime}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
// /queryResult.jsp(396,3) name = toTime type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_pat_005fPatient_005f0.setToTime((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param.toTime}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
_jspx_th_pat_005fPatient_005f0.setJspBody(new queryResult_jspHelper( 0, _jspx_page_context, _jspx_th_pat_005fPatient_005f0, null));
|
||||
_jspx_th_pat_005fPatient_005f0.doTag();
|
||||
org.apache.jasper.runtime.AnnotationHelper.preDestroy(_jsp_annotationprocessor, _jspx_th_pat_005fPatient_005f0);
|
||||
out.write("\n");
|
||||
out.write("\t\t</tbody>\n");
|
||||
out.write("\t</table>\n");
|
||||
out.write("\t</div>\n");
|
||||
out.write("</body>\n");
|
||||
out.write("\n");
|
||||
out.write("</html>");
|
||||
} catch (Throwable t) {
|
||||
if (!(t instanceof SkipPageException)){
|
||||
out = _jspx_out;
|
||||
if (out != null && out.getBufferSize() != 0)
|
||||
try { out.clearBuffer(); } catch (java.io.IOException e) {}
|
||||
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
|
||||
}
|
||||
} finally {
|
||||
_jspxFactory.releasePageContext(_jspx_page_context);
|
||||
}
|
||||
}
|
||||
|
||||
private boolean _jspx_meth_fmt_005fsetBundle_005f0(PageContext _jspx_page_context)
|
||||
throws Throwable {
|
||||
PageContext pageContext = _jspx_page_context;
|
||||
JspWriter out = _jspx_page_context.getOut();
|
||||
// fmt:setBundle
|
||||
org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag _jspx_th_fmt_005fsetBundle_005f0 = (org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag) _005fjspx_005ftagPool_005ffmt_005fsetBundle_005fvar_005fbasename_005fnobody.get(org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag.class);
|
||||
_jspx_th_fmt_005fsetBundle_005f0.setPageContext(_jspx_page_context);
|
||||
_jspx_th_fmt_005fsetBundle_005f0.setParent(null);
|
||||
// /queryResult.jsp(66,0) name = basename type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_fmt_005fsetBundle_005f0.setBasename("resources.i18n.Messages");
|
||||
// /queryResult.jsp(66,0) name = var type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_fmt_005fsetBundle_005f0.setVar("lang");
|
||||
int _jspx_eval_fmt_005fsetBundle_005f0 = _jspx_th_fmt_005fsetBundle_005f0.doStartTag();
|
||||
if (_jspx_th_fmt_005fsetBundle_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
|
||||
_005fjspx_005ftagPool_005ffmt_005fsetBundle_005fvar_005fbasename_005fnobody.reuse(_jspx_th_fmt_005fsetBundle_005f0);
|
||||
return true;
|
||||
}
|
||||
_005fjspx_005ftagPool_005ffmt_005fsetBundle_005fvar_005fbasename_005fnobody.reuse(_jspx_th_fmt_005fsetBundle_005f0);
|
||||
return false;
|
||||
}
|
||||
|
||||
private boolean _jspx_meth_c_005fchoose_005f1(javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fwhen_005f0, PageContext _jspx_page_context)
|
||||
throws Throwable {
|
||||
PageContext pageContext = _jspx_page_context;
|
||||
JspWriter out = _jspx_page_context.getOut();
|
||||
// c:choose
|
||||
org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_005fchoose_005f1 = (org.apache.taglibs.standard.tag.common.core.ChooseTag) _005fjspx_005ftagPool_005fc_005fchoose.get(org.apache.taglibs.standard.tag.common.core.ChooseTag.class);
|
||||
_jspx_th_c_005fchoose_005f1.setPageContext(_jspx_page_context);
|
||||
_jspx_th_c_005fchoose_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f0);
|
||||
int _jspx_eval_c_005fchoose_005f1 = _jspx_th_c_005fchoose_005f1.doStartTag();
|
||||
if (_jspx_eval_c_005fchoose_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
|
||||
do {
|
||||
out.write("\n");
|
||||
out.write("\t\t\t\t");
|
||||
if (_jspx_meth_c_005fwhen_005f1(_jspx_th_c_005fchoose_005f1, _jspx_page_context))
|
||||
return true;
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t\t\t");
|
||||
if (_jspx_meth_c_005fotherwise_005f0(_jspx_th_c_005fchoose_005f1, _jspx_page_context))
|
||||
return true;
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t\t");
|
||||
int evalDoAfterBody = _jspx_th_c_005fchoose_005f1.doAfterBody();
|
||||
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
|
||||
break;
|
||||
} while (true);
|
||||
}
|
||||
if (_jspx_th_c_005fchoose_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
|
||||
_005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f1);
|
||||
return true;
|
||||
}
|
||||
_005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f1);
|
||||
return false;
|
||||
}
|
||||
|
||||
private boolean _jspx_meth_c_005fwhen_005f1(javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fchoose_005f1, PageContext _jspx_page_context)
|
||||
throws Throwable {
|
||||
PageContext pageContext = _jspx_page_context;
|
||||
JspWriter out = _jspx_page_context.getOut();
|
||||
// c:when
|
||||
org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f1 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class);
|
||||
_jspx_th_c_005fwhen_005f1.setPageContext(_jspx_page_context);
|
||||
_jspx_th_c_005fwhen_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f1);
|
||||
// /queryResult.jsp(356,4) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_c_005fwhen_005f1.setTest(((java.lang.Boolean) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param.search=='true'}", java.lang.Boolean.class, (PageContext)_jspx_page_context, null, false)).booleanValue());
|
||||
int _jspx_eval_c_005fwhen_005f1 = _jspx_th_c_005fwhen_005f1.doStartTag();
|
||||
if (_jspx_eval_c_005fwhen_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
|
||||
do {
|
||||
out.write("\n");
|
||||
out.write("\t\t\t\t\t<div\n");
|
||||
out.write("\t\t\t\t\t\tstyle=\"float: left; height: 84%; position: absolute; top: 13%; left: 257px; right: 0px; bottom: 0px; padding: 0px'\">\n");
|
||||
out.write("\t\t\t\t");
|
||||
int evalDoAfterBody = _jspx_th_c_005fwhen_005f1.doAfterBody();
|
||||
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
|
||||
break;
|
||||
} while (true);
|
||||
}
|
||||
if (_jspx_th_c_005fwhen_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
|
||||
_005fjspx_005ftagPool_005fc_005fwhen_005ftest.reuse(_jspx_th_c_005fwhen_005f1);
|
||||
return true;
|
||||
}
|
||||
_005fjspx_005ftagPool_005fc_005fwhen_005ftest.reuse(_jspx_th_c_005fwhen_005f1);
|
||||
return false;
|
||||
}
|
||||
|
||||
private boolean _jspx_meth_c_005fotherwise_005f0(javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fchoose_005f1, PageContext _jspx_page_context)
|
||||
throws Throwable {
|
||||
PageContext pageContext = _jspx_page_context;
|
||||
JspWriter out = _jspx_page_context.getOut();
|
||||
// c:otherwise
|
||||
org.apache.taglibs.standard.tag.common.core.OtherwiseTag _jspx_th_c_005fotherwise_005f0 = (org.apache.taglibs.standard.tag.common.core.OtherwiseTag) _005fjspx_005ftagPool_005fc_005fotherwise.get(org.apache.taglibs.standard.tag.common.core.OtherwiseTag.class);
|
||||
_jspx_th_c_005fotherwise_005f0.setPageContext(_jspx_page_context);
|
||||
_jspx_th_c_005fotherwise_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f1);
|
||||
int _jspx_eval_c_005fotherwise_005f0 = _jspx_th_c_005fotherwise_005f0.doStartTag();
|
||||
if (_jspx_eval_c_005fotherwise_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
|
||||
do {
|
||||
out.write("\n");
|
||||
out.write("\t\t\t\t\t<div\n");
|
||||
out.write("\t\t\t\t\t\tstyle=\"float: left; height: 100%; position: absolute; top: 0px; left: 257px; right: 0px; bottom: 0px; padding: 0px'\">\n");
|
||||
out.write("\t\t\t\t");
|
||||
int evalDoAfterBody = _jspx_th_c_005fotherwise_005f0.doAfterBody();
|
||||
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
|
||||
break;
|
||||
} while (true);
|
||||
}
|
||||
if (_jspx_th_c_005fotherwise_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
|
||||
_005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f0);
|
||||
return true;
|
||||
}
|
||||
_005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f0);
|
||||
return false;
|
||||
}
|
||||
|
||||
private boolean _jspx_meth_c_005fotherwise_005f1(javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fchoose_005f0, PageContext _jspx_page_context)
|
||||
throws Throwable {
|
||||
PageContext pageContext = _jspx_page_context;
|
||||
JspWriter out = _jspx_page_context.getOut();
|
||||
// c:otherwise
|
||||
org.apache.taglibs.standard.tag.common.core.OtherwiseTag _jspx_th_c_005fotherwise_005f1 = (org.apache.taglibs.standard.tag.common.core.OtherwiseTag) _005fjspx_005ftagPool_005fc_005fotherwise.get(org.apache.taglibs.standard.tag.common.core.OtherwiseTag.class);
|
||||
_jspx_th_c_005fotherwise_005f1.setPageContext(_jspx_page_context);
|
||||
_jspx_th_c_005fotherwise_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f0);
|
||||
int _jspx_eval_c_005fotherwise_005f1 = _jspx_th_c_005fotherwise_005f1.doStartTag();
|
||||
if (_jspx_eval_c_005fotherwise_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
|
||||
do {
|
||||
out.write("\n");
|
||||
out.write("\t\t\t<div style=\"float: left; width: 100%; padding: 0px'\">\n");
|
||||
out.write("\t\t");
|
||||
int evalDoAfterBody = _jspx_th_c_005fotherwise_005f1.doAfterBody();
|
||||
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
|
||||
break;
|
||||
} while (true);
|
||||
}
|
||||
if (_jspx_th_c_005fotherwise_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
|
||||
_005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f1);
|
||||
return true;
|
||||
}
|
||||
_005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f1);
|
||||
return false;
|
||||
}
|
||||
|
||||
private boolean _jspx_meth_fmt_005fmessage_005f0(PageContext _jspx_page_context)
|
||||
throws Throwable {
|
||||
PageContext pageContext = _jspx_page_context;
|
||||
JspWriter out = _jspx_page_context.getOut();
|
||||
// fmt:message
|
||||
org.apache.taglibs.standard.tag.rt.fmt.MessageTag _jspx_th_fmt_005fmessage_005f0 = (org.apache.taglibs.standard.tag.rt.fmt.MessageTag) _005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.get(org.apache.taglibs.standard.tag.rt.fmt.MessageTag.class);
|
||||
_jspx_th_fmt_005fmessage_005f0.setPageContext(_jspx_page_context);
|
||||
_jspx_th_fmt_005fmessage_005f0.setParent(null);
|
||||
// /queryResult.jsp(380,8) name = key type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_fmt_005fmessage_005f0.setKey("patientID");
|
||||
// /queryResult.jsp(380,8) name = bundle type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_fmt_005fmessage_005f0.setBundle((javax.servlet.jsp.jstl.fmt.LocalizationContext) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${lang}", javax.servlet.jsp.jstl.fmt.LocalizationContext.class, (PageContext)_jspx_page_context, null, false));
|
||||
int _jspx_eval_fmt_005fmessage_005f0 = _jspx_th_fmt_005fmessage_005f0.doStartTag();
|
||||
if (_jspx_th_fmt_005fmessage_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
|
||||
_005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.reuse(_jspx_th_fmt_005fmessage_005f0);
|
||||
return true;
|
||||
}
|
||||
_005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.reuse(_jspx_th_fmt_005fmessage_005f0);
|
||||
return false;
|
||||
}
|
||||
|
||||
private boolean _jspx_meth_fmt_005fmessage_005f1(PageContext _jspx_page_context)
|
||||
throws Throwable {
|
||||
PageContext pageContext = _jspx_page_context;
|
||||
JspWriter out = _jspx_page_context.getOut();
|
||||
// fmt:message
|
||||
org.apache.taglibs.standard.tag.rt.fmt.MessageTag _jspx_th_fmt_005fmessage_005f1 = (org.apache.taglibs.standard.tag.rt.fmt.MessageTag) _005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.get(org.apache.taglibs.standard.tag.rt.fmt.MessageTag.class);
|
||||
_jspx_th_fmt_005fmessage_005f1.setPageContext(_jspx_page_context);
|
||||
_jspx_th_fmt_005fmessage_005f1.setParent(null);
|
||||
// /queryResult.jsp(381,8) name = key type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_fmt_005fmessage_005f1.setKey("patientName");
|
||||
// /queryResult.jsp(381,8) name = bundle type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_fmt_005fmessage_005f1.setBundle((javax.servlet.jsp.jstl.fmt.LocalizationContext) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${lang}", javax.servlet.jsp.jstl.fmt.LocalizationContext.class, (PageContext)_jspx_page_context, null, false));
|
||||
int _jspx_eval_fmt_005fmessage_005f1 = _jspx_th_fmt_005fmessage_005f1.doStartTag();
|
||||
if (_jspx_th_fmt_005fmessage_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
|
||||
_005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.reuse(_jspx_th_fmt_005fmessage_005f1);
|
||||
return true;
|
||||
}
|
||||
_005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.reuse(_jspx_th_fmt_005fmessage_005f1);
|
||||
return false;
|
||||
}
|
||||
|
||||
private boolean _jspx_meth_fmt_005fmessage_005f2(PageContext _jspx_page_context)
|
||||
throws Throwable {
|
||||
PageContext pageContext = _jspx_page_context;
|
||||
JspWriter out = _jspx_page_context.getOut();
|
||||
// fmt:message
|
||||
org.apache.taglibs.standard.tag.rt.fmt.MessageTag _jspx_th_fmt_005fmessage_005f2 = (org.apache.taglibs.standard.tag.rt.fmt.MessageTag) _005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.get(org.apache.taglibs.standard.tag.rt.fmt.MessageTag.class);
|
||||
_jspx_th_fmt_005fmessage_005f2.setPageContext(_jspx_page_context);
|
||||
_jspx_th_fmt_005fmessage_005f2.setParent(null);
|
||||
// /queryResult.jsp(383,12) name = key type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_fmt_005fmessage_005f2.setKey("dateOfBirth");
|
||||
// /queryResult.jsp(383,12) name = bundle type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_fmt_005fmessage_005f2.setBundle((javax.servlet.jsp.jstl.fmt.LocalizationContext) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${lang}", javax.servlet.jsp.jstl.fmt.LocalizationContext.class, (PageContext)_jspx_page_context, null, false));
|
||||
int _jspx_eval_fmt_005fmessage_005f2 = _jspx_th_fmt_005fmessage_005f2.doStartTag();
|
||||
if (_jspx_th_fmt_005fmessage_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
|
||||
_005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.reuse(_jspx_th_fmt_005fmessage_005f2);
|
||||
return true;
|
||||
}
|
||||
_005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.reuse(_jspx_th_fmt_005fmessage_005f2);
|
||||
return false;
|
||||
}
|
||||
|
||||
private boolean _jspx_meth_fmt_005fmessage_005f3(PageContext _jspx_page_context)
|
||||
throws Throwable {
|
||||
PageContext pageContext = _jspx_page_context;
|
||||
JspWriter out = _jspx_page_context.getOut();
|
||||
// fmt:message
|
||||
org.apache.taglibs.standard.tag.rt.fmt.MessageTag _jspx_th_fmt_005fmessage_005f3 = (org.apache.taglibs.standard.tag.rt.fmt.MessageTag) _005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.get(org.apache.taglibs.standard.tag.rt.fmt.MessageTag.class);
|
||||
_jspx_th_fmt_005fmessage_005f3.setPageContext(_jspx_page_context);
|
||||
_jspx_th_fmt_005fmessage_005f3.setParent(null);
|
||||
// /queryResult.jsp(384,9) name = key type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_fmt_005fmessage_005f3.setKey("accessionNumber");
|
||||
// /queryResult.jsp(384,9) name = bundle type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_fmt_005fmessage_005f3.setBundle((javax.servlet.jsp.jstl.fmt.LocalizationContext) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${lang}", javax.servlet.jsp.jstl.fmt.LocalizationContext.class, (PageContext)_jspx_page_context, null, false));
|
||||
int _jspx_eval_fmt_005fmessage_005f3 = _jspx_th_fmt_005fmessage_005f3.doStartTag();
|
||||
if (_jspx_th_fmt_005fmessage_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
|
||||
_005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.reuse(_jspx_th_fmt_005fmessage_005f3);
|
||||
return true;
|
||||
}
|
||||
_005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.reuse(_jspx_th_fmt_005fmessage_005f3);
|
||||
return false;
|
||||
}
|
||||
|
||||
private boolean _jspx_meth_fmt_005fmessage_005f4(PageContext _jspx_page_context)
|
||||
throws Throwable {
|
||||
PageContext pageContext = _jspx_page_context;
|
||||
JspWriter out = _jspx_page_context.getOut();
|
||||
// fmt:message
|
||||
org.apache.taglibs.standard.tag.rt.fmt.MessageTag _jspx_th_fmt_005fmessage_005f4 = (org.apache.taglibs.standard.tag.rt.fmt.MessageTag) _005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.get(org.apache.taglibs.standard.tag.rt.fmt.MessageTag.class);
|
||||
_jspx_th_fmt_005fmessage_005f4.setPageContext(_jspx_page_context);
|
||||
_jspx_th_fmt_005fmessage_005f4.setParent(null);
|
||||
// /queryResult.jsp(385,8) name = key type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_fmt_005fmessage_005f4.setKey("studyDate");
|
||||
// /queryResult.jsp(385,8) name = bundle type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_fmt_005fmessage_005f4.setBundle((javax.servlet.jsp.jstl.fmt.LocalizationContext) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${lang}", javax.servlet.jsp.jstl.fmt.LocalizationContext.class, (PageContext)_jspx_page_context, null, false));
|
||||
int _jspx_eval_fmt_005fmessage_005f4 = _jspx_th_fmt_005fmessage_005f4.doStartTag();
|
||||
if (_jspx_th_fmt_005fmessage_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
|
||||
_005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.reuse(_jspx_th_fmt_005fmessage_005f4);
|
||||
return true;
|
||||
}
|
||||
_005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.reuse(_jspx_th_fmt_005fmessage_005f4);
|
||||
return false;
|
||||
}
|
||||
|
||||
private boolean _jspx_meth_fmt_005fmessage_005f5(PageContext _jspx_page_context)
|
||||
throws Throwable {
|
||||
PageContext pageContext = _jspx_page_context;
|
||||
JspWriter out = _jspx_page_context.getOut();
|
||||
// fmt:message
|
||||
org.apache.taglibs.standard.tag.rt.fmt.MessageTag _jspx_th_fmt_005fmessage_005f5 = (org.apache.taglibs.standard.tag.rt.fmt.MessageTag) _005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.get(org.apache.taglibs.standard.tag.rt.fmt.MessageTag.class);
|
||||
_jspx_th_fmt_005fmessage_005f5.setPageContext(_jspx_page_context);
|
||||
_jspx_th_fmt_005fmessage_005f5.setParent(null);
|
||||
// /queryResult.jsp(386,8) name = key type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_fmt_005fmessage_005f5.setKey("studyDescription");
|
||||
// /queryResult.jsp(386,8) name = bundle type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_fmt_005fmessage_005f5.setBundle((javax.servlet.jsp.jstl.fmt.LocalizationContext) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${lang}", javax.servlet.jsp.jstl.fmt.LocalizationContext.class, (PageContext)_jspx_page_context, null, false));
|
||||
int _jspx_eval_fmt_005fmessage_005f5 = _jspx_th_fmt_005fmessage_005f5.doStartTag();
|
||||
if (_jspx_th_fmt_005fmessage_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
|
||||
_005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.reuse(_jspx_th_fmt_005fmessage_005f5);
|
||||
return true;
|
||||
}
|
||||
_005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.reuse(_jspx_th_fmt_005fmessage_005f5);
|
||||
return false;
|
||||
}
|
||||
|
||||
private boolean _jspx_meth_fmt_005fmessage_005f6(PageContext _jspx_page_context)
|
||||
throws Throwable {
|
||||
PageContext pageContext = _jspx_page_context;
|
||||
JspWriter out = _jspx_page_context.getOut();
|
||||
// fmt:message
|
||||
org.apache.taglibs.standard.tag.rt.fmt.MessageTag _jspx_th_fmt_005fmessage_005f6 = (org.apache.taglibs.standard.tag.rt.fmt.MessageTag) _005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.get(org.apache.taglibs.standard.tag.rt.fmt.MessageTag.class);
|
||||
_jspx_th_fmt_005fmessage_005f6.setPageContext(_jspx_page_context);
|
||||
_jspx_th_fmt_005fmessage_005f6.setParent(null);
|
||||
// /queryResult.jsp(388,8) name = key type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_fmt_005fmessage_005f6.setKey("instanceCount");
|
||||
// /queryResult.jsp(388,8) name = bundle type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_fmt_005fmessage_005f6.setBundle((javax.servlet.jsp.jstl.fmt.LocalizationContext) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${lang}", javax.servlet.jsp.jstl.fmt.LocalizationContext.class, (PageContext)_jspx_page_context, null, false));
|
||||
int _jspx_eval_fmt_005fmessage_005f6 = _jspx_th_fmt_005fmessage_005f6.doStartTag();
|
||||
if (_jspx_th_fmt_005fmessage_005f6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
|
||||
_005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.reuse(_jspx_th_fmt_005fmessage_005f6);
|
||||
return true;
|
||||
}
|
||||
_005fjspx_005ftagPool_005ffmt_005fmessage_005fkey_005fbundle_005fnobody.reuse(_jspx_th_fmt_005fmessage_005f6);
|
||||
return false;
|
||||
}
|
||||
|
||||
private class queryResult_jspHelper
|
||||
extends org.apache.jasper.runtime.JspFragmentHelper
|
||||
{
|
||||
private javax.servlet.jsp.tagext.JspTag _jspx_parent;
|
||||
private int[] _jspx_push_body_count;
|
||||
|
||||
public queryResult_jspHelper( int discriminator, JspContext jspContext, javax.servlet.jsp.tagext.JspTag _jspx_parent, int[] _jspx_push_body_count ) {
|
||||
super( discriminator, jspContext, _jspx_parent );
|
||||
this._jspx_parent = _jspx_parent;
|
||||
this._jspx_push_body_count = _jspx_push_body_count;
|
||||
}
|
||||
public void invoke0( JspWriter out )
|
||||
throws Throwable
|
||||
{
|
||||
out.write("\n");
|
||||
out.write("\t\t\t\t<tr>\n");
|
||||
out.write("\t\t\t\t\t<td><img src=\"images/details_open.png\" alt=\"\" /> <img\n");
|
||||
out.write("\t\t\t\t\t\tsrc=\"images/green.png\" style=\"display: none;\" id=\"");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${studyIUID}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("\"\n");
|
||||
out.write("\t\t\t\t\t\talt=\"\" /></td>\n");
|
||||
out.write("\t\t\t\t\t<td>");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${patientId}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</td>\n");
|
||||
out.write("\t\t\t\t\t<td>");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${patientName}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</td>\n");
|
||||
out.write("\t\t\t\t\t<td>");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${patientGender}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</td>\n");
|
||||
out.write("\t\t\t\t\t<!--<td>");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${birthDate}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</td>\n");
|
||||
out.write("\t\t\t\t\t\t<td>");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${accessionNumber}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</td>-->\n");
|
||||
out.write("\t\t\t\t\t<td data-order=\"");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${dateOrder}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write('"');
|
||||
out.write('>');
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${studyDate}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</td>\n");
|
||||
out.write("\t\t\t\t\t<td>");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${studyDescription}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</td>\n");
|
||||
out.write("\t\t\t\t\t<td>");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${modality}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</td>\n");
|
||||
out.write("\t\t\t\t\t<td>");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${totalInstances}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</td>\n");
|
||||
out.write("\t\t\t\t\t<td>");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${studyIUID}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</td>\n");
|
||||
out.write("\t\t\t\t\t<td>");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${referPhysician}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</td>\n");
|
||||
out.write("\t\t\t\t\t<td>");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${totalSeries}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</td>\n");
|
||||
out.write("\t\t\t\t\t<!-- <td>");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${patientGender}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</td> -->\n");
|
||||
out.write("\t\t\t\t</tr>\n");
|
||||
out.write("\t\t\t");
|
||||
return;
|
||||
}
|
||||
public void invoke( java.io.Writer writer )
|
||||
throws JspException
|
||||
{
|
||||
JspWriter out = null;
|
||||
if( writer != null ) {
|
||||
out = this.jspContext.pushBody(writer);
|
||||
} else {
|
||||
out = this.jspContext.getOut();
|
||||
}
|
||||
try {
|
||||
this.jspContext.getELContext().putContext(JspContext.class,this.jspContext);
|
||||
switch( this.discriminator ) {
|
||||
case 0:
|
||||
invoke0( out );
|
||||
break;
|
||||
}
|
||||
}
|
||||
catch( Throwable e ) {
|
||||
if (e instanceof SkipPageException)
|
||||
throw (SkipPageException) e;
|
||||
throw new JspException( e );
|
||||
}
|
||||
finally {
|
||||
if( writer != null ) {
|
||||
this.jspContext.popBody();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,246 @@
|
||||
package org.apache.jsp;
|
||||
|
||||
import javax.servlet.*;
|
||||
import javax.servlet.http.*;
|
||||
import javax.servlet.jsp.*;
|
||||
|
||||
public final class seriesDetails_jsp extends org.apache.jasper.runtime.HttpJspBase
|
||||
implements org.apache.jasper.runtime.JspSourceDependent {
|
||||
|
||||
private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();
|
||||
|
||||
private static java.util.List _jspx_dependants;
|
||||
|
||||
static {
|
||||
_jspx_dependants = new java.util.ArrayList(1);
|
||||
_jspx_dependants.add("/WEB-INF/tlds/SeriesDetails.tld");
|
||||
}
|
||||
|
||||
private javax.el.ExpressionFactory _el_expressionfactory;
|
||||
private org.apache.AnnotationProcessor _jsp_annotationprocessor;
|
||||
|
||||
public Object getDependants() {
|
||||
return _jspx_dependants;
|
||||
}
|
||||
|
||||
public void _jspInit() {
|
||||
_el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
|
||||
_jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
|
||||
}
|
||||
|
||||
public void _jspDestroy() {
|
||||
}
|
||||
|
||||
public void _jspService(HttpServletRequest request, HttpServletResponse response)
|
||||
throws java.io.IOException, ServletException {
|
||||
|
||||
PageContext pageContext = null;
|
||||
HttpSession session = null;
|
||||
ServletContext application = null;
|
||||
ServletConfig config = null;
|
||||
JspWriter out = null;
|
||||
Object page = this;
|
||||
JspWriter _jspx_out = null;
|
||||
PageContext _jspx_page_context = null;
|
||||
|
||||
|
||||
try {
|
||||
response.setContentType("text/html; charset=UTF-8");
|
||||
pageContext = _jspxFactory.getPageContext(this, request, response,
|
||||
"ErrorPage.jsp", true, 8192, true);
|
||||
_jspx_page_context = pageContext;
|
||||
application = pageContext.getServletContext();
|
||||
config = pageContext.getServletConfig();
|
||||
session = pageContext.getSession();
|
||||
out = pageContext.getOut();
|
||||
_jspx_out = out;
|
||||
|
||||
out.write("<!--\n");
|
||||
out.write("/* ***** BEGIN LICENSE BLOCK *****\n");
|
||||
out.write("* Version: MPL 1.1/GPL 2.0/LGPL 2.1\n");
|
||||
out.write("*\n");
|
||||
out.write("* The contents of this file are subject to the Mozilla Public License Version\n");
|
||||
out.write("* 1.1 (the \"License\"); you may not use this file except in compliance with\n");
|
||||
out.write("* the License. You may obtain a copy of the License at\n");
|
||||
out.write("* http://www.mozilla.org/MPL/\n");
|
||||
out.write("*\n");
|
||||
out.write("* Software distributed under the License is distributed on an \"AS IS\" basis,\n");
|
||||
out.write("* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License\n");
|
||||
out.write("* for the specific language governing rights and limitations under the\n");
|
||||
out.write("* License.\n");
|
||||
out.write("*\n");
|
||||
out.write("* The Original Code is part of Oviyam, an web viewer for DICOM(TM) images\n");
|
||||
out.write("* hosted at http://skshospital.net/pacs/webviewer/oviyam_0.6-src.zip\n");
|
||||
out.write("*\n");
|
||||
out.write("* The Initial Developer of the Original Code is\n");
|
||||
out.write("* Raster Images\n");
|
||||
out.write("* Portions created by the Initial Developer are Copyright (C) 2014\n");
|
||||
out.write("* the Initial Developer. All Rights Reserved.\n");
|
||||
out.write("*\n");
|
||||
out.write("* Contributor(s):\n");
|
||||
out.write("* Babu Hussain A\n");
|
||||
out.write("* Devishree V\n");
|
||||
out.write("* Meer Asgar Hussain B\n");
|
||||
out.write("* Prakash J\n");
|
||||
out.write("* Suresh V\n");
|
||||
out.write("*\n");
|
||||
out.write("* Alternatively, the contents of this file may be used under the terms of\n");
|
||||
out.write("* either the GNU General Public License Version 2 or later (the \"GPL\"), or\n");
|
||||
out.write("* the GNU Lesser General Public License Version 2.1 or later (the \"LGPL\"),\n");
|
||||
out.write("* in which case the provisions of the GPL or the LGPL are applicable instead\n");
|
||||
out.write("* of those above. If you wish to allow use of your version of this file only\n");
|
||||
out.write("* under the terms of either the GPL or the LGPL, and not to allow others to\n");
|
||||
out.write("* use your version of this file under the terms of the MPL, indicate your\n");
|
||||
out.write("* decision by deleting the provisions above and replace them with the notice\n");
|
||||
out.write("* and other provisions required by the GPL or the LGPL. If you do not delete\n");
|
||||
out.write("* the provisions above, a recipient may use your version of this file under\n");
|
||||
out.write("* the terms of any one of the MPL, the GPL or the LGPL.\n");
|
||||
out.write("*\n");
|
||||
out.write("* ***** END LICENSE BLOCK ***** */\n");
|
||||
out.write("-->\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("<html>\n");
|
||||
out.write("<head>\n");
|
||||
out.write("\n");
|
||||
out.write(" <style>\n");
|
||||
out.write(" /* To hide toolbar (top curve) */\n");
|
||||
out.write(" /* .dataTables_wrapper .fg-toolbar\n");
|
||||
out.write(" {\n");
|
||||
out.write(" display: none;\n");
|
||||
out.write(" }*/\n");
|
||||
out.write(" .dataTables_wrapper{\n");
|
||||
out.write(" border-collapse: collapse;\n");
|
||||
out.write(" border: none;\n");
|
||||
out.write(" }\n");
|
||||
out.write(" .display{\n");
|
||||
out.write(" border-collapse: collapse;\n");
|
||||
out.write(" }\n");
|
||||
out.write(" </style>\n");
|
||||
out.write("\n");
|
||||
out.write("</head>\n");
|
||||
out.write("<body>\n");
|
||||
out.write("<table class=\"display\" cellspacing=\"20\" style=\"font-size:14px;\">\n");
|
||||
out.write(" <thead>\n");
|
||||
out.write(" <tr>\n");
|
||||
out.write(" <th>Series Number</th>\n");
|
||||
out.write(" <th>Series Date</th>\n");
|
||||
out.write(" <th>Series Desc</th>\n");
|
||||
out.write(" <th>Modality</th>\n");
|
||||
out.write(" <th>Image Count</th>\n");
|
||||
out.write(" </tr>\n");
|
||||
out.write(" </thead>\n");
|
||||
out.write(" <tbody>\n");
|
||||
out.write(" ");
|
||||
if (_jspx_meth_ser_005fSeries_005f0(_jspx_page_context))
|
||||
return;
|
||||
out.write("\n");
|
||||
out.write(" </tbody>\n");
|
||||
out.write("</table>\n");
|
||||
out.write("</body>\n");
|
||||
out.write("</html>");
|
||||
} catch (Throwable t) {
|
||||
if (!(t instanceof SkipPageException)){
|
||||
out = _jspx_out;
|
||||
if (out != null && out.getBufferSize() != 0)
|
||||
try { out.clearBuffer(); } catch (java.io.IOException e) {}
|
||||
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
|
||||
}
|
||||
} finally {
|
||||
_jspxFactory.releasePageContext(_jspx_page_context);
|
||||
}
|
||||
}
|
||||
|
||||
private boolean _jspx_meth_ser_005fSeries_005f0(PageContext _jspx_page_context)
|
||||
throws Throwable {
|
||||
PageContext pageContext = _jspx_page_context;
|
||||
JspWriter out = _jspx_page_context.getOut();
|
||||
// ser:Series
|
||||
in.raster.oviyam.handler.SeriesDetailsHandler _jspx_th_ser_005fSeries_005f0 = new in.raster.oviyam.handler.SeriesDetailsHandler();
|
||||
org.apache.jasper.runtime.AnnotationHelper.postConstruct(_jsp_annotationprocessor, _jspx_th_ser_005fSeries_005f0);
|
||||
_jspx_th_ser_005fSeries_005f0.setJspContext(_jspx_page_context);
|
||||
// /seriesDetails.jsp(80,8) name = patientId type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_ser_005fSeries_005f0.setPatientId((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param.patient}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
// /seriesDetails.jsp(80,8) name = study type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_ser_005fSeries_005f0.setStudy((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param.study}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
// /seriesDetails.jsp(80,8) name = dcmURL type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
|
||||
_jspx_th_ser_005fSeries_005f0.setDcmURL((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param.dcmURL}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
_jspx_th_ser_005fSeries_005f0.setJspBody(new seriesDetails_jspHelper( 0, _jspx_page_context, _jspx_th_ser_005fSeries_005f0, null));
|
||||
_jspx_th_ser_005fSeries_005f0.doTag();
|
||||
org.apache.jasper.runtime.AnnotationHelper.preDestroy(_jsp_annotationprocessor, _jspx_th_ser_005fSeries_005f0);
|
||||
return false;
|
||||
}
|
||||
|
||||
private class seriesDetails_jspHelper
|
||||
extends org.apache.jasper.runtime.JspFragmentHelper
|
||||
{
|
||||
private javax.servlet.jsp.tagext.JspTag _jspx_parent;
|
||||
private int[] _jspx_push_body_count;
|
||||
|
||||
public seriesDetails_jspHelper( int discriminator, JspContext jspContext, javax.servlet.jsp.tagext.JspTag _jspx_parent, int[] _jspx_push_body_count ) {
|
||||
super( discriminator, jspContext, _jspx_parent );
|
||||
this._jspx_parent = _jspx_parent;
|
||||
this._jspx_push_body_count = _jspx_push_body_count;
|
||||
}
|
||||
public boolean invoke0( JspWriter out )
|
||||
throws Throwable
|
||||
{
|
||||
out.write("\n");
|
||||
out.write(" <tr>\n");
|
||||
out.write(" <td align=\"center\">");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${seriesNumber}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</td>\n");
|
||||
out.write(" <td align=\"center\" data-order=\"");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${dateOrder}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write('"');
|
||||
out.write('>');
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${seriesDate}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write(' ');
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${seriesTime}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</td>\n");
|
||||
out.write(" <td align=\"center\">");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${seriesDesc}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</td>\n");
|
||||
out.write(" <td align=\"center\">");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${modality}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</td>\n");
|
||||
out.write(" <td align=\"center\">");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${numberOfImages}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</td>\n");
|
||||
out.write(" </tr>\n");
|
||||
out.write(" ");
|
||||
return false;
|
||||
}
|
||||
public void invoke( java.io.Writer writer )
|
||||
throws JspException
|
||||
{
|
||||
JspWriter out = null;
|
||||
if( writer != null ) {
|
||||
out = this.jspContext.pushBody(writer);
|
||||
} else {
|
||||
out = this.jspContext.getOut();
|
||||
}
|
||||
try {
|
||||
this.jspContext.getELContext().putContext(JspContext.class,this.jspContext);
|
||||
switch( this.discriminator ) {
|
||||
case 0:
|
||||
invoke0( out );
|
||||
break;
|
||||
}
|
||||
}
|
||||
catch( Throwable e ) {
|
||||
if (e instanceof SkipPageException)
|
||||
throw (SkipPageException) e;
|
||||
throw new JspException( e );
|
||||
}
|
||||
finally {
|
||||
if( writer != null ) {
|
||||
this.jspContext.popBody();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -0,0 +1,308 @@
|
||||
package org.apache.jsp;
|
||||
|
||||
import javax.servlet.*;
|
||||
import javax.servlet.http.*;
|
||||
import javax.servlet.jsp.*;
|
||||
|
||||
public final class westContainer_jsp extends org.apache.jasper.runtime.HttpJspBase
|
||||
implements org.apache.jasper.runtime.JspSourceDependent {
|
||||
|
||||
private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();
|
||||
|
||||
private static java.util.List _jspx_dependants;
|
||||
|
||||
static {
|
||||
_jspx_dependants = new java.util.ArrayList(2);
|
||||
_jspx_dependants.add("/WEB-INF/tlds/SeriesDetails.tld");
|
||||
_jspx_dependants.add("/WEB-INF/tlds/ImageInfo.tld");
|
||||
}
|
||||
|
||||
private javax.el.ExpressionFactory _el_expressionfactory;
|
||||
private org.apache.AnnotationProcessor _jsp_annotationprocessor;
|
||||
|
||||
public Object getDependants() {
|
||||
return _jspx_dependants;
|
||||
}
|
||||
|
||||
public void _jspInit() {
|
||||
_el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
|
||||
_jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
|
||||
}
|
||||
|
||||
public void _jspDestroy() {
|
||||
}
|
||||
|
||||
public void _jspService(HttpServletRequest request, HttpServletResponse response)
|
||||
throws java.io.IOException, ServletException {
|
||||
|
||||
PageContext pageContext = null;
|
||||
HttpSession session = null;
|
||||
ServletContext application = null;
|
||||
ServletConfig config = null;
|
||||
JspWriter out = null;
|
||||
Object page = this;
|
||||
JspWriter _jspx_out = null;
|
||||
PageContext _jspx_page_context = null;
|
||||
|
||||
|
||||
try {
|
||||
response.setContentType("text/html; charset=UTF-8");
|
||||
pageContext = _jspxFactory.getPageContext(this, request, response,
|
||||
"ErrorPage.jsp", true, 8192, true);
|
||||
_jspx_page_context = pageContext;
|
||||
application = pageContext.getServletContext();
|
||||
config = pageContext.getServletConfig();
|
||||
session = pageContext.getSession();
|
||||
out = pageContext.getOut();
|
||||
_jspx_out = out;
|
||||
|
||||
out.write("<!--\n");
|
||||
out.write("/* ***** BEGIN LICENSE BLOCK *****\n");
|
||||
out.write("* Version: MPL 1.1/GPL 2.0/LGPL 2.1\n");
|
||||
out.write("*\n");
|
||||
out.write("* The contents of this file are subject to the Mozilla Public License Version\n");
|
||||
out.write("* 1.1 (the \"License\"); you may not use this file except in compliance with\n");
|
||||
out.write("* the License. You may obtain a copy of the License at\n");
|
||||
out.write("* http://www.mozilla.org/MPL/\n");
|
||||
out.write("*\n");
|
||||
out.write("* Software distributed under the License is distributed on an \"AS IS\" basis,\n");
|
||||
out.write("* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License\n");
|
||||
out.write("* for the specific language governing rights and limitations under the\n");
|
||||
out.write("* License.\n");
|
||||
out.write("*\n");
|
||||
out.write("* The Original Code is part of Oviyam, an web viewer for DICOM(TM) images\n");
|
||||
out.write("* hosted at http://skshospital.net/pacs/webviewer/oviyam_0.6-src.zip\n");
|
||||
out.write("*\n");
|
||||
out.write("* The Initial Developer of the Original Code is\n");
|
||||
out.write("* Raster Images\n");
|
||||
out.write("* Portions created by the Initial Developer are Copyright (C) 2014\n");
|
||||
out.write("* the Initial Developer. All Rights Reserved.\n");
|
||||
out.write("*\n");
|
||||
out.write("* Contributor(s):\n");
|
||||
out.write("* Babu Hussain A\n");
|
||||
out.write("* Devishree V\n");
|
||||
out.write("* Meer Asgar Hussain B\n");
|
||||
out.write("* Prakash J\n");
|
||||
out.write("* Suresh V\n");
|
||||
out.write("*\n");
|
||||
out.write("* Alternatively, the contents of this file may be used under the terms of\n");
|
||||
out.write("* either the GNU General Public License Version 2 or later (the \"GPL\"), or\n");
|
||||
out.write("* the GNU Lesser General Public License Version 2.1 or later (the \"LGPL\"),\n");
|
||||
out.write("* in which case the provisions of the GPL or the LGPL are applicable instead\n");
|
||||
out.write("* of those above. If you wish to allow use of your version of this file only\n");
|
||||
out.write("* under the terms of either the GPL or the LGPL, and not to allow others to\n");
|
||||
out.write("* use your version of this file under the terms of the MPL, indicate your\n");
|
||||
out.write("* decision by deleting the provisions above and replace them with the notice\n");
|
||||
out.write("* and other provisions required by the GPL or the LGPL. If you do not delete\n");
|
||||
out.write("* the provisions above, a recipient may use your version of this file under\n");
|
||||
out.write("* the terms of any one of the MPL, the GPL or the LGPL.\n");
|
||||
out.write("*\n");
|
||||
out.write("* ***** END LICENSE BLOCK ***** */\n");
|
||||
out.write("-->\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
|
||||
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");
|
||||
|
||||
out.write("\n");
|
||||
out.write("\n");
|
||||
out.write("<html>\n");
|
||||
out.write("\t<head>\n");
|
||||
out.write("\t\n");
|
||||
out.write("\t\t<style type=\"text/css\">\n");
|
||||
out.write("\t\t\t.heading\n");
|
||||
out.write(" {\n");
|
||||
out.write(" font-family: Arial;\n");
|
||||
out.write(" font-size: 20px;\n");
|
||||
out.write(" font-weight: bold;\n");
|
||||
out.write(" padding-left: 3px;\n");
|
||||
out.write(" width: 100%;\n");
|
||||
out.write(" white-space: nowrap;\n");
|
||||
out.write(" text-overflow: ellipsis;\n");
|
||||
out.write(" overflow: hidden;\n");
|
||||
out.write(" }\n");
|
||||
out.write("\t\t\t\n");
|
||||
out.write("\t\t\t.seriesTable {\n");
|
||||
out.write("\t\t\t\ttable-layout: fixed;\n");
|
||||
out.write("\t\t\t\twidth: 100%;\n");
|
||||
out.write("\t\t\t\tfont-family: Arial;\n");
|
||||
out.write("\t\t\t\tfont-size: 12px;\n");
|
||||
out.write("\t\t\t\tborder-spacing: 0px;\n");
|
||||
out.write("\t\t\t\tpadding-left: 2px;\n");
|
||||
out.write("\t\t\t}\n");
|
||||
out.write("\t\t\t\n");
|
||||
out.write("\t\t\t.scale-image {\n");
|
||||
out.write("\t\t\t\twidth: 30%;\n");
|
||||
out.write("\t\t\t\theight: 30%;\n");
|
||||
out.write("\t\t\t}\n");
|
||||
out.write("\t\t\t\n");
|
||||
out.write("\t\t\t.accordion {\n");
|
||||
out.write("\t\t\t\tpadding:5px;\n");
|
||||
out.write("\t\t\t\tfont-weight:bold;\n");
|
||||
out.write("\t\t\t\tcursor:pointer;\n");
|
||||
out.write("\t\t\t\tbackground-color:#666;\t\t\t\t\n");
|
||||
out.write("\t\t\t\tbackground-position:right center;\n");
|
||||
out.write("\t\t\t\tbackground-repeat:no-repeat; color:#F90;\n");
|
||||
out.write("\t\t\t\tborder:1px solid #333;\n");
|
||||
out.write("\t\t\t\tfont-size: 14px;\n");
|
||||
out.write("\t\t\t\tfont-family: Arial;\n");
|
||||
out.write("\t\t\t}\t\n");
|
||||
out.write("\t\t\t.accordion:hover {\n");
|
||||
out.write("\t\t\t\tbackground-color:#555;\n");
|
||||
out.write("\t\t\t}\n");
|
||||
out.write("\t\t\t\n");
|
||||
out.write("\t\t\t.loading {\n");
|
||||
out.write("\t\t\t\tbackground-image:url(images/loading.gif);\n");
|
||||
out.write("\t\t\t}\n");
|
||||
out.write("\t\t\t\n");
|
||||
out.write("\t\t\t#otherStudiesInfo {\n");
|
||||
out.write("\t\t\t\tpadding:5px;\n");
|
||||
out.write("\t\t\t\tfont-weight:bold;\n");
|
||||
out.write("\t\t\t\tcursor:pointer;\n");
|
||||
out.write("\t\t\t\tbackground-color:#222;\t\n");
|
||||
out.write("\t\t\t\tcolor: #fff;\n");
|
||||
out.write("\t\t\t\tfont-family: Arial;\n");
|
||||
out.write("\t\t\t\tfont-size: 14px; \n");
|
||||
out.write("\t\t\t\ttext-align: center; \n");
|
||||
out.write("\t\t\t\tmargin: 7px 0px 7px 0;\t\t\t\n");
|
||||
out.write("\t\t\t}\n");
|
||||
out.write("\t\t\t\n");
|
||||
out.write("\t\t\t.open {\n");
|
||||
out.write("\t\t\t\tbackground-image:url(images/arrow_up.gif);\n");
|
||||
out.write("\t\t\t}\n");
|
||||
out.write("\t\t\t\n");
|
||||
out.write("\t\t\t.close {\n");
|
||||
out.write("\t\t\t\tbackground-image:url(images/arrow_down.gif);\n");
|
||||
out.write("\t\t\t}\n");
|
||||
out.write("\t\t\t\n");
|
||||
out.write("\t\t\t#previews::-webkit-scrollbar {\n");
|
||||
out.write("\t\t\t\twidth: 14px;\n");
|
||||
out.write("\t\t\t\tbackground: #464646;\n");
|
||||
out.write("\t\t\t}\n");
|
||||
out.write("\n");
|
||||
out.write(" #previews::-webkit-scrollbar-track {\n");
|
||||
out.write("\t\t\t -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);\n");
|
||||
out.write("\t\t\t} \n");
|
||||
out.write("\t\t\t\n");
|
||||
out.write("\t\t\t#previews::-webkit-scrollbar-thumb {\n");
|
||||
out.write(" \t\t\t -webkit-border-radius: 10px; \n");
|
||||
out.write(" \t\t\t border-radius: 10px;\n");
|
||||
out.write("\t\t\t\tbackground: #262626;\n");
|
||||
out.write("\t\t\t -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); \n");
|
||||
out.write("\t\t\t}\n");
|
||||
out.write("\t\t</style>\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t<script type=\"text/javascript\">\t\t\n");
|
||||
out.write("\t\t\tfunction toggle(divider) {\n");
|
||||
out.write("\t\t\t\tvar div = $(divider);\n");
|
||||
out.write("\t\t\t\tif (div.attr('title') === 'Close') {\n");
|
||||
out.write("\t\t\t\t\tdiv.attr('title', 'Open');\n");
|
||||
out.write("\t\t\t\t\tdiv.parent().css('width', '1%');\n");
|
||||
out.write("\t\t\t\t\tdiv.parent().next().css('width', '99%');\n");
|
||||
out.write("\t\t\t\t\tdiv.css('background', 'url(\"images/showleft.png\")');\n");
|
||||
out.write("\t\t\t\t\t$('#previews').hide();\n");
|
||||
out.write("\t\t\t\t\t$('.heading').hide();\n");
|
||||
out.write("\t\t\t\t\t$('#studyTable').hide();\n");
|
||||
out.write("\t\t\t\t\tcreateEvent(\"ToolSelection\", {\n");
|
||||
out.write(" \t\t tool: 'close'\n");
|
||||
out.write(" \t\t\t });\n");
|
||||
out.write("\t\t\t\t} else {\n");
|
||||
out.write("\t\t\t\t\tdiv.attr('title', 'Close');\n");
|
||||
out.write("\t\t\t\t\tdiv.parent().css('width', '20%');\n");
|
||||
out.write("\t\t\t\t\tdiv.parent().next().css('width', '80%');\n");
|
||||
out.write("\t\t\t\t\tdiv.css('background', 'url(\"images/hideleft.png\")');\n");
|
||||
out.write("\t\t\t\t\t$('#previews').show();\n");
|
||||
out.write("\t\t\t\t\t$('.heading').show();\n");
|
||||
out.write("\t\t\t\t\t$('#studyTable').show();\n");
|
||||
out.write("\t\t\t\t\tcreateEvent(\"ToolSelection\", {\n");
|
||||
out.write(" \t\t tool: 'close'\n");
|
||||
out.write(" \t\t\t });\n");
|
||||
out.write("\t\t\t\t}\n");
|
||||
out.write("\t\t\t}\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t\tfunction showOtherStudies(patientID,selectedStudyId,dcmUrl,wadoUrl) {\n");
|
||||
out.write("\t\t\t\t$.post(\"otherStudies.do\", {\n");
|
||||
out.write("\t\t\t\t\t\"patientID\" : patientID,\n");
|
||||
out.write("\t\t\t\t\t\"studyUID\" : selectedStudyId,\n");
|
||||
out.write("\t\t\t\t\t\"dcmURL\" : dcmUrl\t\t\t\t\t\n");
|
||||
out.write("\t\t\t\t}, function(data) {\n");
|
||||
out.write("\t\t\t\t\t$.each(data, function(i, study) {\n");
|
||||
out.write("\t\t\t\t\t\tvar div = document.createElement(\"div\");\n");
|
||||
out.write("\t\t\t\t\t\tvar url = \"Study.jsp?patient=\" + patientID + \"&study=\" + study[\"studyUID\"] + \"&dcmURL=\" + dcmUrl + \"&wadoUrl=\" + wadoUrl + \"&studyDesc=\" + study[\"dateDesc\"];\n");
|
||||
out.write("\t\t\t\t\t\tjQuery(\"#otherStudies\").show();\n");
|
||||
out.write("\t\t\t\t\t\tjQuery(\"#otherStudies\").load(url);\n");
|
||||
out.write("\t\t\t\t\t});\n");
|
||||
out.write("\t\t\t\t}, \"json\");\n");
|
||||
out.write("\t\t\t}\n");
|
||||
out.write("\n");
|
||||
out.write("\t\t\tfunction acc(acc1) {\n");
|
||||
out.write(" \t/*acc1.next().toggle(); \t\n");
|
||||
out.write(" \tif(acc1.hasClass('open')) {\n");
|
||||
out.write(" \t\tacc1.removeClass('open').addClass('close');\n");
|
||||
out.write(" \t} else {\n");
|
||||
out.write(" \t\tacc1.removeClass('close').addClass('open');\n");
|
||||
out.write(" \t} */\n");
|
||||
out.write(" \tif(acc1.hasClass(\"open\")) {\n");
|
||||
out.write(" \tacc1.removeClass(\"open\").addClass(\"close\");\n");
|
||||
out.write(" \tacc1.next().hide();\n");
|
||||
out.write(" \t} else {\n");
|
||||
out.write(" \t$(\".accordion\").next().hide();\n");
|
||||
out.write(" \t$(\".accordion\").each(function() {\n");
|
||||
out.write(" \tif($(this).hasClass(\"open\")) {\n");
|
||||
out.write(" \t$(this).removeClass(\"open\").addClass(\"close\");\n");
|
||||
out.write(" \t}\n");
|
||||
out.write(" \t});\n");
|
||||
out.write(" \tacc1.removeClass(\"close\").addClass(\"open\");\n");
|
||||
out.write(" \tacc1.next().show();\n");
|
||||
out.write(" \t}\n");
|
||||
out.write(" \t \t\n");
|
||||
out.write(" }\n");
|
||||
out.write("\t\t</script>\n");
|
||||
out.write("\t</head>\n");
|
||||
out.write("\t<body>\n");
|
||||
out.write(" \t<div title=\"Close\" style=\"width: 17px; height: 17px; cursor: pointer; float: right; background: url('images/hideleft.png');\" onclick=\"toggle(this);\"></div>\n");
|
||||
out.write(" \n");
|
||||
out.write(" \t<div style=\"border: 2px solid #2A2A2A; height: 9%;\">\n");
|
||||
out.write("\t <div id=\"patName\" class=\"heading\" style=\"color: #FF8A00; padding: 2px 0 3px 3px; cursor: default;\" title=\"");
|
||||
out.print(patName);
|
||||
out.write('"');
|
||||
out.write('>');
|
||||
out.print(patName);
|
||||
out.write("</div>\n");
|
||||
out.write("\t <div id=\"patID\" class=\"heading\" style=\"color:#FF8A00; padding: 0 0 3px 3px; font-size: 15px !important;\">ID: ");
|
||||
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param.patient}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
|
||||
out.write("</div> \n");
|
||||
out.write(" </div>\n");
|
||||
out.write(" \n");
|
||||
out.write(" <div id=\"previews\" style=\"overflow: auto; height: 90%; border-top: 2px solid black;\">\n");
|
||||
out.write(" \t");
|
||||
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("Study.jsp?patient=${param.patient}&study=${param.study}&dcmURL=${param.dcmURL}&wadoUrl=${param.wadoUrl}&descDisplay=true&studyDesc=${param.studyDesc}&studyDate=${param.studyDate}&contentType=${param.contentType}", java.lang.String.class, (PageContext)_jspx_page_context, null, false), out, false);
|
||||
out.write("\n");
|
||||
out.write(" \t<div id=\"otherStudiesInfo\" style=\"display: none;\"> </div>\n");
|
||||
out.write(" \t<div id=\"otherStudies\" style=\"display:none;\">\n");
|
||||
out.write(" \t</div>\n");
|
||||
out.write(" </div> \n");
|
||||
out.write("\t</body>\n");
|
||||
out.write("</html>\n");
|
||||
} catch (Throwable t) {
|
||||
if (!(t instanceof SkipPageException)){
|
||||
out = _jspx_out;
|
||||
if (out != null && out.getBufferSize() != 0)
|
||||
try { out.clearBuffer(); } catch (java.io.IOException e) {}
|
||||
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
|
||||
}
|
||||
} finally {
|
||||
_jspxFactory.releasePageContext(_jspx_page_context);
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
dcm4chee/default/work/jboss.web/localhost/oviyam2/tldCache.ser
Normal file
BIN
dcm4chee/default/work/jboss.web/localhost/oviyam2/tldCache.ser
Normal file
Binary file not shown.
Reference in New Issue
Block a user