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

4522.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 patientDiscoveryReportPatientSearchResults.jsp Fri Apr 21 20:15:58 2017 UTC

4522.2 Comparison summary

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

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

4522.4 Active regular expressions

No regular expressions were active.

4522.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  
        8   <%@page im port="gov. va.nvap.we b.user.Use rHelper"%>
        9   <%@page co ntentType= "text/html " pageEnco ding="UTF- 8"%>
        10   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c"  %>
        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  
        14   <%
        15       String  userName  = UserHelp er.getUser Name(reque st);
        16   %>
        17  
        18   <!DOCTYPE  HTML PUBLI C "-//W3C/ /DTD HTML  4.01 Trans itional//E N"
        19       "http: //www.w3.o rg/TR/html 4/loose.dt d">
        20  
        21   <html lang ="en">
        22           <h ead>
        23           <t itle>Veter ans Author ization &  Preference s Patient  Search Res ults</titl e>
        24           <% @include f ile="metaC ommon.jsp"  %>
        25           </ head>
        26   <body>
        27   <jsp:inclu de page="h eader.jsp" >
        28       <jsp:p aram name= "userName"  value="<% =userName% >" />
        29   </jsp:incl ude>
        30   <table bor der="0" ce llpadding= "0" cellsp acing="0"  width="100 %" summary ="table is  used for  layout pur poses" id= "main-cont ent-table" >
        31           <t body>
        32           <t r>
        33                             <jsp:i nclude pag e="leftMen u.jsp">
        34                    <jsp :param nam e="userNam e" value=" <%=userNam e%>" />
        35                </jsp:in clude>
        36                <td id=" content-va ">
        37                    <a n ame="conte nt-area">< /a>
        38                    <!--  START: SI TE NAME BA R -->
        39                    <p c lass="titl e-bar"><!- - START: S ITE NAME - ->Patient  Search Res ults<!-- E ND: SITE N AME --></p >
        40                    <cpp :errors />
        41                    <!--  END: SITE  NAME BAR  -->
        42                    <tab le border= "0" cellpa dding="0"  cellspacin g="0" widt h="100%" s ummary="ta ble is use d for layo ut purpose s">
        43                         <tbody>
        44                             <tr>
        45                                 <t d id="cont ent-main">
        46                                    <table SUM MARY="This  table is  for format ting purpo ses only." >
        47                                    <tbody>
        48                                     <c:choose >
        49                                             < c:when tes t="${!empt y patients }">
        50                                               <tr>
        51                                                 <td clas s="content -page-cont ent-title"  width="10 0%"><font  class="con tent-page- title-font ">The sear ch for pat ient retur ned multip le results . Please s elect a pa tient from  the resul ts.</font> </td>
        52                                               </tr>
        53                                               </c:when>
        54                                               <c:otherwi se>
        55                                               <tr>
        56                                                 <td clas s="content -page-cont ent-title"  width="10 0%"><font  class="con tent-page- title-font ">The sear ch for pat ient retur ned no res ults.</fon t></td>
        57                                               </tr>
        58                                               </c:otherw ise>
        59                                     </c:choos e>
        60                                      <tr>
        61                                          <td>
        62                                               <!-- START : PAGE TIT LE AREA -- >
        63                                               <!-- END:  PAGE TITLE  AREA -->
        64                                               <div class ="form-con tainer">
        65                                                   <c:cho ose>
        66                                                       <c :when test ="${!empty  patients} ">
        67                                                            <form ac tion="Pati entDiscove ryReportPa tientSearc hResults.d o_sec" met hod="POST"
        68                                                                onsu bmit="retu rn doSubmi t(this)">
        69                                                                <fie ldset>
        70                                                                     <legend>Pa tient Sear ch Results </legend>
        71                                                                     <table cla ss="ver-mi nimalist">
        72                                                                         <thead >
        73                                                                             <t r>
        74                                                                                  <th scop e="col">Se lect Patie nt</th>
        75                                                                                  <th scop e="col">La st Name</t h>
        76                                                                                  <th scop e="col">Fi rst Name</ th>
        77                                                                                  <th scop e="col">Mi ddle Name< /th>
        78                                                                                  <th scop e="col">SS N</th>
        79                                                                                  <th scop e="col">Da te of Birt h</th>
        80                                                                                  <th scop e="col">Ge nder</th>
        81                                                                             </ tr>
        82                                                                         </thea d>
        83                                                                         <tbody >
        84                                                                             <c :choose>
        85                                                                                  <c:when  test="${i. index % 2  == 0}">
        86                                                                                      <c:s et var="cl assName" v alue="even " />
        87                                                                                  </c:when >
        88                                                                                  <c:other wise>
        89                                                                                      <c:s et var="cl assName" v alue="odd"  />
        90                                                                                  </c:othe rwise>
        91                                                                             </ c:choose>
        92                                                                             <c :forEach v ar="r" ite ms="${pati ents}" var Status="i" >
        93                                                                                  <tr clas s="<c:out  value="${c lassName}" />">
        94                                                                                      <td> <input alt ="Choose t o select p atient" na me="icn" v alue="${r. icn}" type ="radio" / >
        95                                                                                      </td >
        96                                                                                      <td> <c:out val ue="${r.la stName}"/> </td>
        97                                                                                      <td> <c:out val ue="${r.fi rstName}"/ ></td>
        98                                                                                      <td> <c:out val ue="${r.mi ddleInitia l}"/></td>
        99                                                                                      <td> <c:out val ue="${r.ss nMasked}"/ ></td>
        100                                                                                      <td> <fmt:forma tDate patt ern="MM/dd /yyyy" val ue="${r.do b}" />
        101                                                                                      </td >
        102                                                                                      <td> <c:out val ue="${r.ge nder}"/></ td>
        103                                                                                  </tr>
        104                                                                             </ c:forEach>
        105                                                                         </tbod y>
        106                                                                     </table>
        107                                                                </fi eldset>
        108                                                                <div  class="bu ttonrow">
        109                                                                     <input nam e="select"  alt="View  Details"  class="but ton" type= "submit"
        110                                                                         value= "View Deta ils" />
        111                                                                </di v>
        112                                                            </form>
        113                                                       </ c:when>
        114                                                       <c :otherwise >
        115                                                            <p>No pa tients wer e found.</ p>
        116                                                       </ c:otherwis e>
        117                                                   </c:ch oose>
        118                                               </div>
        119                                          </td >
        120                                      </tr>
        121                                 </ tbody>
        122                                 </ table>
        123                                 <! -- START:  PAGE CONTE NT -->
        124                                 <! -- THE BOD Y CONTENT  END -->
        125                                 </ td>
        126                             </tr>
        127                         </tbody>
        128                    </ta ble>
        129                    <!--  START: PA GE FOOTER  -->
        130                    <%@i nclude fil e="footer. jsp" %>
        131                    <!--  END: PAGE  FOOTER -- >
        132                    <!--  END: PAGE  CONTENT - ->
        133                </td>
        134           </ tr>
        135       </tbod y>
        136   </table>
        137   </body>
        138   </html>