3946. EPMO Open Source Coordination Office Redaction File Detail Report

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

3946.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:00 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-server\src\main\resources\gov\va\nvap\server\service\pdp pdp-service.xml Fri Apr 21 20:03:28 2017 UTC

3946.2 Comparison summary

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

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

3946.4 Active regular expressions

No regular expressions were active.

3946.5 Comparison detail

        1   <?xml 
        2     version="1 .0" 
        3     encoding=" UTF-8"
        4   ?>
        5   <beans 
        6     xmlns="htt p://www.sp ringframew ork.org/sc hema/beans
        7     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce"
        8     
        9     xmlns:util ="http://w ww.springf ramework.o rg/schema/ util" 
        10     xmlns:cont ext="http: //www.spri ngframewor k.org/sche ma/context "
        11     
        12     xmlns:p="h ttp://www. springfram ework.org/ schema/p" 
        13     xmlns:jee= "http://ww w.springfr amework.or g/schema/j ee"
        14     
        15     xsi:schema Location=" http://www .springfra mework.org /schema/be ans
        16                 http://ww w.springfr amework.or g/schema/b eans/sprin g-beans-2. 5.xsd
        17                 http://ww w.springfr amework.or g/schema/u til
        18                 http://ww w.springfr amework.or g/schema/u til/spring -util-2.5. xsd
        19                 http://ww w.springfr amework.or g/schema/j ee http:// www.spring framework. org/schema /jee/sprin g-jee-2.5. xsd
        20                 http://ww w.springfr amework.or g/schema/c ontext
        21                 http://ww w.springfr amework.or g/schema/c ontext/spr ing-contex t-2.5.xsd"
        22   >
        23             
        24     <bean 
        25      id ="pdpIm pl" 
        26      class="gov .va.nvap.s erver.serv ice.permis sion.pdp.P DPImplJava "
        27     >
        28                       
        29      <qualifier  
        30       value="PDP Implementa tion" 
        31      />
        32                       
        33      <property 
        34       name="loca lHomeCommu nityId" 
        35       value="${v a.homeComm unityOidEx t}"
        36      />
        37                       
        38      <property 
        39       name="pati entPurpose OfUse" 
        40       value="TRE ATMENT,EME RGENCY"
        41      />
        42                       
        43      <property 
        44       name="noOp tInRequire dHomeCommu nities" 
        45       value="${d od.homeCom munityOidE xt}"
        46      />
        47     
        48              
        49     </bean>
        50   </beans>