4453. 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.

4453.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 batchAnnounceDetail.jsp Fri Apr 21 20:03:30 2017 UTC

4453.2 Comparison summary

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

4453.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

4453.4 Active regular expressions

No regular expressions were active.

4453.5 Comparison detail

        1   <%-- 
        2       Docume nt   : bat chAnnounce Detail
        3       Create d on : Nov  21, 2016,  2:59:51 P M
        4       Author      : Joh ann Sonnen berg
        5   --%>
        6  
        7   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c" %>
        8   <%@taglib  uri="http: //java.sun .com/jsp/j stl/fmt" p refix="fmt "%>
        9   <script la nguage="Ja vaScript">
        10       $(docu ment).read y(function  () {
        11           // initial da ta table s etup and c all for th e first re cordset
        12           $. fn.dataTab le.ext.err Mode = 'no ne';
        13  
        14           se tProcessin gForDataTa ble('tblBa tchAnnounc eDetailRep ort');
        15           
        16           va r reportDe tailTable  = $('#tblB atchAnnoun ceDetailRe port').Dat aTable({
        17                destroy:  true,
        18                searchin g: false,
        19                processi ng: true,
        20                serverSi de: true,
        21                dom: 'li ptipr',
        22                columnDe fs: [
        23                    { 
        24                         "orderable ": false, 
        25                         "targets":  [ 0, 1, 2 , 3 ]
        26                    }
        27                ],
        28                ajax: "B atchManage rQuery.do_ sec?getDet ail=true&b atchId=<c: out value= "${batchId }" />&orgI d=<c:out v alue="${or gId}" />",  
        29                language : {
        30                    empt yTable: "N o records  found",
        31                    load ingRecords : ""
        32                },
        33                lengthMe nu: [ 10,  25, 50, 10 0, 250, 50 0 ],
        34                pageLeng th: 25
        35           }) ;
        36           
        37           re portDetail Table.on(' draw', fun ction () {
        38                addAriaT oDataTable ('tblBatch AnnounceDe tailReport ', reportD etailTable );
        39           }) ;
        40       });
        41   </script>
        42   <div class ="pad-bott om-10">
        43       Announ cement Dat e: <fmt:fo rmatDate p attern="MM /dd/yyyy h h:mm:ss a"  value="${ announcedD ate}" /> < br />
        44       Announ ced To: <c :out value ="${announ cedToOrg}"  />
        45   </div>
        46   <div id="d ivDetailRe portConten t">
        47       <table  id="tblBa tchAnnounc eDetailRep ort" class ="display"  width="10 0%" cellsp acing="0"  role="pres entation">
        48           <t head>
        49                <tr role ="row">
        50                    <th  role="colu mnheader"> Patient IE N</th>
        51                    <th  role="colu mnheader"> SSN</th>
        52                    <th  role="colu mnheader"> Last Name< /th>
        53                    <th  role="colu mnheader"> First Name </th>
        54                </tr>
        55           </ thead>
        56       </tabl e>
        57   </div>