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 | inboundDocumentReportResults.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 | 421 |
| 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 | <%-- DEPRE CATED --%> | |||||
| 7 | <%-- | |||||
| 8 | <<<<<<< HE AD | |||||
| 9 | <%@taglib tagdir="/W EB-INF/tag s/formatti ng" prefix ="f" %> | |||||
| 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/paginato r" prefix= "pg" %> | |||||
| 13 | ||||||
| 14 | <f:mainTem plate head erText="Re ceived ${o rganizatio nName} Doc uments Rep ort"> | |||||
| 15 | <scrip t language ="JavaScri pt"> | |||||
| 16 | $( document). ready(func tion () { | |||||
| 17 | //toolti ps | |||||
| 18 | $('#ssnH eader').qt ip($.exten d(tipOptio ns, { | |||||
| 19 | cont ent: "${de scriptors[ "ssnColumn "]}" | |||||
| 20 | })); | |||||
| 21 | $('#last NameHeader ').qtip($. extend(tip Options, { | |||||
| 22 | cont ent: "${de scriptors[ "lastNameC olumn"]}" | |||||
| 23 | })); | |||||
| 24 | $('#firs tNameHeade r').qtip($ .extend(ti pOptions, { | |||||
| 25 | cont ent: "${de scriptors[ "firstName Column"]}" | |||||
| 26 | })); | |||||
| 27 | $('#date ReceivedHe ader').qti p($.extend (tipOption s, { | |||||
| 28 | cont ent: "${de scriptors[ "eventOccu rredColumn "]}" | |||||
| 29 | })); | |||||
| 30 | $('#docu mentTitleH eader').qt ip($.exten d(tipOptio ns, { | |||||
| 31 | cont ent: "${de scriptors[ "documentT itleColumn "]}" | |||||
| 32 | })); | |||||
| 33 | $('#faci lityHeader ').qtip($. extend(tip Options, { | |||||
| 34 | cont ent: "${de scriptors[ "receivedE HealthExch angeDocume ntsReportF acilityWit hDefaultFi eld"]}" | |||||
| 35 | })); | |||||
| 36 | $('#faci lityNumber Header').q tip($.exte nd(tipOpti ons, { | |||||
| 37 | cont ent: "${de scriptors[ "patientPr eferredFac ilityStati onIdColumn "]}" | |||||
| 38 | })); | |||||
| 39 | $('#orga nizationHe ader').qti p($.extend (tipOption s, { | |||||
| 40 | cont ent: "${de scriptors[ "receivedE HealthExch angeDocume ntsReportO rganizatio nColumn"]} " | |||||
| 41 | })); | |||||
| 42 | $('#user IdHeader') .qtip($.ex tend(tipOp tions, { | |||||
| 43 | cont ent: "${de scriptors[ "receivedE HealthExch angeDocume ntsReportU serIdColum n"]}" | |||||
| 44 | })); | |||||
| 45 | $('#pouH eader').qt ip($.exten d(tipOptio ns, { | |||||
| 46 | cont ent: "${de scriptors[ "purposeOf UseColumn" ]}" | |||||
| 47 | })); | |||||
| 48 | $('#user RoleHeader ').qtip($. extend(tip Options, { | |||||
| 49 | cont ent: "${de scriptors[ "receivedE HealthExch angeDocume ntsReportU serRoleCol umn"]}", | |||||
| 50 | posi tion: { | |||||
| 51 | my: 'cente r right', | |||||
| 52 | at: 'cente r left' | |||||
| 53 | } | |||||
| 54 | })); | |||||
| 55 | $('#view Header').q tip($.exte nd(tipOpti ons, { | |||||
| 56 | cont ent: "${de scriptors[ "genericVi ewColumn"] }", | |||||
| 57 | posi tion: { | |||||
| 58 | my: 'cente r right', | |||||
| 59 | at: 'cente r left' | |||||
| 60 | } | |||||
| 61 | })); | |||||
| 62 | }) ; | |||||
| 63 | </scri pt> | |||||
| 64 | ||||||
| 65 | <%@inc lude file= "patientLi nkForm.jsp f"%> | |||||
| 66 | ||||||
| 67 | <div> | |||||
| 68 | <f orm> | |||||
| 69 | <input n ame="expor tToExcel" title="Exp ort to Exc el" class= "button" t ype="submi t" value=" Export to Excel" onc lick="sche duledExpor tAlert();" /> | |||||
| 70 | <input n ame="expor tToCsv" ti tle="Expor t to CSV" class="but ton" type= "submit" v alue="Expo rt to CSV" onclick=" exportAler t();"/> | |||||
| 71 | </ form> | |||||
| 72 | </div> | |||||
| 73 | ||||||
| 74 | <div> | |||||
| 75 | <t able class ="ver-mini malist"> | |||||
| 76 | <tbody> | |||||
| 77 | <tr class="dat eFilters"> | |||||
| 78 | <th scope= "row" styl e="border- bottom: no ne; float: left; fon t-size: 0; height: 0 ;">Filters </th> | |||||
| 79 | <td style= "float: le ft;">Patie nt ID (ICN )</td> | |||||
| 80 | <td> | |||||
| 81 | <c:cho ose> | |||||
| 82 | <c :when test ="${!empty inboundDo cumentQuer yICN}"> | |||||
| 83 | ${inboun dDocumentQ ueryICN} | |||||
| 84 | </ c:when> | |||||
| 85 | <c :otherwise > | |||||
| 86 | ALL | |||||
| 87 | </ c:otherwis e> | |||||
| 88 | </c:ch oose> | |||||
| 89 | </td> | |||||
| 90 | <td class= "datePaddi ng">Start Date</td> | |||||
| 91 | <td> | |||||
| 92 | <c:cho ose> | |||||
| 93 | <c :when test ="${!empty inboundDo cumentQuer yStartDate }"> | |||||
| 94 | <fmt:for matDate pa ttern="MM/ dd/yyyy" v alue="${in boundDocum entQuerySt artDate}" /> | |||||
| 95 | </ c:when> | |||||
| 96 | <c :otherwise > | |||||
| 97 | N/A | |||||
| 98 | </ c:otherwis e> | |||||
| 99 | </c:ch oose> | |||||
| 100 | </td> | |||||
| 101 | <td class= "datePaddi ng">End Da te</td> | |||||
| 102 | <td> | |||||
| 103 | <c:cho ose> | |||||
| 104 | <c :when test ="${!empty inboundDo cumentQuer yEndDate}" > | |||||
| 105 | <fmt:for matDate pa ttern="MM/ dd/yyyy" v alue="${in boundDocum entQueryEn dDate}" /> | |||||
| 106 | </ c:when> | |||||
| 107 | <c :otherwise > | |||||
| 108 | N/A | |||||
| 109 | </ c:otherwis e> | |||||
| 110 | </c:ch oose> | |||||
| 111 | </td> | |||||
| 112 | </tr > | |||||
| 113 | </tbody> | |||||
| 114 | </ table> | |||||
| 115 | </div> | |||||
| 116 | ||||||
| 117 | <div> | |||||
| 118 | <c :choose> | |||||
| 119 | <c:when test="${!e mpty inbou ndDocument Results}"> | |||||
| 120 | <br/ > | |||||
| 121 | <pg: paginator paginator= "${paginat or}" uri=" InboundDoc umentRepor tResults.d o_sec" res ults="${in boundDocum entResults }" /> | |||||
| 122 | <tab le width=" 100%"> | |||||
| 123 | <thead> | |||||
| 124 | <tr cl ass="hor-m inimalist- c"> | |||||
| 125 | <t h scope="c ol"><span id="ssnHea der">SSN</ span></th> | |||||
| 126 | <t h scope="c ol"><span id="lastNa meHeader"> Patient La st Name</s pan></th> | |||||
| 127 | <t h scope="c ol"><span id="firstN ameHeader" >Patient F irst Name< /span></th > | |||||
| 128 | <t h scope="c ol"><span id="dateRe ceivedHead er">Date R eceived (C T)</span>< /th> | |||||
| 129 | <t h scope="c ol"><span id="docume ntTitleHea der">Docum ent Title< /span></th > | |||||
| 130 | <t h scope="c ol"><span id="facili tyHeader"> Patient Pr eferred Fa cility</sp an></th> | |||||
| 131 | <t h scope="c ol"><span id="facili tyNumberHe ader">Pati ent Prefer red Facili ty Station ID</span> </th> | |||||
| 132 | <t h scope="c ol"><span id="organi zationHead er">${orga nizationNa me} Organi zation</sp an></th> | |||||
| 133 | <t h scope="c ol"><span id="userId Header">Us er ID</spa n></th> | |||||
| 134 | <t h scope="c ol"><span id="pouHea der">Purpo se of Use< /span></th > | |||||
| 135 | <t h scope="c ol"><span id="userRo leHeader"> User Role< /span></th > | |||||
| 136 | <t h scope="c ol"><span id="viewHe ader">View </span></t h> | |||||
| 137 | </tr> | |||||
| 138 | <tr cl ass="hor-m inimalist- c"> | |||||
| 139 | <t d><a href= "InboundDo cumentRepo rtResults. do_sec?inb oundSortVa lue=patien tSSN&inbou ndSortDire ction=ASC" ><br><img alt="sort this colum n in ascen ding order " src="res /sort-asce nding.jpg" border="0 "/></a><a> - </a><a href="Inbo undDocumen tReportRes ults.do_se c?inboundS ortValue=p atientSSN& inboundSor tDirection =DESC"><im g alt="sor t this col umn in des cending or der" src=" res/sort-d escending. jpg" borde r="0"/></a ></td> | |||||
| 140 | <t d><a href= "InboundDo cumentRepo rtResults. do_sec?inb oundSortVa lue=patien tLastName& inboundSor tDirection =ASC"><br> <img alt=" sort this column in ascending order" src ="res/sort -ascending .jpg" bord er="0"/></ a><a> - </ a><a href= "InboundDo cumentRepo rtResults. do_sec?inb oundSortVa lue=patien tLastName& inboundSor tDirection =DESC"><im g alt="sor t this col umn in des cending or der" src=" res/sort-d escending. jpg" borde r="0"/></a ></td> | |||||
| 141 | <t d><a href= "InboundDo cumentRepo rtResults. do_sec?inb oundSortVa lue=patien tGivenName &inboundSo rtDirectio n=ASC"><br ><img alt= "sort this column in ascending order" sr c="res/sor t-ascendin g.jpg" bor der="0"/>< /a><a> - < /a><a href ="InboundD ocumentRep ortResults .do_sec?in boundSortV alue=patie ntGivenNam e&inboundS ortDirecti on=DESC">< img alt="s ort this c olumn in d escending order" src ="res/sort -descendin g.jpg" bor der="0"/>< /a></td> | |||||
| 142 | <t d><a href= "InboundDo cumentRepo rtResults. do_sec?inb oundSortVa lue=auditT ime&inboun dSortDirec tion=ASC"> <br><img a lt="sort t his column in ascend ing order" src="res/ sort-ascen ding.jpg" border="0" /></a><a> - </a><a h ref="Inbou ndDocument ReportResu lts.do_sec ?inboundSo rtValue=au ditTime&in boundSortD irection=D ESC"><img alt="sort this colum n in desce nding orde r" src="re s/sort-des cending.jp g" border= "0"/></a>< /td> | |||||
| 143 | <t d><a href= "InboundDo cumentRepo rtResults. do_sec?inb oundSortVa lue=docume ntTitle&in boundSortD irection=A SC"><br><i mg alt="so rt this co lumn in as cending or der" src=" res/sort-a scending.j pg" border ="0"/></a> <a> - </a> <a href="I nboundDocu mentReport Results.do _sec?inbou ndSortValu e=document Title&inbo undSortDir ection=DES C"><img al t="sort th is column in descend ing order" src="res/ sort-desce nding.jpg" border="0 "/></a></t d> | |||||
| 144 | <t d><a href= "InboundDo cumentRepo rtResults. do_sec?inb oundSortVa lue=patien tFacilityN ame&inboun dSortDirec tion=ASC"> <br><img a lt="sort t his column in ascend ing order" src="res/ sort-ascen ding.jpg" border="0" /></a><a> - </a><a h ref="Inbou ndDocument ReportResu lts.do_sec ?inboundSo rtValue=pa tientFacil ityName&in boundSortD irection=D ESC"><img alt="sort this colum n in desce nding orde r" src="re s/sort-des cending.jp g" border= "0"/></a>< /td> | |||||
| 145 | <t d><a href= "InboundDo cumentRepo rtResults. do_sec?inb oundSortVa lue=patien tFacilityN umber&inbo undSortDir ection=ASC "><br><img alt="sort this colu mn in asce nding orde r" src="re s/sort-asc ending.jpg " border=" 0"/></a><a > - </a><a href="Inb oundDocume ntReportRe sults.do_s ec?inbound SortValue= patientFac ilityNumbe r&inboundS ortDirecti on=DESC">< img alt="s ort this c olumn in d escending order" src ="res/sort -descendin g.jpg" bor der="0"/>< /a></td> | |||||
| 146 | <t d><a href= "InboundDo cumentRepo rtResults. do_sec?inb oundSortVa lue=remote Organizati onName&inb oundSortDi rection=AS C"><br><im g alt="sor t this col umn in asc ending ord er" src="r es/sort-as cending.jp g" border= "0"/></a>< a> - </a>< a href="In boundDocum entReportR esults.do_ sec?inboun dSortValue =remoteOrg anizationN ame&inboun dSortDirec tion=DESC" ><img alt= "sort this column in descendin g order" s rc="res/so rt-descend ing.jpg" b order="0"/ ></a></td> | |||||
| 147 | <t d><a href= "InboundDo cumentRepo rtResults. do_sec?inb oundSortVa lue=userId &inboundSo rtDirectio n=ASC"><br ><img alt= "sort this column in ascending order" sr c="res/sor t-ascendin g.jpg" bor der="0"/>< /a><a> - < /a><a href ="InboundD ocumentRep ortResults .do_sec?in boundSortV alue=userI d&inboundS ortDirecti on=DESC">< img alt="s ort this c olumn in d escending order" src ="res/sort -descendin g.jpg" bor der="0"/>< /a></td> | |||||
| 148 | <t d><a href= "InboundDo cumentRepo rtResults. do_sec?inb oundSortVa lue=purpos eForUse&in boundSortD irection=A SC"><br><i mg alt="so rt this co lumn in as cending or der" src=" res/sort-a scending.j pg" border ="0"/></a> <a> - </a> <a href="I nboundDocu mentReport Results.do _sec?inbou ndSortValu e=purposeF orUse&inbo undSortDir ection=DES C"><img al t="sort th is column in descend ing order" src="res/ sort-desce nding.jpg" border="0 "/></a></t d> | |||||
| 149 | <t d><a> </a> </td> | |||||
| 150 | <t d><a> </a> </td> | |||||
| 151 | ======= | |||||
| 152 | <%@page co ntentType= "text/html " pageEnco ding="UTF- 8"%> | |||||
| 153 | <%@taglib uri="http: //java.sun .com/jsp/j stl/core" prefix="c" %> | |||||
| 154 | <%@taglib uri="http: //java.sun .com/jsp/j stl/fmt" p refix="fmt " %> | |||||
| 155 | <%@taglib uri="http: //java.sun .com/jsp/j stl/functi ons" prefi x="fn" %> | |||||
| 156 | <%@taglib tagdir="/W EB-INF/tag s/cpp" pre fix="cpp"% > | |||||
| 157 | <%@taglib tagdir="/W EB-INF/tag s/paginato r" prefix= "pg" %> | |||||
| 158 | ||||||
| 159 | <% | |||||
| 160 | String userName = UserHelp er.getUser Name(reque st); | |||||
| 161 | %> | |||||
| 162 | ||||||
| 163 | <!DOCTYPE HTML PUBLI C "-//W3C/ /DTD HTML 4.01 Trans itional//E N" | |||||
| 164 | "http: //www.w3.o rg/TR/html 4/loose.dt d"> | |||||
| 165 | ||||||
| 166 | <html lang ="en"> | |||||
| 167 | <h ead> | |||||
| 168 | <% @include f ile="metaC ommon.jsp" %> | |||||
| 169 | <t itle>Veter ans Author ization & Preference s Received ${organiz ationName} Documents Report Re sults</tit le> | |||||
| 170 | </ head> | |||||
| 171 | <body> | |||||
| 172 | <jsp:inclu de page="h eader.jsp" > | |||||
| 173 | <jsp:p aram name= "userName" value="<% =userName% >" /> | |||||
| 174 | </jsp:incl ude> | |||||
| 175 | <%@include file="pat ientLinkFo rm.jsp"%> | |||||
| 176 | <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" > | |||||
| 177 | <t body> | |||||
| 178 | <t r> | |||||
| 179 | <jsp:i nclude pag e="leftMen u.jsp"> | |||||
| 180 | <jsp :param nam e="userNam e" value=" <%=userNam e%>" /> | |||||
| 181 | </jsp:in clude> | |||||
| 182 | <th scop e="row" st yle="float : left; fo nt-size: 0 ; height: 0;">VA Con tent</th> | |||||
| 183 | <td id=" content-va "> | |||||
| 184 | <a n ame="conte nt-area">< /a> | |||||
| 185 | <!-- START: SI TE NAME BA R --> | |||||
| 186 | <p c lass="titl e-bar"><!- - START: S ITE NAME - ->Received ${organiz ationName} Documents Report<!- - END: SIT E NAME --> </p> | |||||
| 187 | <cpp :errors /> | |||||
| 188 | <!-- END: SITE NAME BAR --> | |||||
| 189 | <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"> | |||||
| 190 | <tbody> | |||||
| 191 | <tr> | |||||
| 192 | <t h scope="r ow" style= "float: le ft; font-s ize: 0; he ight: 0;"> Main Conte nt</th> | |||||
| 193 | <t d id="cont ent-main"> | |||||
| 194 | <table w idth="100% " summary= "This tabl e is used for layout purposes" > | |||||
| 195 | <!-- S TART: PAGE TITLE ARE A --> | |||||
| 196 | <!-- E ND: PAGE T ITLE AREA --> | |||||
| 197 | <tr> | |||||
| 198 | <t h scope="r ow" style= "float: le ft; font-s ize: 0; he ight: 0;"> Page Conte nt</th> | |||||
| 199 | <td> | |||||
| 200 | <!-- STA RT: PAGE C ONTENT --> | |||||
| 201 | <table SUM MARY="This table is for format ting purpo ses only." > | |||||
| 202 | <tbody > | |||||
| 203 | <t r> | |||||
| 204 | <th scop e="row" st yle="float : left; fo nt-size: 0 ; height: 0;">Export Buttons</ th> | |||||
| 205 | <td> | |||||
| 206 | <tab le class=" ver-minima list"> | |||||
| 207 | <tbody> | |||||
| 208 | <tr> | |||||
| 209 | <t h scope="r ow" style= "border-bo ttom: none ; float: r ight; font -size: 0; height: 0; ">Button R ow</th> | |||||
| 210 | <t d style="f loat: left ;"> | |||||
| 211 | <form> | |||||
| 212 | <inp ut name="e xportToExc el" alt="E xport to E xcel" clas s="button" | |||||
| 213 | type="s ubmit" val ue="Export to Excel" | |||||
| 214 | onclick ="exportAl ert();"/> | |||||
| 215 | <inp ut name="e xportToCsv " alt="Exp ort to CSV " class="b utton" | |||||
| 216 | type="s ubmit" val ue="Export to CSV" | |||||
| 217 | onclick ="exportAl ert();"/> | |||||
| 218 | </form> | |||||
| 219 | </ td> | |||||
| 220 | <t d></td> | |||||
| 221 | <t d></td> | |||||
| 222 | <t d></td> | |||||
| 223 | <t d></td> | |||||
| 224 | <t d></td> | |||||
| 225 | </tr> | |||||
| 226 | <tr cl ass="dateF ilters"> | |||||
| 227 | <t h scope="r ow" style= "border-bo ttom: none ; float: l eft; font- size: 0; h eight: 0;" >Filters</ th> | |||||
| 228 | <t d style="f loat: left ;">Patient ID (ICN)< /td> | |||||
| 229 | <t d> | |||||
| 230 | <c:choos e> | |||||
| 231 | <c:w hen test=" ${!empty i nboundDocu mentQueryI CN}"> | |||||
| 232 | <c:out val ue="${inbo undDocumen tQueryICN} "/> | |||||
| 233 | </c: when> | |||||
| 234 | <c:o therwise> | |||||
| 235 | ALL | |||||
| 236 | </c: otherwise> | |||||
| 237 | </c:choo se> | |||||
| 238 | </ td> | |||||
| 239 | <t d class="d atePadding ">Start Da te</td> | |||||
| 240 | <t d> | |||||
| 241 | <c:choos e> | |||||
| 242 | <c:w hen test=" ${!empty i nboundDocu mentQueryS tartDate}" > | |||||
| 243 | <fmt:forma tDate patt ern="MM/dd /yyyy" val ue="${inbo undDocumen tQueryStar tDate}"/> | |||||
| 244 | </c: when> | |||||
| 245 | <c:o therwise> | |||||
| 246 | N/A | |||||
| 247 | </c: otherwise> | |||||
| 248 | </c:choo se> | |||||
| 249 | </ td> | |||||
| 250 | <t d class="d atePadding ">End Date </td> | |||||
| 251 | <t d> | |||||
| 252 | <c:choos e> | |||||
| 253 | <c:w hen test=" ${!empty i nboundDocu mentQueryE ndDate}"> | |||||
| 254 | <fmt:forma tDate patt ern="MM/dd /yyyy" val ue="${inbo undDocumen tQueryEndD ate}"/> | |||||
| 255 | </c: when> | |||||
| 256 | <c:o therwise> | |||||
| 257 | N/A | |||||
| 258 | </c: otherwise> | |||||
| 259 | </c:choo se> | |||||
| 260 | </ td> | |||||
| 261 | </tr> | |||||
| 262 | </tbody> | |||||
| 263 | </ta ble> | |||||
| 264 | <c:c hoose> | |||||
| 265 | <c:when te st="${!emp ty inbound DocumentRe sults}"> | |||||
| 266 | <br/> | |||||
| 267 | <pg:pa ginator pa ginator="$ {paginator }" uri="In boundDocum entReportR esults.do_ sec" resul ts="${inbo undDocumen tResults}" /> | |||||
| 268 | <table width="100 %"> | |||||
| 269 | <t head> | |||||
| 270 | <tr clas s="hor-min imalist-c" > | |||||
| 271 | <th scope="col "><span id ="ssnHeade r" data-to oltip="<c: out value= "${descrip tors['ssnC olumn']}" />">SSN</s pan></th> | |||||
| 272 | <th scope="col "><span id ="lastName Header" da ta-tooltip ="<c:out v alue="${de scriptors[ 'lastNameC olumn']}"/ >">Patient Last Name </span></t h> | |||||
| 273 | <th scope="col "><span id ="firstNam eHeader" d ata-toolti p="<c:out value="${d escriptors ['firstNam eColumn']} "/>">Patie nt First N ame</span> </th> | |||||
| 274 | <th scope="col "><span id ="dateRece ivedHeader " data-too ltip="<c:o ut value=" ${descript ors['event OccurredCo lumn']}"/> ">Date Rec eived (CT) </span></t h> | |||||
| 275 | <th scope="col "><span id ="document TitleHeade r" data-to oltip="<c: out value= "${descrip tors['docu mentTitleC olumn']}"/ >">Documen t Title</s pan></th> | |||||
| 276 | <th scope="col "><span id ="facility Header" da ta-tooltip ="<c:out v alue="${de scriptors[ 'receivedE HealthExch angeDocume ntsReportF acilityWit hDefaultFi eld']}"/>" >Patient P referred F acility</s pan></th> | |||||
| 277 | <th scope="col "><span id ="facility NumberHead er" data-t ooltip="<c :out value ="${descri ptors['pat ientPrefer redFacilit yStationId Column']}" />">Patien t Preferre d Facility Station I D</span></ th> | |||||
| 278 | <th scope="col "><span id ="organiza tionHeader " data-too ltip="<c:o ut value=" ${descript ors['recei vedEHealth ExchangeDo cumentsRep ortOrganiz ationColum n']}"/>">< c:out valu e="${organ izationNam e}"/> Orga nization</ span></th> | |||||
| 279 | <!-- <th scope= "col">Assi gning Auth ority</th> --> | |||||
| 280 | <th scope="col "><span id ="userIdHe ader" data -tooltip=" <c:out val ue="${desc riptors['r eceivedEHe althExchan geDocument sReportUse rIdColumn' ]}"/>">Use r ID</span ></th> | |||||
| 281 | <th scope="col "><span id ="pouHeade r" data-to oltip="<c: out value= "${descrip tors['purp oseOfUseCo lumn']}"/> ">Purpose of Use</sp an></th> | |||||
| 282 | <th scope="col "><span id ="userRole Header" da ta-tooltip ="<c:out v alue="${de scriptors[ 'receivedE HealthExch angeDocume ntsReportU serRoleCol umn']}"/>" >User Role </span></t h> | |||||
| 283 | <th scope="col "><span id ="viewHead er" data-t ooltip="<c :out value ="${descri ptors['gen ericViewCo lumn']}"/> ">View</sp an></th> | |||||
| 284 | </tr> | |||||
| 285 | <tr clas s="hor-min imalist-c" width="1 500px"> | |||||
| 286 | <td><a hre f="Inbound DocumentRe portResult s.do_sec?i nboundSort Value=pati entSSN&inb oundSortDi rection=AS C"><br><im g alt="sor t this col umn in asc ending ord er" src="r es/sort-as cending.jp g" border= "0"/></a>< a> - </a>< a href="In boundDocum entReportR esults.do_ sec?inboun dSortValue =patientSS N&inboundS ortDirecti on=DESC">< img alt="s ort this c olumn in d escending order" src ="res/sort -descendin g.jpg" bor der="0"/>< /a></td> | |||||
| 287 | <td><a hre f="Inbound DocumentRe portResult s.do_sec?i nboundSort Value=pati entLastNam e&inboundS ortDirecti on=ASC"><b r><img alt ="sort thi s column i n ascendin g order" s rc="res/so rt-ascendi ng.jpg" bo rder="0"/> </a><a> - </a><a hre f="Inbound DocumentRe portResult s.do_sec?i nboundSort Value=pati entLastNam e&inboundS ortDirecti on=DESC">< img alt="s ort this c olumn in d escending order" src ="res/sort -descendin g.jpg" bor der="0"/>< /a></td> | |||||
| 288 | <td><a hre f="Inbound DocumentRe portResult s.do_sec?i nboundSort Value=pati entGivenNa me&inbound SortDirect ion=ASC">< br><img al t="sort th is column in ascendi ng order" src="res/s ort-ascend ing.jpg" b order="0"/ ></a><a> - </a><a hr ef="Inboun dDocumentR eportResul ts.do_sec? inboundSor tValue=pat ientGivenN ame&inboun dSortDirec tion=DESC" ><img alt= "sort this column in descendin g order" s rc="res/so rt-descend ing.jpg" b order="0"/ ></a></td> | |||||
| 289 | <td><a hre f="Inbound DocumentRe portResult s.do_sec?i nboundSort Value=audi tTime&inbo undSortDir ection=ASC "><br><img alt="sort this colu mn in asce nding orde r" src="re s/sort-asc ending.jpg " border=" 0"/></a><a > - </a><a href="Inb oundDocume ntReportRe sults.do_s ec?inbound SortValue= auditTime& inboundSor tDirection =DESC"><im g alt="sor t this col umn in des cending or der" src=" res/sort-d escending. jpg" borde r="0"/></a ></td> | |||||
| 290 | <td><a hre f="Inbound DocumentRe portResult s.do_sec?i nboundSort Value=docu mentTitle& inboundSor tDirection =ASC"><br> <img alt=" sort this column in ascending order" src ="res/sort -ascending .jpg" bord er="0"/></ a><a> - </ a><a href= "InboundDo cumentRepo rtResults. do_sec?inb oundSortVa lue=docume ntTitle&in boundSortD irection=D ESC"><img alt="sort this colum n in desce nding orde r" src="re s/sort-des cending.jp g" border= "0"/></a>< /td> | |||||
| 291 | <td><a hre f="Inbound DocumentRe portResult s.do_sec?i nboundSort Value=pati entFacilit yName&inbo undSortDir ection=ASC "><br><img alt="sort this colu mn in asce nding orde r" src="re s/sort-asc ending.jpg " border=" 0"/></a><a > - </a><a href="Inb oundDocume ntReportRe sults.do_s ec?inbound SortValue= patientFac ilityName& inboundSor tDirection =DESC"><im g alt="sor t this col umn in des cending or der" src=" res/sort-d escending. jpg" borde r="0"/></a ></td> | |||||
| 292 | <td><a hre f="Inbound DocumentRe portResult s.do_sec?i nboundSort Value=pati entFacilit yNumber&in boundSortD irection=A SC"><br><i mg alt="so rt this co lumn in as cending or der" src=" res/sort-a scending.j pg" border ="0"/></a> <a> - </a> <a href="I nboundDocu mentReport Results.do _sec?inbou ndSortValu e=patientF acilityNum ber&inboun dSortDirec tion=DESC" ><img alt= "sort this column in descendin g order" s rc="res/so rt-descend ing.jpg" b order="0"/ ></a></td> | |||||
| 293 | <td><a hre f="Inbound DocumentRe portResult s.do_sec?i nboundSort Value=remo teOrganiza tionName&i nboundSort Direction= ASC"><br>< img alt="s ort this c olumn in a scending o rder" src= "res/sort- ascending. jpg" borde r="0"/></a ><a> - </a ><a href=" InboundDoc umentRepor tResults.d o_sec?inbo undSortVal ue=remoteO rganizatio nName&inbo undSortDir ection=DES C"><img al t="sort th is column in descend ing order" src="res/ sort-desce nding.jpg" border="0 "/></a></t d> | |||||
| 294 | <!--<td sc ope="col"> <a href="I nboundDocu mentReport Results.do _sec?inbou ndSortValu e=remoteOr ganization Id&inbound SortDirect ion=ASC">< br><img al t="sort th is column in ascendi ng order" src="res/s ort-ascend ing.jpg" b order="0"/ ></a><a> - </a><a hr ef="Inboun dDocumentR eportResul ts.do_sec? inboundSor tValue=rem oteOrganiz ationId&in boundSortD irection=D ESC"><img alt="sort this colum n in desce nding orde r" src="re s/sort-des cending.jp g" border= "0"/></a>< /td>--> | |||||
| 295 | <td><a hre f="Inbound DocumentRe portResult s.do_sec?i nboundSort Value=user Id&inbound SortDirect ion=ASC">< br><img al t="sort th is column in ascendi ng order" src="res/s ort-ascend ing.jpg" b order="0"/ ></a><a> - </a><a hr ef="Inboun dDocumentR eportResul ts.do_sec? inboundSor tValue=use rId&inboun dSortDirec tion=DESC" ><img alt= "sort this column in descendin g order" s rc="res/so rt-descend ing.jpg" b order="0"/ ></a></td> | |||||
| 296 | <td><a hre f="Inbound DocumentRe portResult s.do_sec?i nboundSort Value=purp oseForUse& inboundSor tDirection =ASC"><br> <img alt=" sort this column in ascending order" src ="res/sort -ascending .jpg" bord er="0"/></ a><a> - </ a><a href= "InboundDo cumentRepo rtResults. do_sec?inb oundSortVa lue=purpos eForUse&in boundSortD irection=D ESC"><img alt="sort this colum n in desce nding orde r" src="re s/sort-des cending.jp g" border= "0"/></a>< /td> | |||||
| 297 | <td><a> </ a></td> | |||||
| 298 | <td><a> </ a></td> | |||||
| 299 | </tr> | |||||
| 300 | </ thead> | |||||
| 301 | <t body> | |||||
| 302 | <c:set v ar="countD isplayPati ent" value ="0" scope ="page" /> | |||||
| 303 | <pg:forE ach var="r " items="$ {inboundDo cumentResu lts}" varS tatus="i" paginator= "${paginat or}"> | |||||
| 304 | <c:i f test="${ (i.count < = paginato r.recordsP erPage || paginator. recordsPer Page < 0)& & r.ssnMa sked != '' }"> | |||||
| 305 | <tr class= "hor-minim alist-b"> | |||||
| 306 | <td no wrap><cpp: patientLin k ssn="${r .ssn}" fir stName="${ r.firstNam e}" lastNa me="${r.la stName}" s snMasked=" ${r.ssnMas ked}" /></ td> | |||||
| 307 | <td><c :out value ="${r.last Name}"/></ td> | |||||
| 308 | <td><c :out value ="${r.firs tName}"/>< /td> | |||||
| 309 | <td> | |||||
| 310 | <f mt:formatD ate patter n="MM/dd/y yyy hh:mm a" value=" ${r.auditT ime}"/> | |||||
| 311 | </td> | |||||
| 312 | <c:cho ose> | |||||
| 313 | <c :when test ="${!empty r.documen tTitle}"> | |||||
| 314 | <td><c:o ut value=" ${r.docume ntTitle}"/ ></td> | |||||
| 315 | </ c:when> | |||||
| 316 | <c :otherwise > | |||||
| 317 | <td>Titl e not avai lable</td> | |||||
| 318 | </ c:otherwis e> | |||||
| 319 | </c:ch oose> | |||||
| 320 | <td><c :out value ="${r.pati entFacilit yName}"/>< /td> | |||||
| 321 | <td><c :out value ="${r.pati entFacilit yNumber}"/ ></td> | |||||
| 322 | <td><c :out value ="${r.remo teOrganiza tionName}" /></td> | |||||
| 323 | <!--<t d><c:out v alue="${r. remoteOrga nizationId }"/></td>- -> | |||||
| 324 | <td><c :out value ="${r.user Id}"/></td > | |||||
| 325 | <td><c :out value ="${r.purp oseForUse} "/></td> | |||||
| 326 | <td><c :out value ="${r.role Name}"/></ td> | |||||
| 327 | <c:url var="url" value="In boundDocum entReportR esults.do_ sec"> | |||||
| 328 | <c :param nam e="view" v alue="true " /> | |||||
| 329 | <c :param nam e="icn" va lue="${r.p atientICN} "/> | |||||
| 330 | <c :param nam e="documen tUniqueId" value="${ r.document Id}"/> | |||||
| 331 | </c:ur l> | |||||
| 332 | <td><a alt="View " href=<c: out value= "${url}"/> >View</a>< /td> | |||||
| 333 | </tr> | |||||
| 334 | <c:set var ="countDis playPatien t" value=" ${countDis playPatien t + 1}" sc ope="page" /> | |||||
| 335 | </c: if> | |||||
| 336 | </pg:for Each> | |||||
| 337 | <c:if te st="${pagi nator.reco rdsPerPage == totalT estPatient s && count DisplayPat ient == 0} "> | |||||
| 338 | All records we re exclude d from thi s page. | |||||
| 339 | </c:if> | |||||
| 340 | </ tbody> | |||||
| 341 | </tabl e> | |||||
| 342 | <pg:pa ginator pa ginator="$ {paginator }" uri="In boundDocum entReportR esults.do_ sec" resul ts="${inbo undDocumen tResults}" /> | |||||
| 343 | </c:when> | |||||
| 344 | <c:otherwi se> | |||||
| 345 | No rec ords were found. | |||||
| 346 | </c:otherw ise> | |||||
| 347 | </c: choose> | |||||
| 348 | </td> | |||||
| 349 | </ tr> | |||||
| 350 | </tbod y> | |||||
| 351 | </table> | |||||
| 352 | <!-- THE B ODY CONTEN T END --> | |||||
| 353 | < /td> | |||||
| 354 | </tr> | |||||
| 355 | </tabl e> | |||||
| 356 | </ td> | |||||
| 357 | >>>>>>> va pe_incr_2 | |||||
| 358 | </tr> | |||||
| 359 | </thead> | |||||
| 360 | <tbody> | |||||
| 361 | <c:set var="coun tDisplayPa tient" val ue="0" sco pe="page" /> | |||||
| 362 | <pg:fo rEach var= "r" items= "${inbound DocumentRe sults}" va rStatus="i " paginato r="${pagin ator}"> | |||||
| 363 | <c :if test=" ${(i.count <= pagina tor.record sPerPage | | paginato r.recordsP erPage < 0 )&& r.ssn Masked != ''}"> | |||||
| 364 | <tr clas s="hor-min imalist-b" > | |||||
| 365 | <td nowrap><%@ include fi le="patien tLink.jspf "%></td> | |||||
| 366 | <td> ${r.lastNa me}</td> | |||||
| 367 | <td> ${r.firstN ame}</td> | |||||
| 368 | <td> | |||||
| 369 | <fmt:forma tDate patt ern="MM/dd /yyyy hh:m m a" value ="${r.audi tTime}" /> | |||||
| 370 | </td > | |||||
| 371 | <c:c hoose> | |||||
| 372 | <c:when te st="${!emp ty r.docum entTitle}" > | |||||
| 373 | <td>${ r.document Title}</td > | |||||
| 374 | </c:when> | |||||
| 375 | <c:otherwi se> | |||||
| 376 | <td>Ti tle not av ailable</t d> | |||||
| 377 | </c:otherw ise> | |||||
| 378 | </c: choose> | |||||
| 379 | <td> ${r.patien tFacilityN ame}</td> | |||||
| 380 | <td> ${r.patien tFacilityN umber}</td > | |||||
| 381 | <td> ${r.remote Organizati onName}</t d> | |||||
| 382 | <td> ${r.userId }</td> | |||||
| 383 | <td> ${r.purpos eForUse}</ td> | |||||
| 384 | <td> ${r.roleNa me}</td> | |||||
| 385 | <c:u rl var="ur l" value=" InboundDoc umentRepor tResults.d o_sec"> | |||||
| 386 | <c:param n ame="view" value="tr ue" /> | |||||
| 387 | <c:param n ame="icn" value="${r .patientIC N}" /> | |||||
| 388 | <c:param n ame="docum entUniqueI d" value=" ${r.docume ntId}" /> | |||||
| 389 | </c: url> | |||||
| 390 | <td> <a title=" View" href ="${url}"> View</a></ td> | |||||
| 391 | </tr> | |||||
| 392 | <c:set v ar="countD isplayPati ent" value ="${countD isplayPati ent + 1}" scope="pag e"/> | |||||
| 393 | </ c:if> | |||||
| 394 | </pg:f orEach> | |||||
| 395 | <c:if test="${pa ginator.re cordsPerPa ge == tota lTestPatie nts && cou ntDisplayP atient == 0}"> | |||||
| 396 | Al l records were exclu ded from t his page. | |||||
| 397 | </c:if > | |||||
| 398 | </tbody> | |||||
| 399 | </ta ble> | |||||
| 400 | <<<<<<< HE AD | |||||
| 401 | <pg: paginator paginator= "${paginat or}" uri=" InboundDoc umentRepor tResults.d o_sec" res ults="${in boundDocum entResults }" /> | |||||
| 402 | </c:when > | |||||
| 403 | <c:other wise> | |||||
| 404 | No r ecords wer e found. | |||||
| 405 | </c:othe rwise> | |||||
| 406 | </ c:choose> | |||||
| 407 | </div> | |||||
| 408 | </f:mainTe mplate> | |||||
| 409 | ======= | |||||
| 410 | <!-- START: PA GE FOOTER --> | |||||
| 411 | <%@i nclude fil e="footer. jsp" %> | |||||
| 412 | <!-- END: PAGE FOOTER -- > | |||||
| 413 | <!-- END: PAGE CONTENT - -> | |||||
| 414 | </td> | |||||
| 415 | </ tr> | |||||
| 416 | </tbod y> | |||||
| 417 | </table> | |||||
| 418 | </body> | |||||
| 419 | </html> | |||||
| 420 | >>>>>>> va pe_incr_2 | |||||
| 421 | --%> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.