/*
 * Generated by the Jasper component of Apache Tomcat
 * Version: Apache Tomcat/8.0.32
 * Generated at: 2019-05-24 11:23:24 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.patientprofile;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;

public final class inAppNotificationMsgs_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;

  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 = null;
  }

  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() {
  }

  public void _jspDestroy() {
  }

  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;charset=UTF-8");
      pageContext = _jspxFactory.getPageContext(this, request, response,
      			null, true, 8192, true);
      _jspx_page_context = pageContext;
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write("\n");
      out.write("<!-- Modal Medication For Refill too Soon-->\n");
      out.write("<div id=\"medicationModalRefill\" class=\"medicationModal listModal healthModal formModal modal fade\" role=\"dialog\">\n");
      out.write("    <div class=\"modal-dialog\">\n");
      out.write("        <!-- Modal content-->\n");
      out.write("        <div class=\"modal-content\">\n");
      out.write("            <div class=\"modal-header\">\n");
      out.write("                <button type=\"button\" class=\"close\" data-dismiss=\"modal\" onclick=\"window.pharmacyNotification.closeInfoDivRefill()\">&times;</button>\n");
      out.write("                <h4 id=\"inAppInfoModal\" class=\"modal-title\"><label id=\"msg1Refill\" style=\"color:red\"></label> \n");
      out.write("                    <label id=\"msg2Refill\"></label></h4>\n");
      out.write("            </div>\n");
      out.write("            <div class=\"modal-body refill_medi\">\n");
      out.write("                <input type=\"hidden\" id=\"eventNameRefill\" />   \n");
      out.write("                <input type=\"hidden\" id=\"responseRefill\" /> \n");
      out.write("                <div id=\"inAppInfoRefill\" style=\"display:none\" align=\"left\"></div>\n");
      out.write("                <div id=\"medicationInfoDiv\">\n");
      out.write("                <div class=\"clearfix icmedicen\">\n");
      out.write("                    <label class=\"Medication\">\n");
      out.write("                        Medication:\n");
      out.write("                    </label>\n");
      out.write("                    <span id=\"medicationModalRefillDrug\" class=\"drug\">\n");
      out.write("                        ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.drug}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(".\n");
      out.write("                    </span>\n");
      out.write("                </div>\n");
      out.write("                <div class=\"clearfix icmedicen\" >\n");
      out.write("                    <label class=\"Medication\">\n");
      out.write("                        Quantity:\n");
      out.write("                    </label>\n");
      out.write("                    <span class=\"drug\" id=\"medicationModalRefillQty\">\n");
      out.write("                        ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.quantity}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("\n");
      out.write("                    </span>\n");
      out.write("                </div>\n");
      out.write("                \n");
      out.write("                <div class=\"refill_options\">\n");
      out.write("                <p class=\"clearfix\"><span>Next Refillable</span>\n");
      out.write("                    \n");
      out.write("                    <fmt:formatDate pattern=\"MM-dd-yyyy\" value=\"11/7/2016\" var=\"date\"/>\t\n");
      out.write("                    <input type=\"text\" value=\"11/07/2016\" class=\"fill_field\" /> </p>\n");
      out.write("                \n");
      out.write("                <p class=\"clearfix\"><span>MBR Cust SVC#</span><input type=\"text\" value=\"1-800-521-2227\" class=\"fill_field\" /></p>\n");
      out.write("                <p class=\"clearfix\"><span>Insurer</span><input type=\"text\" value=\"BCBS GA\" class=\"fill_field\" /></p>\n");
      out.write("                </div>\n");
      out.write("                </div>\n");
      out.write("                <!-------------------------------------------------------------------->\n");
      out.write("                <div style=\"text-align: left; position: relative; \">\n");
      out.write("                   \n");
      out.write("                </div>\n");
      out.write("                <div id=\"customMessageDivRefill\" >\n");
      out.write("                    <div id=\"textarea\" \n");
      out.write("                         contenteditable style=\"overflow:auto\">\n");
      out.write("                             <p><span style=\"font-weight: bold;\">MSG:<br></span>\n");
      out.write("                                 <span style=\"color: rgb(255, 0, 0);\">(CRITICAL)</span>:Insurance did not Approve Payment of your Rx Order - \"REFILL TOO SOON\"<br></p><p><span style=\"font-weight: bold;\">\n");
      out.write("                                     TRANSACTION DETAILS:</span></p><p>MEDICATION: <span style=\"font-weight: bold;\">\n");
      out.write("                                             <span style=\"color: rgb(57, 132, 198);\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.drugNameWithoutStrength}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(' ');
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.strength}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(' ');
      out.write(' ');
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.drugType}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</span></span></p>\n");
      out.write("                                             <p>QTY REQUESTED: <span style=\"color: rgb(57, 132, 198);\"><span style=\"font-weight: bold;\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.quantity}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</span></span></p>\n");
      out.write("                                             <p>NEXT REFILL DATE: 11/7/2016\n");
      out.write("                                                 <span style=\"color: rgb(57, 132, 198);\"><span style=\"font-weight: bold;\">\n");
      out.write("                                                <fmt:formatDate value='11/7/2016' pattern='mm/dd/yyyy'/></span>\n");
      out.write("                                                     \n");
      out.write("                                                 </span></p><p><span style=\"font-weight: bold;\">ACTION REQUIRED</span> (Three Options Available)\n");
      out.write("                                                     <span style=\"font-weight: bold;\">:<br></span>1) Wait until  11/7/2016, We will reschedule processing on the day Insurance allows refill.</p><p>2) Call you insurance provider. This denial may be resolved by you if you need a vacation supply.</p>\n");
      out.write("                    </div>\n");
      out.write("                </div>\n");
      out.write("                <!-------------------------------------------------------------------->\n");
      out.write("                <div class=\"col-lg-12\">\n");
      out.write("                    <hr style=\"border: 1px solid;\">\n");
      out.write("                </div>\n");
      out.write("                <div style=\"text-align: center; position: relative; bottom: 10px;\">\n");
      out.write("                  <!--\n");
      out.write("                    <input id=\"cancel_btnRefill\" type=\"submit\" class=\"btn back_btn\" value=\"Cancel\n");
      out.write("                          style=\"width: 97px; vertical-align: middle; height: 30px; padding-top: 4px;\">-->\n");
      out.write("                          <input id=\"saveMsgButtonRefill\" type=\"submit\" class=\"btn back_btn\" value=\"SEND\" \n");
      out.write("                     onclick=\"window.pharmacyNotification.sendInAppRefillTooSoonNotification(\n");
      out.write("                                    '',0,");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.orderId}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(',');
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.patientId}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(", 'Rx Order', '',\n");
      out.write("                                    '', '', '','eventNameRefill','responseRefill','inAppInfoRefill','textarea')\" \n");
      out.write("                                    style=\"width: 97px; vertical-align: middle; height: 30px; padding-top: 4px;\">&nbsp;\n");
      out.write("                    \n");
      out.write("                </div>\n");
      out.write("\n");
      out.write("            </div>\n");
      out.write("        </div>\n");
      out.write("\n");
      out.write("    </div>\n");
      out.write("</div>\n");
      out.write("<!--Modal Medication For Refill too soon-->\n");
      out.write("\n");
      out.write("<!-- Modal Medication -->\n");
      out.write("<div id=\"medicationModal\" class=\"medicationModal listModal healthModal formModal modal fade\" role=\"dialog\">\n");
      out.write("    <div class=\"modal-dialog\">\n");
      out.write("        <!-- Modal content-->\n");
      out.write("        <div class=\"modal-content\">\n");
      out.write("            <div class=\"modal-header\">\n");
      out.write("                <button type=\"button\" class=\"close\" data-dismiss=\"modal\" onclick=\"window.pharmacyNotification.closeInfoDiv()\">&times;</button>\n");
      out.write("                <h4 id=\"inAppInfoModal\" class=\"modal-title\"><label id=\"msg1\" style=\"color:red\"></label> <label id=\"msg2\"></label></h4>\n");
      out.write("            </div>\n");
      out.write("            <div class=\"modal-body\">\n");
      out.write("                <input type=\"hidden\" id=\"eventName\" />   \n");
      out.write("                <input type=\"hidden\" id=\"response\" /> \n");
      out.write("                <div id=\"inAppInfo\" style=\"display:none\" align=\"left\"></div>\n");
      out.write("                <div id=\"medicationInfoDiv\">\n");
      out.write("                <div class=\"clearfix\">\n");
      out.write("                    <div class=\"col-lg-12 Medication\">\n");
      out.write("                        <div class=\"col-sm-2 padd-zero\">\n");
      out.write("                            Medication:\n");
      out.write("                        </div>\n");
      out.write("                        <div class=\"col-sm-8 padding-left\" id=\"medicationModalDrug\">\n");
      out.write("                            ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.drug}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("\n");
      out.write("                        </div>\n");
      out.write("                        <div class=\"col-sm-1 padding-left Medication\">\n");
      out.write("                            Quantity:\n");
      out.write("                        </div>\n");
      out.write("                        <div class=\"col-sm-1 padding-left drug\" id=\"medicationModalQty\">\n");
      out.write("                            ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.quantity}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("\n");
      out.write("                        </div>\n");
      out.write("                         \n");
      out.write("                    </div>\n");
      out.write("<!--                    <div class=\"col-lg-12 drug\" >\n");
      out.write("                        \n");
      out.write("                    </div>-->\n");
      out.write("                </div>\n");
      out.write("                <div class=\"clearfix\">\n");
      out.write("<!--                    <div class=\"col-lg-12 \">\n");
      out.write("                        \n");
      out.write("                    </div>\n");
      out.write("                    <div class=\"col-lg-12 \" >\n");
      out.write("                        \n");
      out.write("                    </div>-->\n");
      out.write("<!--\n");
      out.write("                    <div class=\"col-lg-12\" style=\"color:red;display:none\" id=\"warnEditDiv\"> <strong>Note:</strong> Please don't edit the values within [] since these are placeholders\n");
      out.write("                     & will be replaced dynamically.</div>-->\n");
      out.write("                </div>\n");
      out.write("                </div>\n");
      out.write("                <!-------------------------------------------------------------------->\n");
      out.write("                <div style=\"text-align: left; position: relative; \">\n");
      out.write("                   \n");
      out.write("                </div>\n");
      out.write("                <div id=\"customMessageDiv\" style=\"height:400px;width:100%;overflow-y:scroll;\" contenteditable=\"true\">\n");
      out.write("                    <textarea id=\"customMessageId\" name=\"customMessageId\" class=\"messageBox\" \n");
      out.write("                     placeholder=\"Send Message to Patient\"></textarea>\n");
      out.write("                </div>\n");
      out.write("                <!-------------------------------------------------------------------->\n");
      out.write("                <div class=\"col-lg-12\">\n");
      out.write("                    <hr style=\"border: 1px solid;\">\n");
      out.write("                </div>\n");
      out.write("                <div style=\"text-align: center; position: relative; bottom: 15px;\">\n");
      out.write("                    <span id=\"responseMsg2\" style=\"padding-left: 140px;\"></span>\n");
      out.write("                     <span id=\"pdfFileReq2\" class=\"errorMessage\"></span>\n");
      out.write("                    <input id=\"saveMsgButton\" type=\"submit\" class=\"btn back_btn\" value=\"SEND\" onclick=\"window.pharmacyNotification.sendInAppNotification(\n");
      out.write("                                    '',0,");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.orderId}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(',');
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.patientId}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(", 'Rx Order', '',\n");
      out.write("                                    '', '', '','eventName','response','inAppInfo','customMessageDiv','isCritical')\" \n");
      out.write("                                    style=\"width: 97px; vertical-align: middle; height: 30px; padding-top: 4px;\">&nbsp;\n");
      out.write("                     <input type=\"buton\" class=\"btn back_btn\" value=\"Edit\" id=\"editMsgButton\"\n");
      out.write("                            style=\"display:none;width: 97px; vertical-align: middle; height: 30px; padding-top: 4px;\"\n");
      out.write("                           onclick=\"window.pharmacyNotification.showEditDrugDiv('customMessageDiv');\n");
      out.write("                                    window.pharmacyNotification.hideEditDrugDiv('editMsgButton');\n");
      out.write("                                    window.pharmacyNotification.hideEditDrugDiv('medicationInfoDiv');\n");
      out.write("                                    window.pharmacyNotification.setTextAreaValue('customMessageId','");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${patientProfile.firstName}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("'+' '+'");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${patientProfile.lastName}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("',\n");
      out.write("                                         '");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.drug}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write('\'');
      out.write(',');
      out.write('\'');
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.drugType}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write('\'');
      out.write(',');
      out.write('\'');
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.quantity}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("')\"/>\n");
      out.write("                    \n");
      out.write("                     <input id=\"drugPdffile2\" type=\"file\" style=\"display: none;\" \n");
      out.write("                            onchange=\"window.pharmacyNotification.displayFile('drugPdffile2', 'pdfFileReq2', 'pdfFileName2', 'pdf', this.value);\"/>\n");
      out.write("                     <input id=\"pdfFileName2\" type=\"hidden\" />\n");
      out.write("                     <input type=\"button\" class=\"btn back_btn\" value=\"Upload\" id=\"uploadButton2\"\n");
      out.write("                           style=\"width: 97px; vertical-align: middle; height: 30px; padding-top: 4px;display: none;\" \n");
      out.write("                           onclick=\"window.pharmacyNotification.uploadFile2('drugPdffile2');\" />\n");
      out.write("                     <span id=\"lbfileName\"></span>\n");
      out.write("<!--                     <p id=\"textColor\"style=\"color: black\"> <span id=\"lbfileName\"></span></p>-->\n");
      out.write("                </div>\n");
      out.write("\n");
      out.write("            </div>\n");
      out.write("        </div>\n");
      out.write("\n");
      out.write("    </div>\n");
      out.write("</div>\n");
      out.write("<!-- Modal Medication -->\n");
      out.write("<!-- Modal Medication For Processing-->\n");
      out.write("<!------------------------------------------------------------------>\n");
      out.write("<div id=\"medicationModal2\" class=\"medicationModal listModal healthModal formModal modal fade\"  role=\"dialog\">\n");
      out.write("    <div class=\"modal-dialog\">\n");
      out.write("        <!-- Modal content-->\n");
      out.write("        <div class=\"modal-content\">\n");
      out.write("            <div class=\"modal-header\">\n");
      out.write("                <button type=\"button\" class=\"close\" data-dismiss=\"modal\" \n");
      out.write("                        onclick=\"window.pharmacyNotification.closeInfoDiv2('eventNameProcessing','responseProcessing',\n");
      out.write("                            'inAppInfoProcessing')\">&times;</button>\n");
      out.write("                <h4 id=\"inAppInfoModal\" class=\"modal-title\"><label id=\"processMsg1\" style=\"color:red\"></label> <label id=\"processMsg2\"></label></h4>\n");
      out.write("            </div>\n");
      out.write("            <div class=\"modal-body\">\n");
      out.write("                <input type=\"hidden\" id=\"eventNameProcessing\" />   \n");
      out.write("                <input type=\"hidden\" id=\"responseProcessing\" /> \n");
      out.write("                <div id=\"inAppInfoProcessing\" style=\"display:none\" align=\"left\"></div>\n");
      out.write("                <div id=\"medicationInfoDiv2\">\n");
      out.write("                <div class=\"clearfix\">\n");
      out.write("                    <!---------------------------------------------------------->\n");
      out.write("                     <table width=\"100%\">\n");
      out.write("                                    <tr>\n");
      out.write("                                        <th width=\"50%\" align=\"left\" class=\"Medication\">Medication</th>\n");
      out.write("                                        <th width=\"25%\" class=\"Medication\">Type</th>\n");
      out.write("                                        <th width=\"25%\" align=\"center\" class=\"Medication\">Quantity</th>\n");
      out.write("                                     \n");
      out.write("                                    </tr>\n");
      out.write("                                    <tr>\n");
      out.write("                                        <td class=\"drug\" id=\"medicationModal2Drug\">\n");
      out.write("                                             ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.drug}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("\n");
      out.write("                                        </td>\n");
      out.write("                                        <td class=\"drug\" id=\"medicationModal2Type\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.drugType}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</td>\n");
      out.write("                                        <td align=\"center\" class=\"drug\" id=\"medicationModal2Qty\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.quantity}", 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("                    <!---------------------------------------------------------->\n");
      out.write("                </div>\n");
      out.write("                </div>\n");
      out.write("                <!-------------------------------------------------------------------->\n");
      out.write("                \n");
      out.write("                <div id=\"customMessageDiv2\" style=\"display:none\">\n");
      out.write("                    <textarea id=\"customMessageId2\" name=\"customMessageId\" class=\"messageBox\" \n");
      out.write("                     placeholder=\"Send Message to Patient\"></textarea>\n");
      out.write("                </div>\n");
      out.write("                <!-------------------------------------------------------------------->\n");
      out.write("                                        <!--\n");
      out.write("                <div class=\"clearfix\">\n");
      out.write("                     <div class=\"comments_section\">\n");
      out.write("                                    <div class=\"col-md-9 comment_area\">\n");
      out.write("                                        <textarea id=\"defMsg\"  class=\"form-control cust summernote textarea\"      /> \n");
      out.write("                                                  </textarea>\n");
      out.write("                                    </div>\n");
      out.write("                     </div>\n");
      out.write("                </div>-->\n");
      out.write("                <div class=\"col-lg-12\">\n");
      out.write("                    <hr style=\"border: 1px solid;\">\n");
      out.write("                </div>\n");
      out.write("                <div style=\"text-align: center; position: relative; bottom: 15px;\">\n");
      out.write("                    <input type=\"submit\" id=\"saveMsgButton2\" class=\"btn back_btn\" value=\"SEND\" onclick=\"window.pharmacyNotification.sendInAppProcessingNotification(\n");
      out.write("                                    '',0,");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.orderId}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(',');
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.patientId}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(", 'Rx Order', '',\n");
      out.write("                                    '', '', '','eventNameProcessing','responseProcessing',\n");
      out.write("                                    'inAppInfoProcessing','customMessageId2')\" \n");
      out.write("                                    style=\"width: 97px; vertical-align: middle; height: 30px; padding-top: 4px;\">\n");
      out.write("                    <input type=\"buton\" class=\"btn back_btn\" value=\"Edit\" id=\"editMsgButton2\"\n");
      out.write("                           onclick=\"window.pharmacyNotification.showEditDrugDiv('customMessageDiv2')\n");
      out.write("                                    window.pharmacyNotification.hideEditDrugDiv('editMsgButton2');\n");
      out.write("                                    window.pharmacyNotification.hideEditDrugDiv('medicationInfoDiv2')\n");
      out.write("                                    window.pharmacyNotification.setTextAreaValue('customMessageId2','");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${patientProfile.firstName}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("'+' '+'");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${patientProfile.lastName}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("',\n");
      out.write("                                         '");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.drug}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write('\'');
      out.write(',');
      out.write('\'');
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.drugType}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write('\'');
      out.write(',');
      out.write('\'');
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${order.quantity}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("');\"\n");
      out.write("                           style=\"width: 97px; vertical-align: middle; height: 30px; padding-top: 4px;\"/>\n");
      out.write("                </div>\n");
      out.write("                \n");
      out.write("                \n");
      out.write("                                    \n");
      out.write("                \n");
      out.write("                \n");
      out.write("\n");
      out.write("            </div>\n");
      out.write("        </div>\n");
      out.write("\n");
      out.write("    </div>\n");
      out.write("</div>\n");
      out.write("\n");
      out.write("\n");
      out.write("\n");
      out.write("\n");
      out.write("<!----------------------------------------------------------------->\n");
      out.write("\n");
      out.write("<div id=\"medicationModalGeneric\" class=\"newmedimodel modal fade\"  role=\"dialog\">\n");
      out.write("    <div class=\"modal-dialog\">\n");
      out.write("        <!-- Modal content-->\n");
      out.write("        <div class=\"modal-content\">\n");
      out.write("            <div class=\"modal-header\">\n");
      out.write("            <h2>My Alerts</h2>\n");
      out.write("                <button type=\"button\" class=\"close\" data-dismiss=\"modal\" onclick=\"window.pharmacyNotification.closeInfoDiv2('eventNameProcessing','responseProcessing',\n");
      out.write("                            'inAppInfoProcessing')\">&times;</button>\n");
      out.write("             <h3>Awaiting Reply</h3>\n");
      out.write("            </div>\n");
      out.write("            <div class=\"modal-body\">\n");
      out.write("            <div class=\"col-xs-3 blue_bg\"><a href=\"#\" class=\"prv_a\">Previous</a></div>\n");
      out.write("            <div class=\"col-xs-6 new_msge\">New Message 2 of 4</div>\n");
      out.write("            <div class=\"col-xs-3 blue_bg\"><a href=\"#\" class=\"next_a\">Previous</a></div>\n");
      out.write("      <div class=\"body_contentt clearfix\">\n");
      out.write("      <h4>Subject: <span>RECEIVED (4:16pm 01/13/2015)</span></h4>\n");
      out.write("      <p>YOUR Rx REQUEST IS AWAITING REPLY FROM<br />\n");
      out.write("DOCTOR OR PREVIOUS PHARMACY</p>\n");
      out.write("\n");
      out.write("<h4>TRANSACTION DETAILS: </h4>\n");
      out.write("<h5>SERVICE REQUESTED: <span>TRANSFER RX via APP</span> </h5>\n");
      out.write("<h5>REQUEST MADE: <small>3:16pm 01/13/2016)</small></h5>\n");
      out.write("<h5>MEDICATION: <span>PROPRANOLOL 20MG TABS</span></h5>\n");
      out.write("<h5>PAYMENT CARD CHARGED: <span>$22.97</span></h5>\n");
      out.write("<h5>ADDITIONAL PAYMENT REQUIRED: <span>N0</span></h5>\n");
      out.write("\n");
      out.write("<div class=\"pharmacy_commets\">\n");
      out.write("<h6>PHARMACY COMMENTS: <span>(350 characters)</span></h6>\n");
      out.write("<p>WE ARE ATTEMPTING TO SECURE THE AUTHORIZATION TO REFILL\n");
      out.write("YOUR PRESCRIPTION.<br />\n");
      out.write("UP TO THIS MOMENT NO REPLY BACK TO US .<br />\n");
      out.write("IF YOU HAPPEN TO BE IN TOUCH WITH EITHER– YOU MAY\n");
      out.write("REQUEST THEY CALL ME DIRECTLY -- KEN AT 817-905-2855</p>\n");
      out.write("\n");
      out.write("\n");
      out.write("<ul>\n");
      out.write("<li>INSURANCE COPAY: <span>$ 17.50</span></li>\n");
      out.write("<li>INSURANCE COPAY: <span>$ 17.50</span></li>\n");
      out.write("<li>COMPLIANCE REWARD PTs APPLIED : 396<span> - $ 11.88</span></li>\n");
      out.write("<li>2ND DAY HANDING CHARGE: <span>$ 2.75</span></li>\n");
      out.write("<li>DELIVERY METHOD: <li>1-2 days</li></li>\n");
      out.write("<li><span>TOTAL $ 8.37</span></li>\n");
      out.write("\n");
      out.write("</ul>\n");
      out.write("</div>\n");
      out.write("<a href=\"#\" class=\"ctr_btn btn\">AUTHORIZE PAYMENT</a>\n");
      out.write("<div class=\"action_comment\"><h4>ACTION: </h4>\n");
      out.write("<p>You CAN CONTINUE TO WAIT FOR THEIR REPLY\n");
      out.write("or CANCEL YOUR TRANSFER REQUEST . </p>\n");
      out.write("<a href=\"#\" class=\"ctr_btn btn\">Cancel Transfer Request</a>\n");
      out.write("\n");
      out.write("<h4>QUESTION FOR PHARMACY : <span>(225 CHARACTERS)</span></h4>\n");
      out.write("<textarea class=\"form-control\"></textarea>\n");
      out.write("<input type=\"submit\" name=\"send\" value=\"SEND A QUESTION\" class=\"btn qsent\" />\n");
      out.write("</div>\n");
      out.write("<a href=\"#\" class=\"btn markvbtn\">MARK READ / VIEW NEXT MSG</a>\n");
      out.write("\n");
      out.write("      </div>\n");
      out.write("            </div>\n");
      out.write("        </div>\n");
      out.write("\n");
      out.write("    </div>\n");
      out.write("</div>\n");
      out.write("<input type=\"hidden\" id=\"delOption\" value=\"0\"/>\n");
      out.write("<input type=\"hidden\" id=\"autodelOption\" value=\"0\"/>\n");
      out.write("<!-- Modal Medication For Processing-->\n");
      out.write("\n");
      out.write("<!--<script language=\"JavaScript\">\n");
      out.write("     var fileName= $('#drugPdffile2').val().split('\\\\').pop();\n");
      out.write("               document.write(fileName);\n");
      out.write("</script>-->\n");
      out.write("\n");
      out.write("    \n");
      out.write("<style>\n");
      out.write("    .modal-body{\n");
      out.write("        padding-bottom: 2px !important;\n");
      out.write("    }\n");
      out.write("    .medicationModal.modal .modal-dialog,.medicationModal.modal .modal-content{\n");
      out.write("        width:400px;\n");
      out.write("        \n");
      out.write("    }\n");
      out.write("    \n");
      out.write("    \n");
      out.write("    .medicationModal  ul{\n");
      out.write("        margin:0;\n");
      out.write("        padding:0;\n");
      out.write("    }\n");
      out.write("    .medicationModal li{\n");
      out.write("        display:block;\n");
      out.write("        width:100%;\n");
      out.write("        margin:0;\n");
      out.write("    }\n");
      out.write("    .medicationModal li:not(:first-child){\n");
      out.write("        margin-top:10px;\n");
      out.write("    }\n");
      out.write("\n");
      out.write("    .drug{\n");
      out.write("        color:#2170b3;\n");
      out.write("    }\n");
      out.write("    .Medication{\n");
      out.write("        color:#666666;\n");
      out.write("        margin-top:2px;\n");
      out.write("    }\n");
      out.write("    \n");
      out.write("    #textarea {\n");
      out.write("    -moz-appearance: textfield-multiline;\n");
      out.write("    -webkit-appearance: textarea;\n");
      out.write("    border: 1px solid gray;\n");
      out.write("    font: medium -moz-fixed;\n");
      out.write("    font: -webkit-small-control;\n");
      out.write("    height: 28px;\n");
      out.write("    overflow: auto;\n");
      out.write("    padding: 2px;\n");
      out.write("    resize: both;\n");
      out.write("    width: 390px; \n");
      out.write("    height: 300px;\n");
      out.write("  }\n");
      out.write("</style>");
    } 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);
    }
  }
}
