Produced by Araxis Merge on 6/9/2017 3:51:36 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Fri Jun 9 19:51:36 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\spring\gov\va\nvap\web\report | report-config.xml | Fri Apr 21 20:15:58 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 250 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 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:aop= "http://ww w.springfr amework.or g/schema/a op" | |||||
| 10 | ||||||
| 11 | xmlns:tx=" http://www .springfra mework.org /schema/tx " | |||||
| 12 | xmlns:jee= "http://ww w.springfr amework.or g/schema/j ee" | |||||
| 13 | ||||||
| 14 | xmlns:cont ext="http: //www.spri ngframewor k.org/sche ma/context " | |||||
| 15 | ||||||
| 16 | xsi:schema Location=" | |||||
| 17 | http ://www.spr ingframewo rk.org/sch ema/beans http://www .springfra mework.org /schema/be ans/spring -beans.xsd | |||||
| 18 | http ://www.spr ingframewo rk.org/sch ema/tx htt p://www.sp ringframew ork.org/sc hema/tx/sp ring-tx.xs d | |||||
| 19 | http ://www.spr ingframewo rk.org/sch ema/contex t | |||||
| 20 | http ://www.spr ingframewo rk.org/sch ema/contex t/spring-c ontext-2.5 .xsd | |||||
| 21 | http ://www.spr ingframewo rk.org/sch ema/jee ht tp://www.s pringframe work.org/s chema/jee/ spring-jee -2.5.xsd | |||||
| 22 | http ://www.spr ingframewo rk.org/sch ema/aop ht tp://www.s pringframe work.org/s chema/aop/ spring-aop .xsd" | |||||
| 23 | > | |||||
| 24 | ||||||
| 25 | ||||||
| 26 | <bean | |||||
| 27 | id="excelE xporter" | |||||
| 28 | class="gov .va.nvap.w eb.util.xl s.ExcelExp orter" | |||||
| 29 | > | |||||
| 30 | ||||||
| 31 | <property | |||||
| 32 | name="stre amCacheCon trol" | |||||
| 33 | value="mus t-revalida te" | |||||
| 34 | /> | |||||
| 35 | ||||||
| 36 | <property | |||||
| 37 | name="stre amApplicat ionType" | |||||
| 38 | value="app lication/v nd.ms-exce l" | |||||
| 39 | /> | |||||
| 40 | ||||||
| 41 | <property | |||||
| 42 | name="titl eFontSize" | |||||
| 43 | value="12" | |||||
| 44 | /> | |||||
| 45 | ||||||
| 46 | </bean> | |||||
| 47 | ||||||
| 48 | ||||||
| 49 | <bean | |||||
| 50 | id="report Helper" | |||||
| 51 | class="gov .va.nvap.w eb.helper. report.Rep ortHelper" | |||||
| 52 | > | |||||
| 53 | ||||||
| 54 | <property | |||||
| 55 | name="pdqS ervice" | |||||
| 56 | ref="pdqSe rvice" | |||||
| 57 | /> | |||||
| 58 | ||||||
| 59 | <property | |||||
| 60 | name="disc losuresDet ailedRepor tCap" | |||||
| 61 | value="${d isclosures .detailed. report.cap }" | |||||
| 62 | /> | |||||
| 63 | ||||||
| 64 | <property | |||||
| 65 | name="recv dDocsDetai ledReportC ap" | |||||
| 66 | value="${r eceiveddoc s.detailed .report.ca p}" | |||||
| 67 | /> | |||||
| 68 | ||||||
| 69 | <property | |||||
| 70 | name="cons entDirecti vesReportC ap" | |||||
| 71 | value="${c onsentdire ctives.det ailed.repo rt.cap}" | |||||
| 72 | /> | |||||
| 73 | ||||||
| 74 | <property | |||||
| 75 | name="pdDe tailedRepo rtCap" | |||||
| 76 | value="${p atientdisc overy.deta iled.repor t.cap}" | |||||
| 77 | /> | |||||
| 78 | ||||||
| 79 | </bean> | |||||
| 80 | ||||||
| 81 | ||||||
| 82 | <bean | |||||
| 83 | id="organi zationsJpa Controller " | |||||
| 84 | class="gov .va.nvap.s vc.consent mgmt.jpa.O rganizatio nsJpaContr oller" | |||||
| 85 | > | |||||
| 86 | </bean> | |||||
| 87 | ||||||
| 88 | ||||||
| 89 | <bean | |||||
| 90 | id="Servic eAuditDAO" | |||||
| 91 | class="gov .va.nvap.s ervice.aut h.ServiceA uditDAO" | |||||
| 92 | > | |||||
| 93 | </bean> | |||||
| 94 | ||||||
| 95 | ||||||
| 96 | <bean | |||||
| 97 | id="Delaye dConsentDA O" | |||||
| 98 | class="gov .va.nvap.s vc.consent mgmt.stub. dao.Delaye dConsentDA O" | |||||
| 99 | > | |||||
| 100 | </bean> | |||||
| 101 | ||||||
| 102 | ||||||
| 103 | <bean | |||||
| 104 | id="Delaye dConsentRe portDAO" | |||||
| 105 | class="gov .va.nvap.s vc.consent mgmt.stub. dao.Delaye dConsentRe portDAO" | |||||
| 106 | > | |||||
| 107 | </bean> | |||||
| 108 | ||||||
| 109 | ||||||
| 110 | <bean | |||||
| 111 | id="DelayR easonDAO" | |||||
| 112 | class="gov .va.nvap.s vc.consent mgmt.stub. dao.DelayR easonDAO" | |||||
| 113 | > | |||||
| 114 | </bean> | |||||
| 115 | ||||||
| 116 | ||||||
| 117 | <bean | |||||
| 118 | id="MailNo tification DAO" | |||||
| 119 | class="gov .va.nvap.s vc.consent mgmt.stub. dao.MailNo tification DAO" | |||||
| 120 | > | |||||
| 121 | </bean> | |||||
| 122 | ||||||
| 123 | ||||||
| 124 | <bean | |||||
| 125 | id="MailLo gDAO" | |||||
| 126 | class="gov .va.nvap.s vc.consent mgmt.stub. dao.MailLo gDAO" | |||||
| 127 | > | |||||
| 128 | </bean> | |||||
| 129 | ||||||
| 130 | ||||||
| 131 | <bean | |||||
| 132 | id="Letter TypeDAO" | |||||
| 133 | class="gov .va.nvap.s vc.consent mgmt.stub. dao.Letter TypeDAO" | |||||
| 134 | > | |||||
| 135 | </bean> | |||||
| 136 | ||||||
| 137 | ||||||
| 138 | <bean | |||||
| 139 | id="MailTe mplateDAO" | |||||
| 140 | class="gov .va.nvap.s vc.consent mgmt.stub. dao.MailTe mplateDAO" | |||||
| 141 | > | |||||
| 142 | </bean> | |||||
| 143 | ||||||
| 144 | ||||||
| 145 | <bean | |||||
| 146 | id="Facili tyDAO" | |||||
| 147 | class="gov .va.nvap.w eb.dao.Fac ilityDAO" | |||||
| 148 | > | |||||
| 149 | </bean> | |||||
| 150 | ||||||
| 151 | ||||||
| 152 | <bean | |||||
| 153 | id="Patien tConsentDi rDAO" | |||||
| 154 | class="gov .va.nvap.s vc.consent mgmt.stub. dao.Patien tConsentDi rDAO" | |||||
| 155 | > | |||||
| 156 | </bean> | |||||
| 157 | ||||||
| 158 | ||||||
| 159 | <bean | |||||
| 160 | id="Active ConsentSum maryDAO" | |||||
| 161 | class="gov .va.nvap.w eb.dao.Act iveConsent SummaryDAO " | |||||
| 162 | > | |||||
| 163 | </bean> | |||||
| 164 | ||||||
| 165 | ||||||
| 166 | <bean | |||||
| 167 | id="VisnDA O" | |||||
| 168 | class="gov .va.nvap.w eb.dao.Vis nDAO" | |||||
| 169 | > | |||||
| 170 | </bean> | |||||
| 171 | ||||||
| 172 | ||||||
| 173 | <bean | |||||
| 174 | id="Descri ptorDAO" | |||||
| 175 | class="gov .va.nvap.s vc.consent mgmt.stub. dao.Descri ptorDAO" | |||||
| 176 | > | |||||
| 177 | </bean> | |||||
| 178 | ||||||
| 179 | ||||||
| 180 | <bean | |||||
| 181 | id="UserDo cumentDAO" | |||||
| 182 | class="gov .va.nvap.w eb.dao.Use rDocumentD AO" | |||||
| 183 | > | |||||
| 184 | </bean> | |||||
| 185 | ||||||
| 186 | ||||||
| 187 | <bean | |||||
| 188 | id="UserAu ditDAO" | |||||
| 189 | class="gov .va.nvap.w eb.dao.Use rAuditDAO" | |||||
| 190 | > | |||||
| 191 | </bean> | |||||
| 192 | ||||||
| 193 | ||||||
| 194 | <bean | |||||
| 195 | id="UserRo leDAO" | |||||
| 196 | class="gov .va.nvap.w eb.dao.Use rRoleDAO" | |||||
| 197 | > | |||||
| 198 | </bean> | |||||
| 199 | ||||||
| 200 | ||||||
| 201 | <bean | |||||
| 202 | id="Allowe dRoleDAO" | |||||
| 203 | class="gov .va.nvap.w eb.dao.All owedRoleDA O" | |||||
| 204 | > | |||||
| 205 | </bean> | |||||
| 206 | ||||||
| 207 | ||||||
| 208 | <jee:jndi- lookup | |||||
| 209 | id="pdqSer vice" | |||||
| 210 | ||||||
| 211 | jndi-name= "PdqServic e#gov.va.n vap.servic e.pdq.PdqS ervice" | |||||
| 212 | cache="tru e" | |||||
| 213 | ||||||
| 214 | resource-r ef="true" | |||||
| 215 | lookup-on- startup="t rue" | |||||
| 216 | ||||||
| 217 | expected-t ype="gov.v a.nvap.ser vice.pdq.P dqService" | |||||
| 218 | proxy-inte rface="gov .va.nvap.s ervice.pdq .PdqServic e" | |||||
| 219 | /> | |||||
| 220 | ||||||
| 221 | ||||||
| 222 | <bean | |||||
| 223 | id="bulkDo wnloadDocs " | |||||
| 224 | class="gov .va.nvap.w eb.helper. report.Bul kDownloadD ocsClient" | |||||
| 225 | > | |||||
| 226 | ||||||
| 227 | <property | |||||
| 228 | name="down loadUrl" | |||||
| 229 | value="${d ocs.bulk.d ownload.ur l}" | |||||
| 230 | /> | |||||
| 231 | ||||||
| 232 | <property | |||||
| 233 | name="conn ectionTime outSec" | |||||
| 234 | value="${d ocs.bulk.d ownload.co nnection.t imeout.sec }" | |||||
| 235 | /> | |||||
| 236 | ||||||
| 237 | <property | |||||
| 238 | name="read TimeoutSec " | |||||
| 239 | value="${d ocs.bulk.d ownload.re ad.timeout .sec}" | |||||
| 240 | /> | |||||
| 241 | ||||||
| 242 | </bean> | |||||
| 243 | ||||||
| 244 | ||||||
| 245 | <bean | |||||
| 246 | id="bulkDo wnloadDocs -mock" | |||||
| 247 | class="gov .va.nvap.m ock.report .MockBulkD ownloadDoc s" | |||||
| 248 | /> | |||||
| 249 | ||||||
| 250 | </beans> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.