4483. EPMO Open Source Coordination Office Redaction File Detail Report

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

4483.1 Files compared

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

4483.2 Comparison summary

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

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

4483.4 Active regular expressions

No regular expressions were active.

4483.5 Comparison detail

        1   <%--
        2       Docume nt   : Exp iring Cons ent Report
        3       Create d By : Joh n DeNinno
        4   --%>
        5  
        6   <%@taglib  tagdir="/W EB-INF/tag s/formatti ng" prefix ="f" %>
        7   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c"  %>
        8   <%@taglib  uri="http: //java.sun .com/jsp/j stl/fmt" p refix="fmt " %>
        9   <%@taglib  uri="http: //java.sun .com/jsp/j stl/functi ons" prefi x="fn" %>
        10   <%@taglib  tagdir="/W EB-INF/tag s/cpp" pre fix="cpp"% >
        11   <%@taglib  tagdir="/W EB-INF/tag s/paginato r" prefix= "pg" %>
        12  
        13   <%
        14       sessio n.setAttri bute("optI nReport",  "false");
        15   %>
        16  
        17   <f:mainTem plate head erText="Ex piring Con sent Repor t">
        18       <scrip t type="te xt/javascr ipt">
        19           fu nction onS ubmit() {
        20                var mess age = 'Not e: It may  take up to  a second  per record  to genera te patient  notificat ion letter s. Do you  wish to co ntinue?';
        21                return ( confirm(me ssage));
        22           }
        23  
        24           $( document). ready(func tion () {
        25  
        26           }) ;
        27       </scri pt>
        28  
        29       <%@inc lude file= "patientLi nkForm.jsp "%>
        30  
        31       <div>
        32           <c :if test=" ${(!empty  expiringCo nsentRepor tResults)} ">
        33                <c:choos e>
        34                    <c:w hen test=" ${(consent TypeName = = 'NwHIN A uthorizati on') && (! empty stat ionNumbers ) && (!fn: contains(s tationNumb ers, ',')) }">
        35                         <form styl e="display : inline-b lock;">
        36                             <input  type="hid den" name= "totalRows " id="tota lRows" val ue="<c:out  value="${ totalRows} " />">
        37                             <input  type="hid den" name= "expiredNo tification LettersMax Time" id=" expiredNot ificationL ettersMaxT ime" value ="<c:out v alue="${ex piredNotif icationLet tersMaxTim e}" />">
        38                             <input  type="hid den" name= "expiredNo tification PerLetterT ime" id="e xpiredNoti ficationPe rLetterTim e" value=" <c:out val ue="${expi redNotific ationPerLe tterTime}"  />">
        39                             <input  name="dow nload" tit le="Downlo ad Patient  Notificat ion Letter s" class=" button" ty pe="submit " onclick= "return on Submit()"  value="Dow nload Pati ent Notifi cation Let ters" />
        40                         </form>
        41                    </c: when>
        42                    <c:o therwise>
        43                         <input cla ss="button " type="su bmit" disa bled value ="Download  Patient N otificatio n Letters"
        44                                <c: choose>
        45                                     <c:when t est="${con sentTypeNa me != 'NwH IN Authori zation'}">
        46                                         title ="Please f ilter by o nly eHealt h Exchange  Authoriza tions to e nable PDF  generation "
        47                                     </c:when>
        48                                     <c:otherw ise>
        49                                         title ="Please f ilter by e xactly one  facility  to enable  PDF genera tion"
        50                                     </c:other wise>
        51                                </c :choose>
        52                                />
        53                    </c: otherwise>
        54                </c:choo se>
        55           </ c:if>
        56           <f orm style= "display:  inline-blo ck;">
        57                <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();" />
        58                <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();"/>
        59           </ form>
        60       </div>
        61  
        62       <div>
        63           <t able class ="ver-mini malist">
        64                <tbody>
        65                    <tr  class="dat eFilters">
        66                         <td class= "datePaddi ng">Start  Date</td>
        67                         <td>
        68                             <c:cho ose>
        69                                 <c :when test ="${!empty  startDate }">
        70                                      <fmt:for matDate pa ttern="MM/ dd/yyyy" v alue="${st artDate}"  />
        71                                 </ c:when>
        72                                 <c :otherwise >
        73                                      N/A
        74                                 </ c:otherwis e>
        75                             </c:ch oose>
        76                         </td>
        77                         <td class= "datePaddi ng">End Da te</td>
        78                         <td>
        79                             <c:cho ose>
        80                                 <c :when test ="${!empty  endDate}" >
        81                                      <fmt:for matDate pa ttern="MM/ dd/yyyy" v alue="${en dDate}" />
        82                                 </ c:when>
        83                                 <c :otherwise >
        84                                      N/A
        85                                 </ c:otherwis e>
        86                             </c:ch oose>
        87                         </td>
        88                         <td class= "datePaddi ng">VA Fac ility</td>
        89                         <td>
        90                             <c:cho ose>
        91                                 <c :when test ="${!empty  facilityN ame}">
        92                                      <c:out v alue="${fa cilityName }" />
        93                                 </ c:when>
        94                                 <c :otherwise >
        95                                      N/A
        96                                 </ c:otherwis e>
        97                             </c:ch oose>
        98                         </td>
        99                         <td class= "datePaddi ng">Entere d By</td>
        100                         <td>
        101                             <c:cho ose>
        102                                 <c :when test ="${!empty  userId}">
        103                                      <c:out v alue="${us erId}" />
        104                                 </ c:when>
        105                                 <c :otherwise >
        106                                      N/A
        107                                 </ c:otherwis e>
        108                             </c:ch oose>
        109                         </td>
        110                    </tr >
        111                </tbody>
        112           </ table>
        113       </div>
        114  
        115       <div>
        116           <c :choose>
        117                <c:when  test="${!e mpty expir ingConsent ReportResu lts}">
        118                    <br/ >
        119                     <pg :paginator  paginator ="${pagina tor}" uri= "ExpiringC onsentRepo rtResults. do_sec" re sults="${e xpiringCon sentReport Results}"  />
        120                    <tab le width=" 100%">
        121                         <thead>
        122                             <tr cl ass="hor-m inimalist- c">
        123                                 <t h scope="c ol"><span  data-toolt ip="<c:out  value="${ descriptor s['ssnColu mn']}"/>"  id="ssnHea der">SSN</ span></th>
        124                                 <t h scope="c ol"><span  data-toolt ip="<c:out  value="${ descriptor s['lastNam eColumn']} "/>" id="l astNameHea der">Patie nt Last Na me</span>< /th>
        125                                 <t h scope="c ol"><span  data-toolt ip="<c:out  value="${ descriptor s['firstNa meColumn'] }"/>" id=" firstNameH eader">Pat ient First  Name</spa n></th>
        126                                 <t h scope="c ol"><span  data-toolt ip="<c:out  value="${ descriptor s['middleN ameColumn' ]}"/>" id= "middleNam eHeader">P atient Mid dle Name</ span></th>
        127                                 <t h scope="c ol"><span  data-toolt ip="<c:out  value="${ descriptor s['optInDa teColumn'] }"/>" id=" optInDateH eader">Opt  In Date</ span></th>
        128                                 <t h scope="c ol"><span  data-toolt ip="<c:out  value="${ descriptor s['expirat ionDateCol umn']}"/>"  id="expDa teHeader"> Expiration  Date</spa n></th>
        129                                 <t h scope="c ol"><span  data-toolt ip="<c:out  value="${ descriptor s['expirin gConsentDe tailedRepo rtConsentT ypeColumn' ]}"/>" id= "consentTy peHeader"> Consent Ty pe</span>< /th>
        130                                 <t h scope="c ol"><span  data-toolt ip="<c:out  value="${ descriptor s['entered ByManualOr SystemColu mn']}"/>"  id="entere dByHeader" >Entered B y</span></ th>
        131                                 <t h scope="c ol"><span  data-toolt ip="<c:out  value="${ descriptor s['authent icatingFac ilityColum n']}"/>" d ata-toolti p-position ="left" id ="authFaci lityHeader ">Authenti cating Fac ility</spa n></th>
        132                             </tr>
        133                             <tr cl ass="hor-m inimalist- c">
        134                                 <t d><a href= "ExpiringC onsentRepo 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="Expi ringConsen 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>
        135                                 <t d><a href= "ExpiringC onsentRepo 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= "ExpiringC onsentRepo 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>
        136                                 <t d><a href= "ExpiringC onsentRepo 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 ="Expiring ConsentRep 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>
        137                                 <t d><a href= "ExpiringC onsentRepo rtResults. do_sec?inb oundSortVa lue=patien tMiddleNam 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="Expirin gConsentRe portResult s.do_sec?i nboundSort Value=pati entMiddleN 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>
        138                                 <t d><a href= "ExpiringC onsentRepo rtResults. do_sec?inb oundSortVa lue=optInD ate&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="Expir ingConsent ReportResu lts.do_sec ?inboundSo rtValue=op tInDate&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>
        139                                 <t d><a href= "ExpiringC onsentRepo rtResults. do_sec?inb oundSortVa lue=expira tionDate&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=" ExpiringCo nsentRepor tResults.d o_sec?inbo undSortVal ue=expirat ionDate&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>
        140                                 <t d><a href= "ExpiringC onsentRepo rtResults. do_sec?inb oundSortVa lue=optInC onsentType 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="Expiri ngConsentR eportResul ts.do_sec? inboundSor tValue=opt InConsentT ypeId&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>
        141                                 <t d><a href= "ExpiringC onsentRepo 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 ="Expiring ConsentRep 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>
        142                                 <t d><a href= "ExpiringC onsentRepo rtResults. do_sec?inb oundSortVa lue=facili tyName&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="Ex piringCons entReportR esults.do_ sec?inboun dSortValue =facilityN 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>
        143                             </tr>
        144                         </thead>
        145                         <tbody>
        146                             <pg:fo rEach var= "r" items= "${expirin gConsentRe portResult s}" varSta tus="i" pa ginator="$ {paginator }">
        147                                 <t r class="h or-minimal ist-b">
        148                                      <td nowr ap><cpp:pa tientLink  ssn="${r.s sn}" first Name="${r. firstName} " lastName ="${r.last Name}" ssn Masked="${ r.ssnMaske d}"/></td>
        149                                      <td><c:o ut value=" ${r.lastNa me}"/></td >
        150                                      <td><c:o ut value=" ${r.firstN ame}"/></t d>
        151                                      <td><c:o ut value=" ${r.middle Name}"/></ td>
        152                                      <td><fmt :formatDat e pattern= "MM/dd/yyy y" value=" ${r.optInD ate}"/></t d>
        153                                      <td><fmt :formatDat e pattern= "MM/dd/yyy y" value=" ${r.expira tionDate}" /></td>
        154                                      <td><c:o ut value=" ${r.consen tTypeName} "/></td>
        155                                      <td><c:o ut value=" ${r.userId }"/></td>
        156                                      <td><c:o ut value=" ${r.facili tyName}"/> </td>
        157                                 </ tr>
        158                             </pg:f orEach>
        159                         </tbody>
        160                    </ta ble>
        161                    <pg: paginator  paginator= "${paginat or}" uri=" ExpiringCo nsentRepor tResults.d o_sec" res ults="${ex piringCons entReportR esults}" / >
        162                </c:when >
        163                <c:other wise>
        164                    No r ecords wer e found.
        165                </c:othe rwise>
        166           </ c:choose>
        167       </div>
        168   </f:mainTe mplate>