4448. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:51:38 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.

4448.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:38 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 announce.jspf Fri Apr 21 20:03:30 2017 UTC

4448.2 Comparison summary

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

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

4448.4 Active regular expressions

No regular expressions were active.

4448.5 Comparison detail

        1   <%-- DEPRE CATED - us e announce .jsp inste ad --%> 
        2   <%-- 
        3           Do cument   :  Announce  Patient JS P - Broadc ast announ ce message s over to  the eHealt h Exchange  Adapter. 
        4           Au thor     :  Asha Amri traj
        5           Au thor     :  Irakli Ka kushadze
        6   --%>
        7   <%@page co ntentType= "text/html " pageEnco ding="UTF- 8"%>
        8   <%@page er rorPage="e rror.jsp"% >
        9   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c" %>
        10   <%@taglib  uri="http: //java.sun .com/jsp/j stl/functi ons" prefi x="fn"%>
        11   <%@taglib  uri="http: //java.sun .com/jsp/j stl/fmt" p refix="fmt "%>
        12   <%@taglib  tagdir="/W EB-INF/tag s/cpp" pre fix="cpp"% >
        13   <table>
        14       <tr>
        15           <t d>
        16                <p class ="detailTe xt">
        17                    The  <c:if test ="${hasBee nAnnounced }">Re-</c: if>Announc e Button a ction Broa dcasts thi s patient' s demograp hics to
        18                    ${or ganization Name} part icipants t o attempt  to create  correlatio ns and sub sequently  share info rmation wi th other
        19                    part icipating  partners a t which th e patient  is known.  <u>DoD pat ients are  announced  but are no t opted-in .</u>
        20                </p>
        21           </ td>
        22       </tr>
        23           <t r>
        24                <td>
        25                    <div  class="fo rm-contain er">
        26                         <form acti on="Patien tDetails.d o_sec" met hod="POST"  onsubmit= "return do Submit(thi s)">
        27                             <input  type="hid den" name= "icn" titl e="icn" va lue="${pat ientDemogr aphics.icn }" />
        28                             <input  type="hid den" name= "requestId " title="r equestId"  value="${r equestId}"  />
        29                             <field set>
        30                                 <l egend><c:i f test="${ hasBeenAnn ounced}">R e-</c:if>A nnounce</l egend>
        31                                 <d iv>
        32                                      Broadcas t this pat ient's dem ographics  to ${organ izationNam e} to crea te correla tions in t he VA's Ma ster Patie nt Index t o other  p roviders a t which th e patient  is known.
        33                                 </ div>
        34                                 <d iv align=" center">
        35                                      <input t itle="Anno unce patie nt to ${or ganization Name} part ners" clas s="button"  type="sub mit" name= "announce"  id="annou nceButton"  value="<c :if test=" ${hasBeenA nnounced}" >Re-</c:if >Announce"  />
        36                                 </ div>
        37                                 <c :if test=" ${not empt y  lastAnn ouncement} ">
        38                                      <div ali gn="center ">${lastAn nouncement } CT</div>
        39                                 </ c:if>
        40                             </fiel dset>
        41                         </form>
        42                    </di v>
        43                </td>
        44           </ tr>
        45   </table>