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

4518.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 patientDemographics.jspf Fri Apr 21 20:03:30 2017 UTC

4518.2 Comparison summary

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

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

4518.4 Active regular expressions

No regular expressions were active.

4518.5 Comparison detail

        1   <%-- DEPRE CATED - us e patientD emographic s.jsp --%>
        2   <%-- 
        3       Docume nt   : Pat ient Demog raphics
        4       Create d By : Dav id Vasquez  / Robert  Snelling
        5       Modifi ed By: Ash a Amritraj
        6       Modifi ed By: Dar ren Hender son
        7   --%>
        8  
        9   <%@page co ntentType= "text/html " pageEnco ding="UTF- 8"%>
        10   <%@page er rorPage="e rror.jsp"  %>
        11   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c" %>
        12   <%@taglib  uri="http: //java.sun .com/jsp/j stl/functi ons" prefi x="fn"%>
        13   <%@taglib  uri="http: //java.sun .com/jsp/j stl/fmt" p refix="fmt "%>
        14   <%@taglib  tagdir="/W EB-INF/tag s/cpp" pre fix="cpp"% >
        15  
        16   <!-- THE B ODY CONTEN T START -- >
        17   <div class ="form-con tainer">
        18           <t able id="v er-zebra">
        19                    <col group>
        20                             <col c lass="vzeb ra-odd" />
        21                             <col c lass="vzeb ra-even" / >
        22                             <col c lass="vzeb ra-odd" />
        23                             <col c lass="vzeb ra-even" / >
        24                    </co lgroup>
        25  
        26                    <tbo dy>
        27                             <tr>
        28                    <th  scope="row " style="f loat: left ; font-siz e: 0; heig ht: 0;">Na me</th>
        29                                      <td styl e="float:  left;">Nam e</td>
        30                                      <td>${pa tientDemog raphics.pr efix}
        31                                               ${patientD emographic s.firstNam e} ${patie ntDemograp hics.middl eName}
        32                                               ${patientD emographic s.lastName } ${patien tDemograph ics.suffix }</td>
        33                                      <td>Date  of Birth< /td>
        34                                      <td><fmt :formatDat e pattern= "MM/dd/yyy y"
        35                                                       va lue="${pat ientDemogr aphics.dob }" />
        36                                      </td>
        37                             </tr>
        38                             <tr>
        39                    <th  scope="row " style="f loat: left ; font-siz e: 0; heig ht: 0;">Ad dress</th>
        40                                      <td styl e="float:  left;">Add ress</td>
        41                                      <td><c:i f
        42                                                       te st="${!emp ty patient Demographi cs.streetA ddressLine 1}"> ${pat ientDemogr aphics.str eetAddress Line1}<br  />
        43                                               </c:if> <c :if test=" ${!empty p atientDemo graphics.s treetAddre ssLine2}">  ${patient Demographi cs.streetA ddressLine 2}<br />
        44                                               </c:if> <c :if test=" ${!empty p atientDemo graphics.s treetAddre ssLine3}">  ${patient Demographi cs.streetA ddressLine 3}<br />
        45                                               </c:if> ${ patientDem ographics. residenceC ity},
        46                                               ${patientD emographic s.residenc eState}&nb sp;&nbsp;$ {patientDe mographics .residence Zip4}
        47                                      </td>
        48                                      <td>Phon e #</td>
        49                                      <td>${pa tientDemog raphics.re sidencePho neNumber}< /td>
        50                             </tr>
        51                             <tr>
        52                    <th  scope="row " style="f loat: left ; font-siz e: 0; heig ht: 0;">Ge nder</th>
        53                                      <td styl e="float:  left;">Gen der</td>
        54                                      <td><c:c hoose>
        55                                                       <c :when
        56                                                                test ="${fn:con tainsIgnor eCase(pati entDemogra phics.gend er, 'M')== true}"> Ma le </c:whe n>
        57                                                       <c :when
        58                                                                test ="${fn:con tainsIgnor eCase(pati entDemogra phics.gend er, 'F')== true}"> Fe male </c:w hen>
        59                                                       <c :otherwise > ${patien tDemograph ics.gender } </c:othe rwise>
        60                                               </c:choose ></td>
        61                                      <td>Mari tal Status </td>
        62                                      <td><c:c hoose>
        63                                                       <c :when
        64                                                                test ="${fn:con tainsIgnor eCase(pati entDemogra phics.mari talStatus,  'M')==tru e}"> Marri ed </c:whe n>
        65                                                       <c :when
        66                                                                test ="${fn:con tainsIgnor eCase(pati entDemogra phics.mari talStatus,  'S')==tru e}"> Singl e </c:when >
        67                                                       <c :when
        68                                                                test ="${fn:con tainsIgnor eCase(pati entDemogra phics.mari talStatus,  'D')==tru e}"> Divor ced </c:wh en>
        69                                                       <c :when
        70                                                                test ="${fn:con tainsIgnor eCase(pati entDemogra phics.mari talStatus,  'W')==tru e}"> Widow ed </c:whe n>
        71                                                       <c :when
        72                                                                test ="${fn:con tainsIgnor eCase(pati entDemogra phics.mari talStatus,  'P')==tru e}"> Separ ated </c:w hen>
        73                                                       <c :when
        74                                                                test ="${fn:con tainsIgnor eCase(pati entDemogra phics.mari talStatus,  'C')==tru e}"> Corre ction </c: when>
        75                                                       <c :when
        76                                                                test ="${fn:con tainsIgnor eCase(pati entDemogra phics.mari talStatus,  'DP')==tr ue}"> Dome stic Partn er </c:whe n>
        77                                                       <c :otherwise > ${patien tDemograph ics.marita lStatus} < /c:otherwi se>
        78                                               </c:choose ></td>
        79                             </tr>
        80                             <tr>
        81                    <th  scope="row " style="f loat: left ; font-siz e: 0; heig ht: 0;">IC N</th>
        82                                      <td styl e="float:  left;">ICN </td>
        83                                      <td>${pa tientDemog raphics.ic n}</td>
        84                                      <td>SSN< /td>
        85                                      <td>${pa tientDemog raphics.ss n}</td>
        86                             </tr>
        87                             <tr>
        88                    <th  scope="row " style="f loat: left ; font-siz e: 0; heig ht: 0;">Mu ltiple Bir th</th>
        89                                      <td styl e="float:  left;">Mul tiple Birt h</td>
        90                                      <td><c:c hoose>
        91                                                       <c :when
        92                                                                test ="${fn:con tainsIgnor eCase(pati entDemogra phics.mult ipleBirthI ndicator,  'N')==true }"> NO </c :when>
        93                                                       <c :when
        94                                                                test ="${fn:con tainsIgnor eCase(pati entDemogra phics.mult ipleBirthI ndicator,  'Y')==true }"> YES </ c:when>
        95                                                       <c :otherwise > ${patien tDemograph ics.multip leBirthInd icator} </ c:otherwis e>
        96                                               </c:choose ></td>
        97                                      <td>&nbs p;</td>
        98                                      <td>&nbs p;</td>
        99                             </tr>
        100                    </tb ody>
        101           </ table>
        102   </div>