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

3953.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\svc\consenteval policy-eval-svc.xml Tue May 2 14:49:40 2017 UTC

3953.2 Comparison summary

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

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

3953.4 Active regular expressions

No regular expressions were active.

3953.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           
        8     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" 
        9     xmlns:util ="http://w ww.springf ramework.o rg/schema/ util"
        10           
        11     xmlns:cont ext="http: //www.spri ngframewor k.org/sche ma/context
        12     xmlns:p="h ttp://www. springfram ework.org/ schema/p"
        13           
        14     xmlns:jee= "http://ww w.springfr amework.or g/schema/j ee"
        15           
        16     xsi:schema Location=" http://www .springfra mework.org /schema/be ans
        17                 http://ww w.springfr amework.or g/schema/b eans/sprin g-beans-2. 5.xsd
        18                 http://ww w.springfr amework.or g/schema/u til
        19                 http://ww w.springfr amework.or g/schema/u til/spring -util-2.5. xsd
        20                 http://ww w.springfr amework.or g/schema/j ee http:// www.spring framework. org/schema /jee/sprin g-jee-2.5. xsd
        21                 http://ww w.springfr amework.or g/schema/c ontext
        22                 http://ww w.springfr amework.or g/schema/c ontext/spr ing-contex t-2.5.xsd"
        23   >
        24    
        25             
        26     <bean 
        27      id="policy Evaluation Service"
        28                      
        29      class="gov .va.nvap.s vc.consent eval.impl. PolicyEval uationServ iceImpl"
        30     >
        31                       
        32      <qualifier  
        33       value="Pol icyEvaluat ionService
        34      />
        35     
        36                       
        37      <property 
        38       name="loca lHomeCommu nityId" 
        39       value="${v a.homeComm unityOidEx t}"
        40      />
        41                   
        42      <property 
        43       name="dodH omeCommuni tyId" 
        44       value="${d od.homeCom munityOidE xt}"
        45      />
        46                       
        47      <property 
        48       name="pdpP roxy" 
        49       ref="pdpSe rviceEndpo int" 
        50      />
        51                       
        52      <property 
        53       name="pdqS ervice" 
        54       ref="pdqSe rvice" 
        55      />
        56                       
        57      <property 
        58       name="pers onService"  
        59       ref="psimS ervice" 
        60      />
        61                       
        62      <property 
        63       name="faci lityServic e" 
        64       ref="facil ityService Facade" 
        65      />
        66                       
        67      <property 
        68       name="pipI nterface" 
        69       ref="pipIn terfaceFac ade" 
        70      />
        71                       
        72      <property 
        73       name="nwhi nConsentTy pe" 
        74       value="NwH IN Authori zation"
        75      />
        76                       
        77      <property 
        78       name="ssaC onsentType
        79       value="SSA  Authoriza tion"
        80      />
        81                       
        82      <property 
        83       name="nwhi nRestricti onType" 
        84       value="NwH IN Organiz ation Rest riction Au thorizatio n"
        85      />
        86                       
        87      <property 
        88       name="adap terDocQuer yEndpoint"  
        89       ref="adapt erDocQuery Endpoint"
        90      />
        91                       
        92      <property 
        93       name="adap terDocRetr ieveEndpoi nt" 
        94       ref="adapt erDocRetri eveEndpoin t"
        95      />
        96              
        97      <property 
        98       name="slsE ndpoint" 
        99       ref="slsEn dpoint"
        100      />
        101              
        102      <property 
        103       name="pati entConfide ntialityDA O" 
        104       ref="patie ntConfiden tialityDAO "
        105      />
        106              
        107      <property 
        108       name="enab leSLSInteg ration" 
        109       value="${s ls.enableI ntegration :false}" 
        110      />
        111              
        112     </bean>
        113    
        114         
        115     <bean 
        116      id="patien tConfident ialityDAO"  
        117      class="gov .va.nvap.s vc.consent mgmt.stub. dao.Patien tConfident ialityDAO"
        118     >
        119              
        120      <property 
        121       name="rest rictedMaxA geInMinute s" 
        122       value="${p atientConf identialit y.restrict ed.maxAgeI nMinutes}"
        123      />
        124              
        125      <property 
        126       name="norm alMaxAgeIn Minutes" 
        127       value="${p atientConf identialit y.normal.m axAgeInMin utes}"
        128      />
        129          
        130     </bean>
        131    
        132         
        133     <jee:jndi- lookup 
        134      id="pipInt erfaceFaca de"
        135                      
        136      jndi-name= "PipServic e#gov.va.n vap.svc.co nsentmgmt. PIPInterfa ce" 
        137      cache="tru e"
        138                      
        139      resource-r ef="true" 
        140      lookup-on- startup="t rue"
        141                      
        142      expected-t ype="gov.v a.nvap.svc .consentmg mt.PIPInte rface" 
        143      proxy-inte rface="gov .va.nvap.s vc.consent mgmt.PIPIn terface" 
        144     />
        145         
        146     <jee:jndi- lookup 
        147      id="facili tyServiceF acade"
        148                      
        149      jndi-name= "FacilityS ervice#gov .va.nvap.s vc.facilit y.intf.Fac ilityServi ce" 
        150      cache="tru e"
        151                      
        152      resource-r ef="true" 
        153      lookup-on- startup="t rue"
        154                      
        155      expected-t ype="gov.v a.nvap.svc .facility. intf.Facil ityService
        156      proxy-inte rface="gov .va.nvap.s vc.facilit y.intf.Fac ilityServi ce" 
        157     />
        158    
        159   </beans>