4457. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:51:39 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

4457.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:39 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-web\src\main\webapp\WEB-INF\web batchManagerResults.jsp Fri Apr 21 20:15:58 2017 UTC

4457.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 108
Removed 0 0

4457.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

4457.4 Active regular expressions

No regular expressions were active.

4457.5 Comparison detail

        1   <%--
        2       Docume nt   : Pat ient Disco very Repor t
        3       Create d By : Dav id Vasquez  / Robert  Snelling
        4       Modifi ed By: Ash a Amritraj
        5   --%>
        6  
        7   <%@taglib  tagdir="/W EB-INF/tag s/formatti ng" prefix ="f" %>
        8   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c" %>
        9   <%@taglib  uri="http: //java.sun .com/jsp/j stl/fmt" p refix="fmt "%>
        10   <%@taglib  uri="http: //java.sun .com/jsp/j stl/functi ons" prefi x="fn"%>
        11   <%@taglib  tagdir="/W EB-INF/tag s/paginato r" prefix= "pg"%>
        12   <%@taglib  tagdir="/W EB-INF/tag s/cpp" pre fix="cpp"% >
        13  
        14   <f:mainTem plate head erText="Ba tch Announ cements Se arch Resul ts">
        15       <scrip t type="te xt/javascr ipt">
        16           fu nction che ckAll()
        17           {
        18                var mast er = docum ent.getEle mentsByNam e("master" );
        19                var batc hIds = doc ument.getE lementsByN ame("batch Id");
        20  
        21                if (mast er[0].chec ked == tru e)
        22                {
        23                    for  (var i = 0 ; i < batc hIds.lengt h; i++)
        24                    {
        25                         batchIds[i ].checked  = true;
        26                    }
        27                } else
        28                {
        29                    for  (var i = 0 ; i < batc hIds.lengt h; i++)
        30                    {
        31                         batchIds[i ].checked  = false;
        32                    }
        33                }
        34           }
        35       </scri pt>
        36       <cpp:e rrors />
        37       <div>
        38           <t able class ="ver-mini malist">
        39                <tbody>
        40                    <tr>
        41                         <td>Start  Date</td>
        42                         <td>
        43                             <c:cho ose>
        44                                 <c :when test ="${!empty  batchMana gerQuerySt artDate}">
        45                                      <fmt:for matDate pa ttern="MM/ dd/yyyy" v alue="${ba tchManager QueryStart Date}" />
        46                                 </ c:when>
        47                                 <c :otherwise >
        48                                      N/A
        49                                 </ c:otherwis e>
        50                             </c:ch oose>
        51                         </td>
        52                         <td>End Da te</td>
        53                         <td>
        54                             <c:cho ose>
        55                                 <c :when test ="${!empty  batchMana gerQueryEn dDate}">
        56                                      <fmt:for matDate pa ttern="MM/ dd/yyyy" v alue="${ba tchManager QueryEndDa te}" />
        57                                 </ c:when>
        58                                 <c :otherwise >
        59                                      N/A
        60                                 </ c:otherwis e>
        61                             </c:ch oose>
        62                         </td>
        63                    </tr >
        64                </tbody>
        65           </ table>
        66           <c :choose>
        67                <c:when  test="${!e mpty batch ManagerRes ults}">
        68                    <br  />
        69                    <pg: paginator  paginator= "${paginat or}" uri=" BatchManag erResults. do_sec" re sults="${b atchManage rResults}"  />
        70                    <for m name="ma nageBatchS electForm"  id="manag eBatchSele ctForm" ac tion="Batc hManagerRe sults.do_s ec" method ="POST" on submit="re turn doSub mit(this)" >
        71                         <table cla ss="hor-mi nimalist-b ">
        72                             <thead >
        73                                 <t r>
        74                                      <th scop e="col"><i nput type= "checkbox"  name="mas ter" onCli ck="checkA ll();" tit le="checkb ox that al lows to Ch eck all"/> </th>
        75                                      <th scop e="col">Or ganization  Name</th>
        76                                      <th scop e="col">Da te Created  (CT)</th>
        77                                      <th scop e="col">Sc heduled</t h>
        78                                      <th scop e="col">Co mpleted</t h>
        79                                      <th scop e="col">Ba tch Size</ th>
        80                                 </ tr>
        81                             </thea d>
        82                             <tbody >
        83                                 <p g:forEach  var="r" it ems="${bat chManagerR esults}" v arStatus=" i" paginat or="${pagi nator}">
        84                                      <tr>
        85                                          <td> <input typ e="checkbo x" name="b atchId" va lue="<c:ou t value="$ {r.batchId }" />" tit le="Check  to choose  Organizati ons" /></t d>
        86                                          <td> <c:out val ue="${r.ta rgetOrgani zationName }" /></td>
        87                                          <td> <fmt:forma tDate patt ern="MM/dd /yyyy hh:m m a" value ="${r.crea tedDate}"  /></td>
        88                                          <td> <c:out val ue="${r.nu mberSchedu led}" /></ td>
        89                                          <td> <c:out val ue="${r.nu mberComple ted}" /></ td>
        90                                          <td> <c:out val ue="${r.ba tchSize}"  /></td>
        91                                      </tr>
        92                                 </ pg:forEach >
        93                             </tbod y>
        94                         </table>
        95                         <div align ="center"  class="pad -bottom-20 ">
        96                             <input  title="De lete" clas s="button"  type="sub mit" value ="Delete"  name="dele te" />&nbs p;
        97                             <input  title="Re fresh" typ e="button"  value="Re fresh" onC lick="wind ow.locatio n.reload() " />
        98                         </div>
        99                    </fo rm>
        100  
        101                    <pg: paginator  paginator= "${paginat or}" uri=" BatchManag erResults. do_sec" re sults="${b atchManage rResults}"  />
        102                </c:when >
        103                <c:other wise>
        104                    No r ecords wer e found.
        105                </c:othe rwise>
        106           </ c:choose>
        107       </div>
        108   </f:mainTe mplate>