Produced by Araxis Merge on 6/9/2017 3:51:42 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Fri Jun 9 19:51:42 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 | inboundDocumentReportPatientSearchResults.jsp | Fri Apr 21 20:15:58 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 137 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 1 | <%-- | |||||
| 2 | Docume nt : Inb ound Docum ent Report | |||||
| 3 | Create d By : Dav id Vasquez / Robert Snelling | |||||
| 4 | Modifi ed By: Ash a Amritraj | |||||
| 5 | --%> | |||||
| 6 | ||||||
| 7 | <%@page im port="gov. va.nvap.we b.user.Use rHelper"%> | |||||
| 8 | <%@page co ntentType= "text/html " pageEnco ding="UTF- 8"%> | |||||
| 9 | <%@taglib uri="http: //java.sun .com/jsp/j stl/core" prefix="c" %> | |||||
| 10 | <%@taglib uri="http: //java.sun .com/jsp/j stl/fmt" p refix="fmt " %> | |||||
| 11 | <%@taglib tagdir="/W EB-INF/tag s/cpp" pre fix="cpp" %> | |||||
| 12 | ||||||
| 13 | <% | |||||
| 14 | String userName = UserHelp er.getUser Name(reque st); | |||||
| 15 | %> | |||||
| 16 | ||||||
| 17 | <!DOCTYPE HTML PUBLI C "-//W3C/ /DTD HTML 4.01 Trans itional//E N" | |||||
| 18 | "http: //www.w3.o rg/TR/html 4/loose.dt d"> | |||||
| 19 | ||||||
| 20 | <html lang ="en"> | |||||
| 21 | <h ead> | |||||
| 22 | <t itle>Veter ans Author ization & Preference s Patient Search Res ults</titl e> | |||||
| 23 | <% @include f ile="metaC ommon.jsp" %> | |||||
| 24 | </ head> | |||||
| 25 | <body> | |||||
| 26 | <jsp:inclu de page="h eader.jsp" > | |||||
| 27 | <jsp:p aram name= "userName" value="<% =userName% >" /> | |||||
| 28 | </jsp:incl ude> | |||||
| 29 | <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" > | |||||
| 30 | <t body> | |||||
| 31 | <t r> | |||||
| 32 | <jsp:i nclude pag e="leftMen u.jsp"> | |||||
| 33 | <jsp :param nam e="userNam e" value=" <%=userNam e%>" /> | |||||
| 34 | </jsp:in clude> | |||||
| 35 | <td id=" content-va "> | |||||
| 36 | <a n ame="conte nt-area">< /a> | |||||
| 37 | <!-- START: SI TE NAME BA R --> | |||||
| 38 | <p c lass="titl e-bar"><!- - START: S ITE NAME - ->Patient Search Res ults<!-- E ND: SITE N AME --></p > | |||||
| 39 | <cpp :errors /> | |||||
| 40 | <!-- END: SITE NAME BAR --> | |||||
| 41 | <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"> | |||||
| 42 | <tbody> | |||||
| 43 | <tr> | |||||
| 44 | <t d id="cont ent-main"> | |||||
| 45 | <table SUM MARY="This table is for format ting purpo ses only." > | |||||
| 46 | <tbody> | |||||
| 47 | <c:choose > | |||||
| 48 | < c:when tes t="${!empt y patients }"> | |||||
| 49 | <tr> | |||||
| 50 | <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> | |||||
| 51 | </tr> | |||||
| 52 | </c:when> | |||||
| 53 | <c:otherwi se> | |||||
| 54 | <tr> | |||||
| 55 | <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> | |||||
| 56 | </tr> | |||||
| 57 | </c:otherw ise> | |||||
| 58 | </c:choos e> | |||||
| 59 | <tr> | |||||
| 60 | <td> | |||||
| 61 | <!-- START : PAGE TIT LE AREA -- > | |||||
| 62 | <!-- END: PAGE TITLE AREA --> | |||||
| 63 | <div class ="form-con tainer"> | |||||
| 64 | <c:cho ose> | |||||
| 65 | <c :when test ="${!empty patients} "> | |||||
| 66 | <form ac tion="Inbo undDocumen tReportPat ientSearch Results.do _sec" meth od="POST" | |||||
| 67 | onsu bmit="retu rn doSubmi t(this)"> | |||||
| 68 | <fie ldset> | |||||
| 69 | <legend>Pa tient Sear ch Results </legend> | |||||
| 70 | <table cla ss="ver-mi nimalist"> | |||||
| 71 | <thead > | |||||
| 72 | <t r> | |||||
| 73 | <th scop e="col">Se lect Patie nt</th> | |||||
| 74 | <th scop e="col">La st Name</t h> | |||||
| 75 | <th scop e="col">Fi rst Name</ th> | |||||
| 76 | <th scop e="col">Mi ddle Name< /th> | |||||
| 77 | <th scop e="col">SS N</th> | |||||
| 78 | <th scop e="col">Da te of Birt h</th> | |||||
| 79 | <th scop e="col">Ge nder</th> | |||||
| 80 | </ tr> | |||||
| 81 | </thea d> | |||||
| 82 | <tbody > | |||||
| 83 | <c :choose> | |||||
| 84 | <c:when test="${i. index % 2 == 0}"> | |||||
| 85 | <c:s et var="cl assName" v alue="even " /> | |||||
| 86 | </c:when > | |||||
| 87 | <c:other wise> | |||||
| 88 | <c:s et var="cl assName" v alue="odd" /> | |||||
| 89 | </c:othe rwise> | |||||
| 90 | </ c:choose> | |||||
| 91 | <c :forEach v ar="r" ite ms="${pati ents}" var Status="i" > | |||||
| 92 | <tr clas s="<c:out value="${c lassName}" />"> | |||||
| 93 | <td> <input ALT ="Choose t o select p atient" na me="icn" v alue="<c:o ut value=" ${r.icn}"/ >" type="r adio" /> | |||||
| 94 | </td > | |||||
| 95 | <td> <c:out val ue="${r.la stName}"/> "/></td> | |||||
| 96 | <td> <c:out val ue="${r.fi rstName}"/ >"</td> | |||||
| 97 | <td> <c:out val ue="${r.mi ddleInitia l}"/>"</td > | |||||
| 98 | <td> <c:out val ue="${r.ss nMasked}"/ >"</td> | |||||
| 99 | <td> <fmt:forma tDate patt ern="MM/dd /yyyy" val ue="${r.do b}" /> | |||||
| 100 | </td > | |||||
| 101 | <td> <c:out val ue="${r.ge nder}"/>"< /td> | |||||
| 102 | </tr> | |||||
| 103 | </ c:forEach> | |||||
| 104 | </tbod y> | |||||
| 105 | </table> | |||||
| 106 | </fi eldset> | |||||
| 107 | <div class="bu ttonrow"> | |||||
| 108 | <input nam e="select" alt="View Details" class="but ton" type= "submit" | |||||
| 109 | value= "View Deta ils" /> | |||||
| 110 | </di v> | |||||
| 111 | </form> | |||||
| 112 | </ c:when> | |||||
| 113 | <c :otherwise > | |||||
| 114 | <p>No pa tients wer e found.</ p> | |||||
| 115 | </ c:otherwis e> | |||||
| 116 | </c:ch oose> | |||||
| 117 | </div> | |||||
| 118 | </td > | |||||
| 119 | </tr> | |||||
| 120 | </ tbody> | |||||
| 121 | </ table> | |||||
| 122 | <! -- START: PAGE CONTE NT --> | |||||
| 123 | <! -- THE BOD Y CONTENT END --> | |||||
| 124 | </ td> | |||||
| 125 | </tr> | |||||
| 126 | </tbody> | |||||
| 127 | </ta ble> | |||||
| 128 | <!-- START: PA GE FOOTER --> | |||||
| 129 | <%@i nclude fil e="footer. jsp" %> | |||||
| 130 | <!-- END: PAGE FOOTER -- > | |||||
| 131 | <!-- END: PAGE CONTENT - -> | |||||
| 132 | </td> | |||||
| 133 | </ tr> | |||||
| 134 | </tbod y> | |||||
| 135 | </table> | |||||
| 136 | </body> | |||||
| 137 | </html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.