Produced by Araxis Merge on 5/9/2017 12:02:45 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 | OSCIF_HEC_v1.4_Sprint23_build4_Apr_2017.zip\CRM_solutions\Archive\VHACRMESRWebResources\source\WebResources | vhacrm_Veterandemographics | Fri Apr 28 20:50:04 2017 UTC |
| 2 | OSCIF_HEC_v1.4_Sprint23_build4_Apr_2017.zip\CRM_solutions\Archive\VHACRMESRWebResources\source\WebResources | vhacrm_Veterandemographics | Thu May 4 22:30:46 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 300 |
| Changed | 1 | 2 |
| 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 | <html> | |
| 2 | <head> | |
| 3 | <s cript src= "ClientGlo balContext .js.aspx" type="text /javascrip t"></scrip t> | |
| 4 | <s cript src= "bah_jquer y1.4.1.min .js" type= "text/java script"></ script> | |
| 5 | <s cript src= "bah_SDK.R EST.js" ty pe="text/j avascript" ></script> | |
| 6 | <s cript> | |
| 7 | var _esr Obj = null ; | |
| 8 | ||
| 9 | function buildQuer yFilter(fi eld, value , and) { | |
| 10 | if ( value == ' ') { | |
| 11 | if (and) { | |
| 12 | return " and " + field + " eq null"; | |
| 13 | } else { | |
| 14 | return field + " eq null"; | |
| 15 | } | |
| 16 | } | |
| 17 | else { | |
| 18 | if (and) { | |
| 19 | return " and " + field + " eq '" + v alue + "'" ; | |
| 20 | } else { | |
| 21 | return field + " eq '" + v alue + "'" ; | |
| 22 | } | |
| 23 | } | |
| 24 | ||
| 25 | } | |
| 26 | ||
| 27 | function getParame terByName( name, url) { | |
| 28 | if ( !url) url = window.l ocation.hr ef; | |
| 29 | name = name.re place(/[\[ \]]/g, "\\ $&"); | |
| 30 | var regex = ne w RegExp(" [?&]" + na me + "(=([ ^&#]*)|&|# |$)"), | |
| 31 | resu lts = rege x.exec(url ); | |
| 32 | if ( !results) return nul l; | |
| 33 | if ( !results[2 ]) return ''; | |
| 34 | retu rn decodeU RIComponen t(results[ 2].replace (/\+/g, " ")); | |
| 35 | } | |
| 36 | ||
| 37 | function doPageLoa d() { | |
| 38 | var esrEndpoin t = 'https ://URL.DNS /; | |
| 39 | //va r datavalu e = getPar ameterByNa me('data') ; | |
| 40 | //if (datavalue != null){ | |
| 41 | // var para ms = decod eURICompon ent(datava lue).split ("&"); | |
| 42 | // for (var i in para ms) { | |
| 43 | // para ms[i] = pa rams[i].re place(/\+/ g, " ").sp lit("="); | |
| 44 | // if ( params[i][ 0] == "esr ") { | |
| 45 | // esrEndpoin t = params [i][1]; | |
| 46 | // } | |
| 47 | // } | |
| 48 | //} | |
| 49 | if ( esrEndpoin t != "") { | |
| 50 | $.ajax({ | |
| 51 | url: e srEndpoint , | |
| 52 | dataType: 'json', | |
| 53 | timeou t: 1500, | |
| 54 | error: function () { | |
| 55 | _e srObj = nu ll; | |
| 56 | ou tputEligib ility(); | |
| 57 | }, | |
| 58 | succes s: functio n (result) { | |
| 59 | _e srObj = re sult; | |
| 60 | ou tputEligib ility(); | |
| 61 | } | |
| 62 | }); | |
| 63 | } | |
| 64 | } | |
| 65 | ||
| 66 | function outputEli gibility() { | |
| 67 | //re set displa y fields | |
| 68 | $("# MaritalSta tus").text ("--"); | |
| 69 | $("# DataSource ").text("- -"); | |
| 70 | $("# DeathDate" ).text("-- "); | |
| 71 | $("# DeathRepor tDate").te xt("--"); | |
| 72 | $("# FacilityRe ceived").t ext("--"); | |
| 73 | ||
| 74 | //se t display fields | |
| 75 | if ( _esrObj != null) { | |
| 76 | if (!_esrO bj.ErrorOc curred) { | |
| 77 | if ("D emographic s" in _esr Obj.Data) { | |
| 78 | if (_esrObj. Data.Demog raphics != null) { | |
| 79 | if (_esr Obj.Data.D emographic s.MaritalS tatus != n ull) { $(" #MaritalSt atus").tex t(_esrObj. Data.Demog raphics.Ma ritalStatu s); } | |
| 80 | } | |
| 81 | } | |
| 82 | ||
| 83 | if (_e srObj.Data .DeathReco nd != null ) { | |
| 84 | ||
| 85 | if (_esrObj. Data.Death Recond.Dat aSource != null) { | |
| 86 | $("#Data Source").t ext(_esrOb j.Data.Dea thRecond.D ataSource) ; | |
| 87 | var form attedDeath Date = _es rObj.Data. DeathRecon d.DeathDat e.substr(4 , 2) + "/" + _esrObj .Data.Deat hRecond.De athDate.su bstr(6, 2) + "/" + _ esrObj.Dat a.DeathRec ond.DeathD ate.substr (0, 4); | |
| 88 | $("#Deat hDate").te xt(formatt edDeathDat e); | |
| 89 | var form attedDeath ReportDate = _esrObj .Data.Deat hRecond.De athReportD ate.substr (4, 2) + " /" + _esrO bj.Data.De athRecond. DeathRepor tDate.subs tr(6, 2) + "/" + _es rObj.Data. DeathRecon d.DeathRep ortDate.su bstr(0, 4) ; | |
| 90 | $("#Deat hReportDat e").text(f ormattedDe athReportD ate); | |
| 91 | $("#Faci lityReceiv ed").text( _esrObj.Da ta.DeathRe cond.Facil ityReceive d); | |
| 92 | ||
| 93 | ||
| 94 | } | |
| 95 | } | |
| 96 | } | |
| 97 | } | |
| 98 | } | |
| 99 | </script> | |
| 100 | <script ty pe="text/j avascript" > | |
| 101 | window .onload = function ( ) { | |
| 102 | if (parent) { | |
| 103 | //load s tylesheets from pare nt form | |
| 104 | var oHea d = docume nt.getElem entsByTagN ame("head" )[0]; | |
| 105 | var arrS tyleSheets = parent. document.g etElements ByTagName( "link"); | |
| 106 | for (var i = 0; i < arrStyle Sheets.len gth; i++) | |
| 107 | oHea d.appendCh ild(arrSty leSheets[i ].cloneNod e(true)); | |
| 108 | ||
| 109 | //load d ata | |
| 110 | doPageLo ad(); | |
| 111 | } | |
| 112 | } | |
| 113 | </script> | |
| 114 | ||
| 115 | ||
| 116 | </head> | |
| 117 | <body> | |
| 118 | <table > | |
| 119 | <tr> | |
| 120 | <td>Ma rital Stat us</td> | |
| 121 | <td> </td> | |
| 122 | <td> </td> | |
| 123 | <td><s pan id="Ma ritalStatu s">--</spa n></td> | |
| 124 | ||
| 125 | </tr> | |
| 126 | <tr> | |
| 127 | <td>Da taSource</ td> | |
| 128 | <td> </td> | |
| 129 | <td> </td> | |
| 130 | <td><s pan id="Da taSource"> --</span>< /td> | |
| 131 | </tr> | |
| 132 | <tr> | |
| 133 | <td>De athDate</t d> | |
| 134 | <td ></td> | |
| 135 | <td ></td> | |
| 136 | <td><s pan id="De athDate">- -</span></ td> | |
| 137 | </tr> | |
| 138 | ||
| 139 | <tr> | |
| 140 | <td >FacilityR eceived</t d> | |
| 141 | <td ></td> | |
| 142 | <td ></td> | |
| 143 | <td><s pan id="Fa cilityRece ived">--</ span></td> | |
| 144 | </tr> | |
| 145 | ||
| 146 | ||
| 147 | </table> | |
| 148 | ||
| 149 | ||
| 150 | </body> | |
| 151 | </html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.