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_veteranenrollment | 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_veteranenrollment | Thu May 4 22:31:28 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 312 |
| 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 | dataTy pe: '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 | $("# Enrollment Category") .text("--" ); | |
| 69 | $("# Enrollment Status").t ext("--"); | |
| 70 | $("# PreferredF acility"). text("--") ; | |
| 71 | $("# Enrollment Date").tex t("--"); | |
| 72 | $("# Enrollment EffectiveD ate").text ("--"); | |
| 73 | ||
| 74 | //se t display fields | |
| 75 | if ( _esrObj != null) { | |
| 76 | if (!_esrO bj.ErrorOc curred) { | |
| 77 | if ("E nrollmentD eterminati onInfo" in _esrObj.D ata) { | |
| 78 | ||
| 79 | if (_esr Obj.Data.E nrollmentD eterminati onInfo.Enr ollmentCat egoryName != null) { $("#Enrol lmentCateg ory").text (_esrObj.D ata.Enroll mentDeterm inationInf o.Enrollme ntCategory Name); } | |
| 80 | if (_esr Obj.Data.E nrollmentD eterminati onInfo.Enr ollmentSta tus != nul l) { $("#E nrollmentS tatus").te xt(_esrObj .Data.Enro llmentDete rminationI nfo.Enroll mentStatus ); } | |
| 81 | if (_esr Obj.Data.E nrollmentD eterminati onInfo.Enr ollmentDat e != null) { | |
| 82 | var formattedE nrollmentD ate = _esr Obj.Data.E nrollmentD eterminati onInfo.Enr ollmentDat e.substr(5 , 2) + "/" + _esrObj .Data.Enro llmentDete rminationI nfo.Enroll mentDate.s ubstr(8, 2 ) + "/" + _esrObj.Da ta.Enrollm entDetermi nationInfo .Enrollmen tDate.subs tr(0, 4); | |
| 83 | $("# Enrollment Date").tex t(formatte dEnrollmen tDate); | |
| 84 | } | |
| 85 | ||
| 86 | if (_esr Obj.Data.E nrollmentD eterminati onInfo.Eff ectiveDate != null) { | |
| 87 | var formattedE nrollmentE ffectiveDa te = _esrO bj.Data.En rollmentDe terminatio nInfo.Effe ctiveDate. substr(5, 2) + "/" + _esrObj.D ata.Enroll mentDeterm inationInf o.Effectiv eDate.subs tr(8, 2) + "/" + _es rObj.Data. Enrollment Determinat ionInfo.Ef fectiveDat e.substr(0 , 4); | |
| 88 | $("# Enrollment EffectiveD ate").text (formatted Enrollment EffectiveD ate); | |
| 89 | ||
| 90 | } | |
| 91 | ||
| 92 | } | |
| 93 | ||
| 94 | if ("D emographic s" in _esr Obj.Data) { | |
| 95 | ||
| 96 | if (_esrObj. Data.Demog raphics.Pr eferredFac ility != n ull) { $(" #Preferred Facility") .text(_esr Obj.Data.D emographic s.Preferre dFacility) ; } | |
| 97 | ||
| 98 | ||
| 99 | ||
| 100 | } | |
| 101 | } | |
| 102 | } | |
| 103 | } | |
| 104 | ||
| 105 | </script> | |
| 106 | <script ty pe="text/j avascript" > | |
| 107 | window .onload = function ( ) { | |
| 108 | if (parent) { | |
| 109 | //load s tylesheets from pare nt form | |
| 110 | var oHea d = docume nt.getElem entsByTagN ame("head" )[0]; | |
| 111 | var arrS tyleSheets = parent. document.g etElements ByTagName( "link"); | |
| 112 | for (var i = 0; i < arrStyle Sheets.len gth; i++) | |
| 113 | oHea d.appendCh ild(arrSty leSheets[i ].cloneNod e(true)); | |
| 114 | ||
| 115 | //load d ata | |
| 116 | doPageLo ad(); | |
| 117 | } | |
| 118 | } | |
| 119 | </script> | |
| 120 | ||
| 121 | ||
| 122 | </head> | |
| 123 | <body> | |
| 124 | <table> | |
| 125 | <tr> | |
| 126 | <td>En rollment C ategory</t d> | |
| 127 | <td></td > <td></td > | |
| 128 | <td><s pan id="En rollmentCa tegory">-- </span></t d> | |
| 129 | <td> </td> <td> </td> <td> </td> | |
| 130 | <td> Enrollment Date</td> | |
| 131 | <td> </td> <td> </td> | |
| 132 | <td> <span id=" Enrollment Date">--</ span></td> | |
| 133 | ||
| 134 | ||
| 135 | </tr> | |
| 136 | <tr> | |
| 137 | <td>En rollment S tatus</td> | |
| 138 | <td></td> <td></td> | |
| 139 | <td><s pan id="En rollmentSt atus">--</ span></td> | |
| 140 | <td> </td> <td> </td> <td> </td> | |
| 141 | <td> Enrollment Effective Date</td> | |
| 142 | <td> </td> <td> </td> | |
| 143 | <td> <span id=" Enrollment EffectiveD ate">--</s pan></td> | |
| 144 | </tr> | |
| 145 | <tr> | |
| 146 | <td>Pr eferred Fa cility</td > | |
| 147 | <td></td> <td></td> | |
| 148 | <td><s pan id="Pr eferredFac ility">--< /span></td > | |
| 149 | ||
| 150 | </tr> | |
| 151 | ||
| 152 | ||
| 153 | </table> | |
| 154 | ||
| 155 | ||
| 156 | </body> | |
| 157 | </html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.