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

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

4447.2 Comparison summary

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

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

4447.4 Active regular expressions

No regular expressions were active.

4447.5 Comparison detail

        1   <%-- 
        2           Do cument   :  Announce  Patient JS P - Broadc ast announ ce message s over to  the eHealt h Exchange  Adapter. 
        3           Au thor     :  Asha Amri traj
        4           Au thor     :  Irakli Ka kushadze
        5   --%>
        6   <%@page co ntentType= "text/html " pageEnco ding="UTF- 8"%>
        7   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c" %>
        8   <%@taglib  uri="http: //java.sun .com/jsp/j stl/functi ons" prefi x="fn"%>
        9   <%@taglib  uri="http: //java.sun .com/jsp/j stl/fmt" p refix="fmt "%>
        10   <%@taglib  tagdir="/W EB-INF/tag s/cpp" pre fix="cpp"% >
        11  
        12   <table>
        13       <tr>
        14           <t d>
        15                <p class ="detailTe xt">
        16                    The  <c:if test ="${hasBee nAnnounced }">Re-</c: if>Announc e Button a ction Broa dcasts thi s patient' s demograp hics to
        17                    <c:o ut value=" ${organiza tionName}"  /> partic ipants to  attempt to  create co rrelations  and subse quently sh are inform ation with  other
        18                    part icipating  partners a t which th e patient  is known.  <u>DoD pat ients are  announced  but are no t opted-in .</u>
        19                </p>
        20           </ td>
        21       </tr>
        22       <tr>
        23           <t d>
        24                <div cla ss="form-c ontainer">
        25                    <for m action=" PatientDet ails.do_se c" method= "POST" ons ubmit="ret urn doSubm it(this)">
        26                         <input typ e="hidden"  name="icn " title="i cn" value= "<c:out va lue="${pat ientDemogr aphics.icn }" />" />  <input typ e="hidden"  name="req uestId" ti tle="reque stId" valu e="<c:out  value="${r equestId}"  />" />
        27                         <fieldset>
        28                             <legen d><c:if te st="${hasB eenAnnounc ed}">Re-</ c:if>Annou nce</legen d>
        29                             <div>
        30                                 Br oadcast th is patient 's demogra phics to < c:out valu e="${organ izationNam e}" /> 
        31                                 to  create co rrelations  in the VA 's Master  Patient In dex to oth er 
        32                                 pr oviders at  which the  patient i s known.
        33                             </div>
        34                             <div a lign="cent er">                                                
        35                                 <i nput title ="Announce  patient t o <c:out v alue="${or ganization Name}" />  partners"  class="but ton" type= "submit" n ame="annou nce" id="a nnounceBut ton" value ="<c:if te st="${hasB eenAnnounc ed}">Re-</ c:if>Annou nce" />
        36                             </div>
        37                             <c:if  test="${no t empty  l astAnnounc ement}">
        38                                 <d iv align=" center"><c :out value ="${lastAn nouncement }" /> CT</ div>
        39                             </c:if >
        40                         </fieldset >
        41                    </fo rm>
        42                </div>
        43           </ td>
        44       </tr>
        45   </table>