Produced by Araxis Merge on 10/2/2017 1:40:10 PM Central 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 | chef-repo.zip\chef-repo\project_cookbooks\mocks\templates\default\jmeadows | appconfig-development.properties.erb | Thu Mar 23 16:44:18 2017 UTC |
| 2 | chef-repo.zip\chef-repo\project_cookbooks\mocks\templates\default\jmeadows | appconfig-development.properties.erb | Mon Oct 2 15:19:58 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 11 | 354 |
| Changed | 10 | 22 |
| Inserted | 0 | 0 |
| 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 | #log4j pro perties | |
| 2 | LOG4J_PROP ERTIES = l og4j.xml | |
| 3 | ||
| 4 | # CHCSWS e ndpoint | |
| 5 | CHCS_URL = https://l ocalhost: PORT /CHCSWS/CH CSDataServ ice?wsdl | |
| 6 | ||
| 7 | # VistaDat aService e ndpoint | |
| 8 | VISTA_URL = <%= node [:mocks][: jmeadows][ :vds_endpo int]%> | |
| 9 | ||
| 10 | #PIX servi ce endpoin t | |
| 11 | PIX_URL = https://va ww.esbpp.l ovell.fhcc . DNS : PORT /PIXServic eWS/PIXMan ager_Servi ce?wsdl | |
| 12 | ||
| 13 | # BHIEReal yService e ndpoint | |
| 14 | #BHIE_RELA Y_SERVICE_ URL = http ://localho st:8080/BH IERelaySer vice-2.3.1 .0-product ion/BHIERe layService ?wsdl | |
| 15 | BHIE_RELAY _SERVICE_U RL = <%= n ode[:mocks ][:jmeadow s][:bhie_r elay_endpo int]%> | |
| 16 | ||
| 17 | # PDWS end point | |
| 18 | PDWS_PS_UR L = http:/ / IP /MockPDWS/ EntityPati entSearch? wsdl | |
| 19 | PDWS_PR_UR L = <%= no de[:mocks] [:jmeadows ][:pwds_en dpoint]%> | |
| 20 | PDWS_FS_UR L = http:/ / IP /MockPDWS/ EntityPati entFamilyS earch?wsdl | |
| 21 | PDWS_FR_UR L = http:/ / IP /MockPDWS/ EntityPati entFamilyR etrieve?ws dl | |
| 22 | ||
| 23 | # PDWS HL7 Message H eader Proc essing Cod e | |
| 24 | PDWS_PROC_ CODE = T | |
| 25 | ||
| 26 | # PDWS HL7 Message S ender Devi ce ID | |
| 27 | PDWS_SND_D EV_ID = 16 1841 | |
| 28 | ||
| 29 | # PDWS DEB UG FLAG ** workaroun d for acce ss denied issue | |
| 30 | DEBUG_SOAP _OUTPUT = false | |
| 31 | ||
| 32 | # MVI endp oint | |
| 33 | MVI_URL = http:// IP /MockMVI/I dMWebServi ce?wsdl | |
| 34 | #MVI_URL = http://loc alhost:808 8/MVIServi ce?WSDL | |
| 35 | ||
| 36 | # MVI HL7 Message Se nder Devic e ID | |
| 37 | MVI_SND_DE V_ID = 200 JNUS | |
| 38 | ||
| 39 | # Restrict VA user a ccess to D oD-only pa tient info rmation | |
| 40 | VA_USER_RE STRICT = T RUE | |
| 41 | ||
| 42 | # Allow VA user acce ss to DoD- only patie nt informa tion (Audi ted and pr ompted) | |
| 43 | VA_USER_AL LOW_RESTRI CT_ACCESS = TRUE | |
| 44 | ||
| 45 | # CHCSWS e ncrypted u sername | |
| 46 | CHCSWS_USE RNAME = RED A CTED | |
| 47 | ||
| 48 | # CHCSWS e cnrypted p assword | |
| 49 | CHCSWS_PWD = REDACTE D | |
| 50 | ||
| 51 | # BHIEReal yService e ncrypted u sername | |
| 52 | BHIE_RELAY _SERVICE_U SERNAME = RED A CTED | |
| 53 | ||
| 54 | # BHIEReal yService e ncrypted p assword | |
| 55 | BHIE_RELAY _SERVICE_P WD = RED A CTED | |
| 56 | ||
| 57 | # true to relax SSL v3 securi ty require ments. (Us e this for debugging purposes only!) | |
| 58 | IS_TRUST_A LL_SSL_HOS TNAMES_AND _CERTS = t rue | |
| 59 | ||
| 60 | # true to utilize C3 PO for as the sql co nnection p ooling api . | |
| 61 | # If false , defaults to utiliz ing JNDI l ookup for connection pool. | |
| 62 | USE_C3PO = false | |
| 63 | ||
| 64 | # SQL serv er JDBC co nnection s tring (for use with C3PO) | |
| 65 | SQL_URL = <%= node[: mocks][:sq l_url]%> | |
| 66 | #SQL_URL: jdbc:oracl e:thin:ieh rowner/ieh r0wner@// SERVER .r02. URL :1521/heal thpp | |
| 67 | ||
| 68 | # SQL serv er JDBC co nnection s tring (for use with C3PO) | |
| 69 | SQL_URL_EN CRYPTED = <%= node[: mocks][:sq l_url]%> | |
| 70 | ||
| 71 | # SQL serv er driver (for use w ith C3PO) | |
| 72 | SQL_DRIVER = com.mic rosoft.sql server.jdb c.SQLServe rDataSourc e | |
| 73 | #SQL_DRIVE R: oracle. jdbc.drive r.OracleDr iver | |
| 74 | ||
| 75 | # JDNI con nection po oling look up name | |
| 76 | JNDI_JDBC = jdbc/Jan usSQL | |
| 77 | ||
| 78 | # JDNI con nection po oling look up name | |
| 79 | JNDI_JDBC_ ENCRYPTED = jdbc/Jan usSQL | |
| 80 | ||
| 81 | # General service re quest time out settin g in milli seconds | |
| 82 | REQUEST_TI MEOUT_MS = 110000 | |
| 83 | ||
| 84 | # General service co nnection t imeout set ting in mi lliseconds | |
| 85 | CONNECTION _TIMEOUT_M S = 30000 | |
| 86 | ||
| 87 | # General thread tim eout in mi lliseconds | |
| 88 | THREAD_TIM EOUT_MS = 115000 | |
| 89 | ||
| 90 | # General service re quest time out settin g in milli seconds | |
| 91 | VLER_REQUE ST_TIMEOUT _MS = 4800 00 | |
| 92 | ||
| 93 | # General service co nnection t imeout set ting in mi lliseconds | |
| 94 | VLER_CONNE CTION_TIME OUT_MS = 3 0000 | |
| 95 | ||
| 96 | ||
| 97 | # Default error mess age string | |
| 98 | ERROR_MSG_ CONNECTION _UNAVAILAB LE = Conne ction unav ailable. | |
| 99 | ||
| 100 | # Default edr servic e related error mess age string | |
| 101 | ERROR_MSG_ EDR_DOCS = Unable to retrieve eDR scanne d document | |
| 102 | ||
| 103 | # BHIE/DoD adapter c linical do main enabl ement conf igurations . BHIE use is for Do D data onl y, not VA. | |
| 104 | ||
| 105 | # BHIE cus todian OID s. Each OI D represen ts a parti cular data site that BHIE aggr egates fro m. | |
| 106 | # These cu stodian OI Ds are inc luded as B HIE query included o r excluded site para meters. | |
| 107 | ||
| 108 | # AHLTA cu stodian OI D. | |
| 109 | BHIE_CUSTO DIAN_OID_A HLTA = 2.1 6.840.1.11 3883.3.42. 126.100001 .13 | |
| 110 | ||
| 111 | # TMDS cus todian OID | |
| 112 | BHIE_CUSTO DIAN_OID_T MDS = 2.16 .840.1.113 883.3.42.1 0009.10000 1.13 | |
| 113 | ||
| 114 | # VA custo dian OID | |
| 115 | BHIE_CUSTO DIAN_OID_V A = 2.16.8 40.1.11388 3.3.42.100 02.100001. 8.22200 | |
| 116 | ||
| 117 | # ESSENTRI S custdian OID | |
| 118 | BHIE_CUSTO DIAN_OID_E SS = 2.16. 840.1.1138 83.3.42.14 4.100001.1 7 | |
| 119 | ||
| 120 | # CHCS cus todian OID | |
| 121 | BHIE_CUSTO DIAN_OID_C HCS = 2.16 .840.1.113 883.3.42.1 27.100001. 15 | |
| 122 | ||
| 123 | # SHARE cu stodian OI D | |
| 124 | BHIE_CUSTO DIAN_OID_S HARE = 2.1 6.840.1.11 3883.3.42. 10002.1000 01.8 | |
| 125 | ||
| 126 | # FHIE cus todian OID | |
| 127 | BHIE_CUSTO DIAN_OID_F HIE = 1.1. 1.999 | |
| 128 | ||
| 129 | # Site cod e to retur n with BHI E error be ans (utili zed when B HIE connec tion is un available) . | |
| 130 | BHIE_ERROR _SITE_CODE = DOD | |
| 131 | ||
| 132 | # Site nam e to retur n with BHI E error be an (utiliz ed when BH IE connect ion is una vailable). | |
| 133 | BHIE_ERROR _SITE_NAME = DOD | |
| 134 | ||
| 135 | # Site mon iker to re turn with BHIE error bean (uti lized when BHIE conn ection is unavailabl e). | |
| 136 | BHIE_ERROR _SITE_MONI KER = DOD | |
| 137 | ||
| 138 | # The loca l VA facil ity's pati ent IEN OI D - for us e with the PIX Servi ce patient identifie r map. | |
| 139 | LOCAL_VA_I EN_OID = 2 .16.840.1. 113883.3.4 2.10006.10 0005.8 | |
| 140 | ||
| 141 | # Vista en terprise I CN OID - f or use wit h the PIX Service pa tient iden tifier map . | |
| 142 | VISTA_ICN_ OID = 2.16 .840.1.113 883.3.42.1 0006.10000 5.2 | |
| 143 | ||
| 144 | # The DoD enterprise EDIPN (ED IPI) OID - for use w ith the Pi x Service identifier map. | |
| 145 | DOD_EDIPN_ OID = 2.16 .840.1.113 883.3.42.1 0001.10000 1.12 | |
| 146 | ||
| 147 | # VA agenc y name str ing Should be config ured as VA | |
| 148 | AGENCY_VA = VA | |
| 149 | ||
| 150 | # DOD agen cy name st ring. Shou ld be conf igured as DOD | |
| 151 | AGENCY_DOD = DOD | |
| 152 | ||
| 153 | #SiteMap E HCache nam e (EHCach e) | |
| 154 | EHCACHE_NA ME_SITEMAP = sites | |
| 155 | ||
| 156 | #RPC site endpoint e nvironment (enterpri se, hrg, n c_gold, et c.) | |
| 157 | RPC_ENDPOI NT_ENVIRON MENT = dev | |
| 158 | ||
| 159 | #CACHE sit e endpoint environme nt (enterp rise, hrg, nc_gold, etc.) | |
| 160 | CACHE_ENDP OINT_ENVIR ONMENT = d ev | |
| 161 | ||
| 162 | SHARE_ENDP OINT_ENVIR ONMENT = d ev | |
| 163 | ||
| 164 | MEDWEB_END POINT_ENVI RONMENT = dev | |
| 165 | ||
| 166 | AHLTA_ENDP OINT_ENVIR ONMENT = d ev | |
| 167 | ||
| 168 | #meant for temporary use durin g transiti on to ente rprise | |
| 169 | LOCAL_CHCS _SITECODE = N00211 | |
| 170 | ||
| 171 | #meant for temporary use durin g transiti on to ente rprise | |
| 172 | LOCAL_VIST A_SITECODE = 556 | |
| 173 | ||
| 174 | #use termi nology map ping cache (hashMap) if set to true | |
| 175 | #else use SQL server without h ashMap cac he | |
| 176 | USE_TERM_M APPING_CAC HE = false | |
| 177 | ||
| 178 | #Load mapp ing data f rom SQL Se rver on st artup | |
| 179 | LOAD_VLER_ SITE_CACHE = false | |
| 180 | ||
| 181 | #use AHLTA snarework s instead of SQL whi telist. | |
| 182 | USE_SNAREW ORKS = fal se | |
| 183 | ||
| 184 | # DMIS IDs and facil ities used for mappi ng DMIS ID s to clini c names fo r patient demographi c's PCM cl inic | |
| 185 | DMIS_FILE_ NAME = 201 506_dmisid _cma.prope rties | |
| 186 | DMIS_TOKEN _DELIM = , | |
| 187 | DMIS_ID_TO KEN_POS = 0 | |
| 188 | DMIS_NAME_ TOKEN_POS = 5 |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.