4519. EPMO Open Source Coordination Office Redaction File Detail Report

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

4519.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:45 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 patientDetails-C32.jsp Fri Apr 21 20:15:58 2017 UTC

4519.2 Comparison summary

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

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

4519.4 Active regular expressions

No regular expressions were active.

4519.5 Comparison detail

        1   <%--
        2       Docume nt   : Pat ient View  C32 View
        3       Create d By : Dav id Vasquez  / Robert  Snelling
        4       Modifi ed By: Ash a Amritraj
        5   --%>
        6  
        7   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c" %>
        8   <%@taglib  tagdir="/W EB-INF/tag s/cpp" pre fix="cpp"% >
        9   <%@taglib  tagdir="/W EB-INF/tag s/formatti ng" prefix ="f" %>
        10  
        11   <f:mainTem plate head erText="Pa tient Heal th Summary ">
        12       <link  rel="style sheet" typ e="text/cs s" href="c ss/xmlverb atim.css"  />
        13       <link  rel="style sheet" typ e="text/cs s" href="c ss/cda.css " />
        14       <link  rel="style sheet" typ e="text/cs s" href="c ss/adapter .css" />
        15       <link  rel="style sheet" typ e="text/cs s" href="c ss/custom_ cda.css" / >
        16  
        17       <div>
        18           <d iv id="sli detabsmenu " class="p ull-left">
        19                <ul>
        20                    <li>
        21                         <a href="P atientDeta ils.do_sec " title="P atient Sum mary"><spa n>Patient  Summary</s pan></a>
        22                    </li >
        23                    <li  id="curren t">
        24                         <a href="P atientDeta ils.do_sec ?view=true " title="V iew Health  Summary ( C32)"><spa n>Health S ummary (C3 2)</span>  </a>
        25                    </li >
        26                </ul>
        27           </ div>
        28           <d iv class=" pull-right ">
        29                <a style ="float: r ight;backg round-colo r: white;"  title="Ba ck to Pati ent Detail s Page" on click="his tory.go(-1 )">Back to  Patient D etails Pag e</a>
        30           </ div>
        31           <d iv class=" clearfix"> </div>
        32       </div>
        33       <div>
        34           <c pp:userInR ole role=" VAPApplica tionTester ">
        35                <c:if te st="${isXm lViewEnabl ed}">
        36                    <a t itle="View  Document"  href="Pat ientDetail s.do_sec?v iew=true"> <img src=" res/xsl.jp g" alt="Vi ew Documen t" border= "0" /></a>
        37                    <a t itle="View  XML" href ="PatientD etails.do_ sec?view=t rue&styleS heetViewTy pe=xml"><i mg src="re s/xmlicon. gif" alt=" View XML"  border="0"  /></a>
        38                </c:if>
        39           </ cpp:userIn Role>
        40           <a  title="Pr int Docume nt" href=" javascript :window.pr int()" cla ss="font-2 8"><i clas s="fa fa-p rint" aria -hidden="t rue"></i>< /a>
        41       </div>
        42       <div>
        43           <! -- documen t goes her e -->
        44           <c :out value ="${update dDocument} " escapeXm l="false"/ >
        45       </div>
        46   </f:mainTe mplate>