/*
 * Generated by the Jasper component of Apache Tomcat
 * Version: Apache Tomcat/8.0.32
 * Generated at: 2019-03-22 10:28:44 UTC
 * Note: The last modified time of this file was set to
 *       the last modified time of the source file after
 *       generation to assist with modification tracking.
 */
package org.apache.jsp.pages;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.text.SimpleDateFormat;
import java.util.Date;

public final class basicstatisticsreport_jsp extends org.apache.jasper.runtime.HttpJspBase
    implements org.apache.jasper.runtime.JspSourceDependent,
                 org.apache.jasper.runtime.JspSourceImports {

  private static final javax.servlet.jsp.JspFactory _jspxFactory =
          javax.servlet.jsp.JspFactory.getDefaultFactory();

  private static java.util.Map<java.lang.String,java.lang.Long> _jspx_dependants;

  static {
    _jspx_dependants = new java.util.HashMap<java.lang.String,java.lang.Long>(5);
    _jspx_dependants.put("jar:file:/home/rxdev/public_html/tomcat/webapps/RxRun/WEB-INF/lib/jstl-1.2.jar!/META-INF/c.tld", Long.valueOf(1153399482000L));
    _jspx_dependants.put("jar:file:/home/rxdev/public_html/tomcat/webapps/RxRun/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt.tld", Long.valueOf(1153399482000L));
    _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1508875114000L));
    _jspx_dependants.put("/WEB-INF/lib/spring-webmvc-4.1.4.RELEASE.jar", Long.valueOf(1508875084000L));
    _jspx_dependants.put("jar:file:/home/rxdev/public_html/tomcat/webapps/RxRun/WEB-INF/lib/spring-webmvc-4.1.4.RELEASE.jar!/META-INF/spring-form.tld", Long.valueOf(1419925020000L));
  }

  private static final java.util.Set<java.lang.String> _jspx_imports_packages;

  private static final java.util.Set<java.lang.String> _jspx_imports_classes;

  static {
    _jspx_imports_packages = new java.util.HashSet<>();
    _jspx_imports_packages.add("javax.servlet");
    _jspx_imports_packages.add("javax.servlet.http");
    _jspx_imports_packages.add("javax.servlet.jsp");
    _jspx_imports_classes = new java.util.HashSet<>();
    _jspx_imports_classes.add("java.util.Date");
    _jspx_imports_classes.add("java.text.SimpleDateFormat");
  }

  private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fform_005fform_0026_005frole_005fonsubmit_005fmethod_005fcommandName_005faction;
  private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005ffmt_005fformatDate_0026_005fvar_005fvalue_005fpattern_005fnobody;
  private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fform_005finput_0026_005fvalue_005fplaceholder_005fpath_005fid_005fcssClass_005faria_002ddescribedby_005fnobody;

  private volatile javax.el.ExpressionFactory _el_expressionfactory;
  private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager;

  public java.util.Map<java.lang.String,java.lang.Long> getDependants() {
    return _jspx_dependants;
  }

  public java.util.Set<java.lang.String> getPackageImports() {
    return _jspx_imports_packages;
  }

  public java.util.Set<java.lang.String> getClassImports() {
    return _jspx_imports_classes;
  }

  public javax.el.ExpressionFactory _jsp_getExpressionFactory() {
    if (_el_expressionfactory == null) {
      synchronized (this) {
        if (_el_expressionfactory == null) {
          _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
        }
      }
    }
    return _el_expressionfactory;
  }

  public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() {
    if (_jsp_instancemanager == null) {
      synchronized (this) {
        if (_jsp_instancemanager == null) {
          _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig());
        }
      }
    }
    return _jsp_instancemanager;
  }

  public void _jspInit() {
    _005fjspx_005ftagPool_005fform_005fform_0026_005frole_005fonsubmit_005fmethod_005fcommandName_005faction = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
    _005fjspx_005ftagPool_005ffmt_005fformatDate_0026_005fvar_005fvalue_005fpattern_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
    _005fjspx_005ftagPool_005fform_005finput_0026_005fvalue_005fplaceholder_005fpath_005fid_005fcssClass_005faria_002ddescribedby_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
  }

  public void _jspDestroy() {
    _005fjspx_005ftagPool_005fform_005fform_0026_005frole_005fonsubmit_005fmethod_005fcommandName_005faction.release();
    _005fjspx_005ftagPool_005ffmt_005fformatDate_0026_005fvar_005fvalue_005fpattern_005fnobody.release();
    _005fjspx_005ftagPool_005fform_005finput_0026_005fvalue_005fplaceholder_005fpath_005fid_005fcssClass_005faria_002ddescribedby_005fnobody.release();
  }

  public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response)
        throws java.io.IOException, javax.servlet.ServletException {

final java.lang.String _jspx_method = request.getMethod();
if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) {
response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD");
return;
}

    final javax.servlet.jsp.PageContext pageContext;
    javax.servlet.http.HttpSession session = null;
    final javax.servlet.ServletContext application;
    final javax.servlet.ServletConfig config;
    javax.servlet.jsp.JspWriter out = null;
    final java.lang.Object page = this;
    javax.servlet.jsp.JspWriter _jspx_out = null;
    javax.servlet.jsp.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("\n");
      out.write("\n");
      out.write("\n");
      out.write("\n");
      out.write("<!DOCTYPE html>\n");
      out.write("<html lang=\"en\">\n");
      out.write("    ");
      org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "./inc/head.jsp", out, false);
      out.write("\n");
      out.write("    <body>\n");
      out.write("        ");
      org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "./inc/header.jsp", out, false);
      out.write("\n");
      out.write("        <div id=\"wrapper\">\n");
      out.write("            <div id=\"content\" class=\"clearfix\">\n");
      out.write("                ");
      org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "./inc/newMenu.jsp", out, false);
      out.write("\n");
      out.write("                <div class=\"breadcrumbs\">\n");
      out.write("                    <i class=\"fa fa-home\"></i> Home  <img src=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("/resources/images/arrow.png\" /> Basic Statistics Report\n");
      out.write("                </div>\n");
      out.write("                <div class=\"heading\" >\n");
      out.write("                    <h1 class=\"page-title\"><i class=\"fa fa-arrow-circle-o-right\"></i>&nbsp;Basic Statistics Report</h1>\n");
      out.write("                </div>\n");
      out.write("                ");
      if (_jspx_meth_form_005fform_005f0(_jspx_page_context))
        return;
      out.write("\n");
      out.write("                <div class=\"wrp clearfix\" style=\"padding-left: 15px;padding-right: 45px;\">\n");
      out.write("                    <div class=\"pull-right btndrop\" style=\"color: white\" onclick=\"exportReportData('excelView')\">Export Excel</div>\n");
      out.write("                    <div class=\"pull-right btndrop\" style=\"color: white\" onclick=\"exportReportData('pdfView')\">Export Pdf</div>\n");
      out.write("                </div>\n");
      out.write("\n");
      out.write("                <div class=\"clearfix\" style=\"padding-left: 15px;padding-right: 15px;\">\n");
      out.write("                    <div class=\"row\" style=\"height: auto;border-top: 0px;margin-bottom:45px; padding-top: 5px;\">\n");
      out.write("                        <div id=\"table-custom\" class=\"contents\">                                   \n");
      out.write("                            <div class=\"table-box\">\n");
      out.write("                                \n");
      out.write("                                                 \n");
      out.write("                                \n");
      out.write("                                <table class =\"table borderless table-hover\">\n");
      out.write("                                    <tr>\n");
      out.write("                                        <th> Rx Mix </th>\n");
      out.write("                                        <th>Count</th>\n");
      out.write("                                        <th> % </th>\n");
      out.write("                                        <th></th>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td>Brand</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.brandNumber !=null?basicStatisticsReportData.brandNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.brandCount !=null?basicStatisticsReportData.brandCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td></td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td>Generic</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.genericNumber !=null?basicStatisticsReportData.genericNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.genericCount !=null?basicStatisticsReportData.genericCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td></td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td>Total</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalRxMixNumber!=null?basicStatisticsReportData.totalRxMixNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalRxMixCount!=null?basicStatisticsReportData.totalRxMixCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td></td>\n");
      out.write("                                    </tr>\n");
      out.write("\n");
      out.write("                                </table>\n");
      out.write("                                    \n");
      out.write("                                    <table class =\"table borderless table-hover\" >\n");
      out.write("                                    <tr>\n");
      out.write("                                        <th>Gender </th>\n");
      out.write("                                        <th>Count</th>\n");
      out.write("                                        <th> % </th>\n");
      out.write("                                        <th></th>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td> Male </td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalMaleGenderNumber !=null?basicStatisticsReportData.totalMaleGenderNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td> ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalMaleGender !=null?basicStatisticsReportData.totalMaleGender:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(" </td>\n");
      out.write("                                        <td></td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td> Female</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalFemaleGenderNumber !=null?basicStatisticsReportData.totalFemaleGenderNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td> ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalFemaleGender !=null?basicStatisticsReportData.totalFemaleGender:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(" </td>\n");
      out.write("                                        <td></td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td>Total</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalGenderNumber!=null?basicStatisticsReportData.totalGenderNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td> ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalGenderCount!=null?basicStatisticsReportData.totalGenderCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(" </td>\n");
      out.write("                                        <td></td>\n");
      out.write("                                    </tr>\n");
      out.write("\n");
      out.write("                                </table>\n");
      out.write("                                <table class =\"table borderless table-hover\">\n");
      out.write("                                    <tr>\n");
      out.write("                                        <th> Insurance </th>\n");
      out.write("                                        <th>Count</th>\n");
      out.write("                                        <th> % </th>\n");
      out.write("                                        \n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td>Commercial</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.commercialInusranceNumber !=null?basicStatisticsReportData.commercialInusranceNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.commercialInsuranceCount !=null?basicStatisticsReportData.commercialInsuranceCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        \n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td>Public</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.publicMedicareNumber !=null?basicStatisticsReportData.publicMedicareNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.publicMedicareCount !=null?basicStatisticsReportData.publicMedicareCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        \n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td>Self Pay</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.selfPayNumber !=null?basicStatisticsReportData.selfPayNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.selfPayCount !=null?basicStatisticsReportData.selfPayCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        \n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td>Total</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalInsuranceNumber!=null?basicStatisticsReportData.totalInsuranceNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalInsuranceCount!=null?basicStatisticsReportData.totalInsuranceCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        \n");
      out.write("                                    </tr>\n");
      out.write("\n");
      out.write("                                </table>\n");
      out.write("                                    <table class =\"table borderless table-hover\">\n");
      out.write("                                    <tr>\n");
      out.write("                                        <th> Patient Type </th>\n");
      out.write("                                        <th>Count</th>\n");
      out.write("                                        <th> % </th>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td> a) Account holder </td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.accountHolderNumber !=null?basicStatisticsReportData.accountHolderNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td> ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.accountHolderCount !=null?basicStatisticsReportData.accountHolderCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(" </td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td> b) Child dependant</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.childDependentNumber !=null?basicStatisticsReportData.childDependentNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td> ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.childDependantCount !=null?basicStatisticsReportData.childDependantCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(" </td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td> c) Adult dependant</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.adultDependentNumber!=null?basicStatisticsReportData.adultDependentNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td> ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.adultDependantCount!=null?basicStatisticsReportData.adultDependantCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(" </td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td> Total</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalPatientTypeNumber!=null?basicStatisticsReportData.totalPatientTypeNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td> ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalPatientTypeCount!=null?basicStatisticsReportData.totalPatientTypeCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(" </td>\n");
      out.write("                                    </tr>\n");
      out.write("                                </table>\n");
      out.write("                                    <table class =\"table borderless table-hover\">\n");
      out.write("                                    <tr>\n");
      out.write("                                        <th> Rx Fulfillment </th>\n");
      out.write("                                        <th>Count</th>\n");
      out.write("                                        <th> % </th>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td>2nd Day</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.day2ndNumber !=null?basicStatisticsReportData.day2ndNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.day2ndCount !=null?basicStatisticsReportData.day2ndCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td>Prem-Next Day</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.nextDayNumber !=null?basicStatisticsReportData.nextDayNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.nextDayCount !=null?basicStatisticsReportData.nextDayCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td>Premium-Same Day</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.sameDayNumber !=null?basicStatisticsReportData.sameDayNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.sameDayCount !=null?basicStatisticsReportData.sameDayCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td>Pick Up</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.pickUpNumber !=null?basicStatisticsReportData.pickUpNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.pickUpCount !=null?basicStatisticsReportData.pickUpCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td>Total</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalRxFulfillmentNumber !=null?basicStatisticsReportData.totalRxFulfillmentNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalRxFullfillmentCount !=null?basicStatisticsReportData.totalRxFullfillmentCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                    </tr>\n");
      out.write("\n");
      out.write("                                </table>\n");
      out.write("                                \n");
      out.write("                                <table class =\"table borderless table-hover\">\n");
      out.write("                                    <tr>\n");
      out.write("                                        <th> Patient Out of Pocket </th>\n");
      out.write("                                        <th>Count</th>\n");
      out.write("                                        <th> % </th>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td> Zero </td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.ptOutofPocketNumber !=null?basicStatisticsReportData.ptOutofPocketNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td> ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.ptOutofPocketCount !=null?basicStatisticsReportData.ptOutofPocketCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(" </td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td> $0.01 -$25 </td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.ptOutofPocket1To25Number !=null?basicStatisticsReportData.ptOutofPocket1To25Number:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td> ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.ptOutofPocket1To25Count !=null?basicStatisticsReportData.ptOutofPocket1To25Count:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(" </td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td> $26 - $75 </td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.ptOutofPocket26To75Number !=null?basicStatisticsReportData.ptOutofPocket26To75Number:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td> ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.ptOutofPocket26To75Count !=null?basicStatisticsReportData.ptOutofPocket26To75Count:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(" </td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td>$76 or more</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.ptOutofPocket76GreaterNumber !=null?basicStatisticsReportData.ptOutofPocket76GreaterNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.ptOutofPocket76GreaterCount !=null?basicStatisticsReportData.ptOutofPocket76GreaterCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td>Total</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalPtOutofPocketNumber!=null?basicStatisticsReportData.totalPtOutofPocketNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalPtOutOfPocketCount!=null?basicStatisticsReportData.totalPtOutOfPocketCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                    </tr>\n");
      out.write("                                </table>\n");
      out.write("                                    <table class =\"table borderless table-hover\">\n");
      out.write("                                    <tr>\n");
      out.write("                                        <th> Age By Rx Recipient </th>\n");
      out.write("                                        <th>Count</th>\n");
      out.write("                                        <th> % </th>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td> 0-17 years </td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.underAge17Count !=null?basicStatisticsReportData.underAge17Count:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td> ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.underAge0To17Count !=null?basicStatisticsReportData.underAge0To17Count:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(" </td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td> 18 - 34 years </td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.underAge18Count !=null?basicStatisticsReportData.underAge18Count:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td> ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.underAge18To34Count !=null?basicStatisticsReportData.underAge18To34Count:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(" </td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td> 35 - 50 years </td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.underAge35Count !=null?basicStatisticsReportData.underAge35Count:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td> ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.underAge35To50Count !=null?basicStatisticsReportData.underAge35To50Count:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(" </td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td> 51 - 64 years </td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.underAge51Count !=null?basicStatisticsReportData.underAge51Count:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td> ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.underAge51To64Count !=null?basicStatisticsReportData.underAge51To64Count:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(" </td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td> 65+ </td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.underAge65Count !=null?basicStatisticsReportData.underAge65Count:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td> ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.age65MoreCount !=null?basicStatisticsReportData.age65MoreCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(" </td>\n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td>Total</td>\n");
      out.write("                                        <td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalAgeByRxRecipientNumber!=null?basicStatisticsReportData.totalAgeByRxRecipientNumber:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td> ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalAgeByRxRecipientCount!=null?basicStatisticsReportData.totalAgeByRxRecipientCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(" </td>\n");
      out.write("                                    </tr>\n");
      out.write("                                </table>\n");
      out.write("                               \n");
      out.write("                                \n");
      out.write("                                \n");
      out.write("                                <!--                                <table class=\"col-sm-12\">\n");
      out.write("                                                                    <tr>\n");
      out.write("                                                                        <td valign=\"top\">\n");
      out.write("                                                                            <table class=\"display\" class=\"display table\">\n");
      out.write("                                                                                <thead>\n");
      out.write("                                                                                    <tr class=\"row grid-header\">\n");
      out.write("                                                                                        <th style=\"padding-left: 10px;\">Patient Type</th>\n");
      out.write("                                                                                        <th>%</th>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                </thead>\n");
      out.write("                                                                                <tbody>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Account Holder</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.accountHolderCount !=null?basicStatisticsReportData.accountHolderCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Child Dependant</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.childDependantCount !=null?basicStatisticsReportData.childDependantCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Adult Dependant</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.adultDependantCount!=null?basicStatisticsReportData.adultDependantCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Total</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalPatientTypeCount!=null?basicStatisticsReportData.totalPatientTypeCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                </tbody>\n");
      out.write("                                                                            </table>\n");
      out.write("                                                                        </td>\n");
      out.write("                                                                        <td valign=\"top\">\n");
      out.write("                                                                            <table class=\"display\" class=\"display table\">\n");
      out.write("                                                                                <thead>\n");
      out.write("                                                                                    <tr class=\"row grid-header\">\n");
      out.write("                                                                                        <th>Gender</th>\n");
      out.write("                                                                                        <th>%</th>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                </thead>\n");
      out.write("                                                                                <tbody>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Male</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalMaleGender !=null?basicStatisticsReportData.totalMaleGender:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Female</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalFemaleGender !=null?basicStatisticsReportData.totalFemaleGender:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Total</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalGenderCount!=null?basicStatisticsReportData.totalGenderCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                </tbody>\n");
      out.write("                                                                            </table>\n");
      out.write("                                                                        </td>\n");
      out.write("                                                                        <td valign=\"top\">\n");
      out.write("                                                                            <table class=\"display\" class=\"display table\">\n");
      out.write("                                                                                <thead>\n");
      out.write("                                                                                    <tr class=\"row grid-header\">\n");
      out.write("                                                                                        <th>Age By Rx Recipient</th>\n");
      out.write("                                                                                        <th>%</th>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                </thead>\n");
      out.write("                                                                                <tbody>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>0-17 years</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.underAge0To17Count !=null?basicStatisticsReportData.underAge0To17Count:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>18 - 34 years</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.underAge18To34Count !=null?basicStatisticsReportData.underAge18To34Count:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>35 - 50 years</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.underAge35To50Count !=null?basicStatisticsReportData.underAge35To50Count:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>51 - 64 years</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.underAge51To64Count !=null?basicStatisticsReportData.underAge51To64Count:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>65+</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.age65MoreCount !=null?basicStatisticsReportData.age65MoreCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Total</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalAgeByRxRecipientCount!=null?basicStatisticsReportData.totalAgeByRxRecipientCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                </tbody>\n");
      out.write("                                                                            </table>\n");
      out.write("                                                                        </td>\n");
      out.write("                                                                        <td valign=\"top\">\n");
      out.write("                                                                            <table class=\"display\" class=\"display table\">\n");
      out.write("                                                                                <thead>\n");
      out.write("                                                                                    <tr class=\"row grid-header\">\n");
      out.write("                                                                                        <th>Patient Out of Pocket</th>\n");
      out.write("                                                                                        <th>%</th>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                </thead>\n");
      out.write("                                                                                <tbody>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Zero</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.ptOutofPocketCount !=null?basicStatisticsReportData.ptOutofPocketCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>$0.01 -$25</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.ptOutofPocket1To25Count !=null?basicStatisticsReportData.ptOutofPocket1To25Count:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>$26 - $75</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.ptOutofPocket26To75Count !=null?basicStatisticsReportData.ptOutofPocket26To75Count:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>$76 or more</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.ptOutofPocket76GreaterCount !=null?basicStatisticsReportData.ptOutofPocket76GreaterCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Total</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalPtOutOfPocketCount!=null?basicStatisticsReportData.totalPtOutOfPocketCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                </tbody>\n");
      out.write("                                                                            </table>\n");
      out.write("                                                                        </td>\n");
      out.write("                                                                        <td valign=\"top\">\n");
      out.write("                                                                            <table class=\"display\" class=\"display table\">\n");
      out.write("                                                                                <thead>\n");
      out.write("                                                                                    <tr class=\"row grid-header\">\n");
      out.write("                                                                                        <th>Rx Mix</th>\n");
      out.write("                                                                                        <th>%</th>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                </thead>\n");
      out.write("                                                                                <tbody>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Brand</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.brandCount !=null?basicStatisticsReportData.brandCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Generic</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.genericCount !=null?basicStatisticsReportData.genericCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Total</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalRxMixCount!=null?basicStatisticsReportData.totalRxMixCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                </tbody>\n");
      out.write("                                                                            </table>\n");
      out.write("                                                                        </td>\n");
      out.write("                                                                        <td valign=\"top\">\n");
      out.write("                                                                            <table class=\"display\" class=\"display table\">\n");
      out.write("                                                                                <thead>\n");
      out.write("                                                                                    <tr class=\"row grid-header\">\n");
      out.write("                                                                                        <th>Rx Fulfillment</th>\n");
      out.write("                                                                                        <th>%</th>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                </thead>\n");
      out.write("                                                                                <tbody>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>2nd Day</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.day2ndCount !=null?basicStatisticsReportData.day2ndCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Prem-Next Day</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.nextDayCount !=null?basicStatisticsReportData.nextDayCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Premium-Same Day</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.sameDayCount !=null?basicStatisticsReportData.sameDayCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Pick Up</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.pickUpCount !=null?basicStatisticsReportData.pickUpCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Total</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalRxFullfillmentCount !=null?basicStatisticsReportData.totalRxFullfillmentCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                </tbody>\n");
      out.write("                                                                            </table>\n");
      out.write("                                                                        </td>\n");
      out.write("                                                                        <td valign=\"top\">\n");
      out.write("                                                                            <table class=\"display\" class=\"display table\">\n");
      out.write("                                                                                <thead>\n");
      out.write("                                                                                    <tr class=\"row grid-header\">\n");
      out.write("                                                                                        <th>Insurance</th>\n");
      out.write("                                                                                        <th>%</th>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                </thead>\n");
      out.write("                                                                                <tbody>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Commercial</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.commercialInsuranceCount !=null?basicStatisticsReportData.commercialInsuranceCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Public</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.publicMedicareCount !=null?basicStatisticsReportData.publicMedicareCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Self pay</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.selfPayCount!=null?basicStatisticsReportData.selfPayCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                        <td>&nbsp;</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                    <tr class=\"row grid-row\">\n");
      out.write("                                                                                        <td>Total</td>\n");
      out.write("                                                                                        <td style=\"padding-left: 0px;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basicStatisticsReportData.totalInsuranceCount!=null?basicStatisticsReportData.totalInsuranceCount:'0'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                                                                    </tr>\n");
      out.write("                                                                                </tbody>\n");
      out.write("                                                                            </table>\n");
      out.write("                                                                        </td>\n");
      out.write("                                                                    </tr>\n");
      out.write("                                \n");
      out.write("                                                                </table>-->\n");
      out.write("                            </div>\n");
      out.write("                        </div>\n");
      out.write("                    </div>\n");
      out.write("                </div> <!-- /wrp -->\n");
      out.write("            </div> <!-- /content -->\n");
      out.write("        </div> <!-- /wrapper -->\n");
      out.write("        ");
      org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "./inc/footer.jsp", out, false);
      out.write("\n");
      out.write("        <script type=\"text/javascript\">\n");
      out.write("            $('#datetimepicker').datetimepicker({timepicker: false,\n");
      out.write("                format: 'm/d/Y',\n");
      out.write("                maxDate: 0,\n");
      out.write("                onChangeDateTime: function (dp, $input) {\n");
      out.write("                    jQuery('#datetimepicker').datetimepicker('hide');\n");
      out.write("                }\n");
      out.write("\n");
      out.write("            });\n");
      out.write("            $('#datetimepicker1').datetimepicker({timepicker: false,\n");
      out.write("                format: 'm/d/Y',\n");
      out.write("                onChangeDateTime: function (dp, $input) {\n");
      out.write("                    jQuery('#datetimepicker1').datetimepicker('hide');\n");
      out.write("                }\n");
      out.write("\n");
      out.write("            });\n");
      out.write("\n");
      out.write("            function exportReportData(format) {\n");
      out.write("                if (!validateField()) {\n");
      out.write("                    return;\n");
      out.write("                }\n");
      out.write("                window.open('");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("/report/export?fromDate=' + $(\"#datetimepicker\").val() + '&toDate=' + $(\"#datetimepicker1\").val() + '&format=' + format, \"_blank\");\n");
      out.write("            }\n");
      out.write("            function validateField() {\n");
      out.write("                var valid = true;\n");
      out.write("\n");
      out.write("                if ($(\"#datetimepicker\").val() == \"\") {\n");
      out.write("                    $(\"#fromDateReq\").text(\"Required\");\n");
      out.write("                    $(\"#fromDateReq\").show();\n");
      out.write("                    valid = false;\n");
      out.write("                }\n");
      out.write("                if ($(\"#datetimepicker1\").val() == \"\") {\n");
      out.write("                    $(\"#toDateReq\").text(\"Required\");\n");
      out.write("                    $(\"#toDateReq\").show();\n");
      out.write("                    valid = false;\n");
      out.write("                }\n");
      out.write("\n");
      out.write("                return valid;\n");
      out.write("            }\n");
      out.write("        </script>\n");
      out.write("    </body>\n");
      out.write("</html>\n");
    } catch (java.lang.Throwable t) {
      if (!(t instanceof javax.servlet.jsp.SkipPageException)){
        out = _jspx_out;
        if (out != null && out.getBufferSize() != 0)
          try {
            if (response.isCommitted()) {
              out.flush();
            } else {
              out.clearBuffer();
            }
          } catch (java.io.IOException e) {}
        if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
        else throw new ServletException(t);
      }
    } finally {
      _jspxFactory.releasePageContext(_jspx_page_context);
    }
  }

  private boolean _jspx_meth_form_005fform_005f0(javax.servlet.jsp.PageContext _jspx_page_context)
          throws java.lang.Throwable {
    javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
    javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
    //  form:form
    org.springframework.web.servlet.tags.form.FormTag _jspx_th_form_005fform_005f0 = (org.springframework.web.servlet.tags.form.FormTag) _005fjspx_005ftagPool_005fform_005fform_0026_005frole_005fonsubmit_005fmethod_005fcommandName_005faction.get(org.springframework.web.servlet.tags.form.FormTag.class);
    _jspx_th_form_005fform_005f0.setPageContext(_jspx_page_context);
    _jspx_th_form_005fform_005f0.setParent(null);
    // /pages/basicstatisticsreport.jsp(20,16) name = action type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_form_005fform_005f0.setAction((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}/report/view", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
    // /pages/basicstatisticsreport.jsp(20,16) name = commandName type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_form_005fform_005f0.setCommandName("baseDTO");
    // /pages/basicstatisticsreport.jsp(20,16) null
    _jspx_th_form_005fform_005f0.setDynamicAttribute(null, "role", "form");
    // /pages/basicstatisticsreport.jsp(20,16) name = method type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_form_005fform_005f0.setMethod("Post");
    // /pages/basicstatisticsreport.jsp(20,16) name = onsubmit type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_form_005fform_005f0.setOnsubmit("return validateField()");
    int[] _jspx_push_body_count_form_005fform_005f0 = new int[] { 0 };
    try {
      int _jspx_eval_form_005fform_005f0 = _jspx_th_form_005fform_005f0.doStartTag();
      if (_jspx_eval_form_005fform_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\n");
          out.write("                    <div class=\"col-sm-12 surveyreports-ipad\" style=\"padding-top: 15px;\">\n");
          out.write("                        <div class=\"form-group margin-ive\">\n");
          out.write("                            <div class=\"col-sm-8 col-xs-12 drp-ipad\" style=\"padding-left: 0px;padding-right: 0;\">\n");
          out.write("                                <span class=\"search-head\">Search Criteria:</span>\n");
          out.write("                                <div class=\"col-sm-2 col-xs-12 drp-ipad\" style=\"padding-left: 0px;padding-right: 0; margin-right: 15px;\">\n");
          out.write("\n");
          out.write("                                    <div class=\"input-group\" style=\"display: inline-block;\">\n");
          out.write("\n");
          out.write("                                        ");
          if (_jspx_meth_fmt_005fformatDate_005f0(_jspx_th_form_005fform_005f0, _jspx_page_context, _jspx_push_body_count_form_005fform_005f0))
            return true;
          out.write("\n");
          out.write("                                        <!--                                    <span class=\"input-group-addon\" id=\"basic-addon2\">From:<span style=\"color:red\">*</span></span>-->\n");
          out.write("                                        ");
          if (_jspx_meth_form_005finput_005f0(_jspx_th_form_005fform_005f0, _jspx_page_context, _jspx_push_body_count_form_005fform_005f0))
            return true;
          out.write("\n");
          out.write("                                    </div>\n");
          out.write("                                    <span id=\"fromDateReq\" class=\"errorMessage\"></span>\n");
          out.write("                                </div>\n");
          out.write("\n");
          out.write("                                <!--                            <div class=\"col-sm-2 col-xs-12 drp-ipad\">\n");
          out.write("                                \n");
          out.write("                                                                \n");
          out.write("                                                            </div>-->\n");
          out.write("                                <div class=\"col-sm-2 col-xs-12 drp-ipad\" style=\"padding-left: 0px;padding-right: 0; margin-right: 15px;\">\n");
          out.write("                                    <div class=\"input-group\">\n");
          out.write("                                        ");
          if (_jspx_meth_fmt_005fformatDate_005f1(_jspx_th_form_005fform_005f0, _jspx_page_context, _jspx_push_body_count_form_005fform_005f0))
            return true;
          out.write("\n");
          out.write("                                        <!--                                    <span class=\"input-group-addon\" id=\"basic-addon3\">To:<span style=\"color:red\">*</span></span>-->\n");
          out.write("                                        ");
          if (_jspx_meth_form_005finput_005f1(_jspx_th_form_005fform_005f0, _jspx_page_context, _jspx_push_body_count_form_005fform_005f0))
            return true;
          out.write("\n");
          out.write("                                    </div>\n");
          out.write("                                    <span id=\"toDateReq\" class=\"errorMessage\"></span>\n");
          out.write("\n");
          out.write("                                </div>\n");
          out.write("                                <div class=\"btn-group btn-dropright-ipad\">\n");
          out.write("                                    <button class=\"btndrop\" style=\"color: white; margin-top: 0; background-color: #2071b6;\">Search</button>\n");
          out.write("                                </div>\n");
          out.write("                                <div class=\"btn-group btn-drop-ipad\" >\n");
          out.write("                                    <a href=\"");
          out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
          out.write("/report/view\" class=\"btndrop\" style=\"color: white;background-color: #2071b6;\">Cancel</a>\n");
          out.write("                                </div>\n");
          out.write("                                <!--                                   <button class=\"btndrop\" style=\"color: white; margin-top: 0; background-color: #2071b6;\">Search</button>  -->\n");
          out.write("                            </div>\n");
          out.write("                            <!--                            <div class=\"col-sm-4 col-xs-12\" style=\"margin-top: -9px;\">\n");
          out.write("                                                            \n");
          out.write("                                                            \n");
          out.write("                                                        </div>-->\n");
          out.write("                        </div>\n");
          out.write("                        <br clear=\"all\">\n");
          out.write("                    </div>\n");
          out.write("                ");
          int evalDoAfterBody = _jspx_th_form_005fform_005f0.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_form_005fform_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
        return true;
      }
    } catch (java.lang.Throwable _jspx_exception) {
      while (_jspx_push_body_count_form_005fform_005f0[0]-- > 0)
        out = _jspx_page_context.popBody();
      _jspx_th_form_005fform_005f0.doCatch(_jspx_exception);
    } finally {
      _jspx_th_form_005fform_005f0.doFinally();
      _005fjspx_005ftagPool_005fform_005fform_0026_005frole_005fonsubmit_005fmethod_005fcommandName_005faction.reuse(_jspx_th_form_005fform_005f0);
    }
    return false;
  }

  private boolean _jspx_meth_fmt_005fformatDate_005f0(javax.servlet.jsp.tagext.JspTag _jspx_th_form_005fform_005f0, javax.servlet.jsp.PageContext _jspx_page_context, int[] _jspx_push_body_count_form_005fform_005f0)
          throws java.lang.Throwable {
    javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
    javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
    //  fmt:formatDate
    org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag _jspx_th_fmt_005fformatDate_005f0 = (org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag) _005fjspx_005ftagPool_005ffmt_005fformatDate_0026_005fvar_005fvalue_005fpattern_005fnobody.get(org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag.class);
    _jspx_th_fmt_005fformatDate_005f0.setPageContext(_jspx_page_context);
    _jspx_th_fmt_005fformatDate_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_form_005fform_005f0);
    // /pages/basicstatisticsreport.jsp(29,40) name = var type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_fmt_005fformatDate_005f0.setVar("fromDate");
    // /pages/basicstatisticsreport.jsp(29,40) name = pattern type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_fmt_005fformatDate_005f0.setPattern("MM/dd/yyyy");
    // /pages/basicstatisticsreport.jsp(29,40) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_fmt_005fformatDate_005f0.setValue((java.util.Date) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${baseDTO.fromDate}", java.util.Date.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
    int _jspx_eval_fmt_005fformatDate_005f0 = _jspx_th_fmt_005fformatDate_005f0.doStartTag();
    if (_jspx_th_fmt_005fformatDate_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
      _005fjspx_005ftagPool_005ffmt_005fformatDate_0026_005fvar_005fvalue_005fpattern_005fnobody.reuse(_jspx_th_fmt_005fformatDate_005f0);
      return true;
    }
    _005fjspx_005ftagPool_005ffmt_005fformatDate_0026_005fvar_005fvalue_005fpattern_005fnobody.reuse(_jspx_th_fmt_005fformatDate_005f0);
    return false;
  }

  private boolean _jspx_meth_form_005finput_005f0(javax.servlet.jsp.tagext.JspTag _jspx_th_form_005fform_005f0, javax.servlet.jsp.PageContext _jspx_page_context, int[] _jspx_push_body_count_form_005fform_005f0)
          throws java.lang.Throwable {
    javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
    javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
    //  form:input
    org.springframework.web.servlet.tags.form.InputTag _jspx_th_form_005finput_005f0 = (org.springframework.web.servlet.tags.form.InputTag) _005fjspx_005ftagPool_005fform_005finput_0026_005fvalue_005fplaceholder_005fpath_005fid_005fcssClass_005faria_002ddescribedby_005fnobody.get(org.springframework.web.servlet.tags.form.InputTag.class);
    _jspx_th_form_005finput_005f0.setPageContext(_jspx_page_context);
    _jspx_th_form_005finput_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_form_005fform_005f0);
    // /pages/basicstatisticsreport.jsp(31,40) name = id type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_form_005finput_005f0.setId("datetimepicker");
    // /pages/basicstatisticsreport.jsp(31,40) name = path type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_form_005finput_005f0.setPath("fromDate");
    // /pages/basicstatisticsreport.jsp(31,40) name = cssClass type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_form_005finput_005f0.setCssClass("form-control");
    // /pages/basicstatisticsreport.jsp(31,40) null
    _jspx_th_form_005finput_005f0.setDynamicAttribute(null, "value", (java.lang.Object) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${fromDate}", java.lang.Object.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
    // /pages/basicstatisticsreport.jsp(31,40) null
    _jspx_th_form_005finput_005f0.setDynamicAttribute(null, "aria-describedby", "basic-addon2");
    // /pages/basicstatisticsreport.jsp(31,40) null
    _jspx_th_form_005finput_005f0.setDynamicAttribute(null, "placeholder", "Start Date");
    int[] _jspx_push_body_count_form_005finput_005f0 = new int[] { 0 };
    try {
      int _jspx_eval_form_005finput_005f0 = _jspx_th_form_005finput_005f0.doStartTag();
      if (_jspx_th_form_005finput_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
        return true;
      }
    } catch (java.lang.Throwable _jspx_exception) {
      while (_jspx_push_body_count_form_005finput_005f0[0]-- > 0)
        out = _jspx_page_context.popBody();
      _jspx_th_form_005finput_005f0.doCatch(_jspx_exception);
    } finally {
      _jspx_th_form_005finput_005f0.doFinally();
      _005fjspx_005ftagPool_005fform_005finput_0026_005fvalue_005fplaceholder_005fpath_005fid_005fcssClass_005faria_002ddescribedby_005fnobody.reuse(_jspx_th_form_005finput_005f0);
    }
    return false;
  }

  private boolean _jspx_meth_fmt_005fformatDate_005f1(javax.servlet.jsp.tagext.JspTag _jspx_th_form_005fform_005f0, javax.servlet.jsp.PageContext _jspx_page_context, int[] _jspx_push_body_count_form_005fform_005f0)
          throws java.lang.Throwable {
    javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
    javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
    //  fmt:formatDate
    org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag _jspx_th_fmt_005fformatDate_005f1 = (org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag) _005fjspx_005ftagPool_005ffmt_005fformatDate_0026_005fvar_005fvalue_005fpattern_005fnobody.get(org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag.class);
    _jspx_th_fmt_005fformatDate_005f1.setPageContext(_jspx_page_context);
    _jspx_th_fmt_005fformatDate_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_form_005fform_005f0);
    // /pages/basicstatisticsreport.jsp(42,40) name = var type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_fmt_005fformatDate_005f1.setVar("toDate");
    // /pages/basicstatisticsreport.jsp(42,40) name = pattern type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_fmt_005fformatDate_005f1.setPattern("MM/dd/yyyy");
    // /pages/basicstatisticsreport.jsp(42,40) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_fmt_005fformatDate_005f1.setValue((java.util.Date) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${baseDTO.toDate}", java.util.Date.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
    int _jspx_eval_fmt_005fformatDate_005f1 = _jspx_th_fmt_005fformatDate_005f1.doStartTag();
    if (_jspx_th_fmt_005fformatDate_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
      _005fjspx_005ftagPool_005ffmt_005fformatDate_0026_005fvar_005fvalue_005fpattern_005fnobody.reuse(_jspx_th_fmt_005fformatDate_005f1);
      return true;
    }
    _005fjspx_005ftagPool_005ffmt_005fformatDate_0026_005fvar_005fvalue_005fpattern_005fnobody.reuse(_jspx_th_fmt_005fformatDate_005f1);
    return false;
  }

  private boolean _jspx_meth_form_005finput_005f1(javax.servlet.jsp.tagext.JspTag _jspx_th_form_005fform_005f0, javax.servlet.jsp.PageContext _jspx_page_context, int[] _jspx_push_body_count_form_005fform_005f0)
          throws java.lang.Throwable {
    javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
    javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
    //  form:input
    org.springframework.web.servlet.tags.form.InputTag _jspx_th_form_005finput_005f1 = (org.springframework.web.servlet.tags.form.InputTag) _005fjspx_005ftagPool_005fform_005finput_0026_005fvalue_005fplaceholder_005fpath_005fid_005fcssClass_005faria_002ddescribedby_005fnobody.get(org.springframework.web.servlet.tags.form.InputTag.class);
    _jspx_th_form_005finput_005f1.setPageContext(_jspx_page_context);
    _jspx_th_form_005finput_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_form_005fform_005f0);
    // /pages/basicstatisticsreport.jsp(44,40) name = id type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_form_005finput_005f1.setId("datetimepicker1");
    // /pages/basicstatisticsreport.jsp(44,40) name = path type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_form_005finput_005f1.setPath("toDate");
    // /pages/basicstatisticsreport.jsp(44,40) name = cssClass type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_form_005finput_005f1.setCssClass("form-control");
    // /pages/basicstatisticsreport.jsp(44,40) null
    _jspx_th_form_005finput_005f1.setDynamicAttribute(null, "value", (java.lang.Object) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${toDate}", java.lang.Object.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
    // /pages/basicstatisticsreport.jsp(44,40) null
    _jspx_th_form_005finput_005f1.setDynamicAttribute(null, "aria-describedby", "basic-addon3");
    // /pages/basicstatisticsreport.jsp(44,40) null
    _jspx_th_form_005finput_005f1.setDynamicAttribute(null, "placeholder", "End Date");
    int[] _jspx_push_body_count_form_005finput_005f1 = new int[] { 0 };
    try {
      int _jspx_eval_form_005finput_005f1 = _jspx_th_form_005finput_005f1.doStartTag();
      if (_jspx_th_form_005finput_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
        return true;
      }
    } catch (java.lang.Throwable _jspx_exception) {
      while (_jspx_push_body_count_form_005finput_005f1[0]-- > 0)
        out = _jspx_page_context.popBody();
      _jspx_th_form_005finput_005f1.doCatch(_jspx_exception);
    } finally {
      _jspx_th_form_005finput_005f1.doFinally();
      _005fjspx_005ftagPool_005fform_005finput_0026_005fvalue_005fplaceholder_005fpath_005fid_005fcssClass_005faria_002ddescribedby_005fnobody.reuse(_jspx_th_form_005finput_005f1);
    }
    return false;
  }
}
