4465. EPMO Open Source Coordination Office Redaction File Detail Report

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

4465.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:40 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 correlations.jsp Fri Apr 21 20:03:30 2017 UTC

4465.2 Comparison summary

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

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

4465.4 Active regular expressions

No regular expressions were active.

4465.5 Comparison detail

        1   <%--
        2           Do cument   :  Show the  patient co rrelations  from the  MPI.
        3           Au thor     :  Asha Amri traj
        4   --%>
        5   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c" %>
        6   <%@taglib  uri="http: //java.sun .com/jsp/j stl/functi ons" prefi x="fn"%>
        7   <%@taglib  uri="http: //java.sun .com/jsp/j stl/fmt" p refix="fmt "%>
        8   <%@taglib  tagdir="/W EB-INF/tag s/cpp" pre fix="cpp"% >
        9   <table wid th="100%">
        10       <c:cho ose>
        11           <c :when test ="${!empty  correlati ons}">
        12                <tr role ="row">
        13                    <td  role="grid cell">
        14                         <table cla ss="box-ta ble-a">
        15                             <thead >
        16                                 <t r role="ro w">
        17                                      <th role ="columnhe ader">Faci lity Numbe r</th>
        18                                      <th role ="columnhe ader"><c:o ut value=" ${organiza tionName}"  /> Organi zation Nam e</th>
        19                                      <th role ="columnhe ader"><c:o ut value=" ${organiza tionName}"  /> Organi zation Ass igning Aut hority</th >
        20                                      <th role ="columnhe ader">Pati ent ID</th >
        21                                 </ tr>
        22                             </thea d>
        23                             <tbody >
        24                                 <c :forEach v ar="r" ite ms="${corr elations}"  varStatus ="i">
        25                                      <tr role ="row">
        26                                          <td  role="grid cell"><c:o ut value=" ${r.facili tyNumber}"  /></td>
        27                                          <td  role="grid cell" titl e="<c:out  value="${r .organizat ionOid}" / >"><c:out  value="${r .facilityN ame}" /></ td>
        28                                               <c:choose>
        29                                                   <c:whe n test="${ empty r.as signingAut horityName }">
        30                                                       <t d title="< c:out valu e="${r.ass igningAuth orityOid}"  />"><c:ou t value="$ {r.assigni ngAuthorit yOid}" />< /td>
        31                                                   </c:wh en>
        32                                                   <c:oth erwise>
        33                                                       <t d title="< c:out valu e="${r.ass igningAuth orityOid}"  />"><c:ou t value="$ {r.assigni ngAuthorit yName}" /> </td>
        34                                                   </c:ot herwise>
        35                                               </c:choose >
        36                                          <td  role="grid cell"><c:o ut value=" ${r.correl atedPatien tId}" /></ td>
        37                                      </tr>
        38                                 </ c:forEach>
        39                             </tbod y>
        40                         </table>
        41                    </td >
        42                </tr>
        43                <tr role ="row">
        44                    <td  role="grid cell">
        45                         <p class=" detailText ">
        46                             If a c orrelation  needs to  be removed ,
        47                             please  contact y our local  MPI Point  of Contact  who will  work with
        48                             the na tional Hea lthcare Id entity Man agement (H C IdM) Tea m to
        49                             comple te that ac tion.
        50                         </p>
        51                    </td >
        52                </tr>
        53                <cpp:use rInRole ro le="VAPApp licationTe ster">
        54                    <tr  role="row" >
        55                         <td role=" gridcell">
        56                             <p cla ss="detail Text">
        57                                 Th e Remove C orrelation  action sh ould only  be taken w ith
        58                                 Su pervisory  approval a nd is only  used in r are circum stances (s uch
        59                                 as  when a pa tient has  been corre lated with  an incorr ect record  at
        60                                 a  participat ing partne r). NOTE:  The Remove  Correlati on action
        61                                 wi ll remove  <b>all</b>  patient c orrelation s other th an DoD.
        62                             </p>
        63                         </td>
        64                    </tr >
        65                    <tr  role="row" >
        66                         <td role=" gridcell">
        67                             <div c lass="form -container ">
        68                                 <f orm action ="PatientD etails.do_ sec" metho d="POST" o nsubmit="r eturn doSu bmit(this) ">
        69                                      <fieldse t>
        70                                          <leg end>Remove  Correlati ons</legen d>
        71                                          <div >Remove co rrelations  to <c:out  value="${ organizati onName}" / > partners  from VA's  Master Pa tient Inde x.</div>
        72                                          <div  align="ce nter">
        73                                               <input tit le="Remove  Correlati ons" class ="button"  type="subm it" name=" revoke" va lue="Remov e Correlat ions" <c:i f test="${ empty corr elations}" >disabled= "disabled" </c:if> on click="rev okeClicked  = true" / >
        74                                          </di v>
        75                                      </fields et>
        76                                 </ form>
        77                             </div>
        78                         </td>
        79                    </tr >
        80                </cpp:us erInRole>
        81           </ c:when>
        82           <c :otherwise >
        83                    <tr  role="row" >
        84                         <td role=" gridcell">
        85                             <p cla ss="detail Text">This  patient h as no <c:o ut value=" ${organiza tionName}"  /> correl ations.</p >
        86                         </td>
        87                    </tr >
        88           </ c:otherwis e>
        89       </c:ch oose>
        90   </table>