4529. EPMO Open Source Coordination Office Redaction File Detail Report

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

4529.1 Files compared

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

4529.2 Comparison summary

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

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

4529.4 Active regular expressions

No regular expressions were active.

4529.5 Comparison detail

        1   <%@page im port="gov. va.nvap.sv c.facility .data.Faci lity"%>
        2   <%@taglib  tagdir="/W EB-INF/tag s/formatti ng" prefix ="f" %>
        3   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c"  %>
        4   <%@taglib  tagdir="/W EB-INF/tag s/cpp" pre fix="cpp"  %>
        5  
        6   <%
        7       Facili ty default UserFacili ty = (Faci lity) sess ion.getAtt ribute("de faultUserF acility");
        8       String  defaultUs erFacility Name = def aultUserFa cility ==  null ? ""  : defaultU serFacilit y.getFacil ityName();
        9       pageCo ntext.setA ttribute(" defaultUse rFacilityN ame", defa ultUserFac ilityName) ;
        10   %>
        11  
        12   <f:mainTem plate head erText="Pa tient Sear ch">
        13  
        14       <c:if  test="${no t empty me ssage}">
        15           <d iv class=" vap-alert  alert aler t-success  margin-bot tom-15 pad -bottom-10  pad-top-1 0 pad-left -10">
        16                <c:out v alue="${me ssage}" />
        17           </ div>
        18       </c:if >
        19       <div c lass="well ">
        20           En ter the So cial Secur ity number , last nam e, and fir st name of  the patie nt for who m you are  searching  and click  Search.
        21       </div>
        22       <cpp:e rrors />
        23       <div c lass="form -container ">
        24           <f orm name=" patientSea rchForm" a ction="Pat ientSearch .do_sec" m ethod="POS T" onsubmi t="return  doSubmit(t his)">
        25                <fieldse t>
        26                    <leg end>Search  for a pat ient</lege nd>
        27                    <div >
        28                         <label for ="ssn">SSN  <i><span  style="fon t-weight:n ormal;">(# ########)< /span></i> <img alt=" Required f ield" src= "res/star- icon_white _bg.png"/> </label>
        29                         <input tit le="Enter  SSN. requi red field.  Enter num bers only  no hyphens " id="ssn"  name="ssn " type="te xt" maxlen gth="9" si ze="9"
        30                                dat a-tooltip= "<c:out va lue="${des criptors[' patientSea rchSSNFiel d']}" />"/ > <i><span  style="fo nt-weight: normal;">  (Enter num bers only,  no hyphen s.)</span> </i> &nbsp ;
        31                    </di v>
        32                    <div >
        33                         <label for ="lastName ">Last Nam e<img alt= "Required  field" src ="res/star -icon_whit e_bg.png"/ ></label>
        34                         <input tit le="Enter  Last Name.  required  field" id= "lastName"  name="las tName" typ e="text" m axlength=" 255" size= "30"
        35                                dat a-tooltip= "<c:out va lue="${des criptors[' patientSea rchLastNam eField']}"  />"/>
        36                    </di v>
        37                    <div >
        38                         <label for ="firstNam e">First N ame<img al t="Require d field" s rc="res/st ar-icon_wh ite_bg.png "/></label >
        39                         <input tit le="Enter  First Name  required  field" id= "firstName " name="fi rstName" t ype="text"  maxlength ="255" siz e="30"
        40                                dat a-tooltip= "<c:out va lue="${des criptors[' patientSea rchFirstNa meField']} " />"/>
        41                    </di v>
        42                </fields et>
        43                <div>
        44                    <inp ut name="s earch" tit le="Search " class="b utton" typ e="submit"  value="Se arch" />
        45                </div>
        46           </ form>
        47       </div>
        48  
        49   </f:mainTe mplate>