53. EPMO Open Source Coordination Office Redaction File Detail Report

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.

53.1 Files compared

# Location File Last Modified
1 OSCIF_HEC_v1.4_Sprint23_build4_Apr_2017.zip\CRM_solutions\Archive\VHACRMESRWebResources\source\WebResources vhacrm_veteranEligibility 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_veteranEligibility Thu May 4 22:31:02 2017 UTC

53.2 Comparison summary

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

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

53.4 Active regular expressions

No regular expressions were active.

53.5 Comparison detail

  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                    $("# ServiceCon nectedPerc ent").text ("--");
  69                    $("# EffectiveD ateofCombi nedEvaluat ion").text ("--");
  70                    $("# Eligibilit yStatus"). text("--") ;
  71                    $("# Eligibilit yStatusDat e").text(" --");
  72                    $("# Enrollment Applicatio nDate").te xt("--");
  73                    $("# Eligibilit yVerificat ionMethod" ).text("-- ");
  74                    $("# VeteranInd icator").t ext("--");
  75                    $("# Prisonerof WarIndicat or").text( "--");
  76                    $("# RatedDisab ilities"). text("--") ;
  77  
  78                    //se t display  fields
  79                    if ( _esrObj !=  null) {
  80                         if (!_esrO bj.ErrorOc curred) {
  81                             if ("E nrollmentD eterminati onInfo" in  _esrObj.D ata) {
  82                                 if  (_esrObj. Data.Enrol lmentDeter minationIn fo != null ) {
  83                                      if (_esr Obj.Data.E nrollmentD eterminati onInfo.App licationDa te != null ) {
  84                                          var  formattedA pplication Date = _es rObj.Data. Enrollment Determinat ionInfo.Ap plicationD ate.substr (5, 2) + " /" + _esrO bj.Data.En rollmentDe terminatio nInfo.Appl icationDat e.substr(8 , 2) + "/"  + _esrObj .Data.Enro llmentDete rminationI nfo.Applic ationDate. substr(0,  4);
  85                                          $("# Enrollment Applicatio nDate").te xt(formatt edApplicat ionDate);
  86                                      }
  87                                      if ("Ser viceConnec tionAward"  in _esrOb j.Data.Enr ollmentDet ermination Info) {
  88                                          if ( _esrObj.Da ta.Enrollm entDetermi nationInfo .ServiceCo nnectionAw ard.Servic eConnected Percentage  != null)  { $("#Serv iceConnect edPercent" ).text(_es rObj.Data. Enrollment Determinat ionInfo.Se rviceConne ctionAward .ServiceCo nnectedPer centage);  }
  89                                          if ( _esrObj.Da ta.Enrollm entDetermi nationInfo .ServiceCo nnectionAw ard.Combin edServiceC onnectedPe rcentageEf fectiveDat e != null)  {
  90                                               var called object = _ esrObj.Dat a.Enrollme ntDetermin ationInfo. ServiceCon nectionAwa rd.Combine dServiceCo nnectedPer centageEff ectiveDate ;
  91                                               var format tedEvalDat e = called object.sub str(4, 2)  + "/" + ca lledobject .substr(6,  2) + "/"  + calledob ject.subst r(0, 4);
  92                                               $("#Effect iveDateofC ombinedEva luation"). text(forma ttedEvalDa te);
  93                                          }
  94                                      }
  95                                 }
  96                                 if  (_esrObj. Data.Enrol lmentDeter minationIn fo.Veteran  != null)  { $("#Vete ranIndicat or").text( _esrObj.Da ta.Enrollm entDetermi nationInfo .Veteran);  }
  97  
  98                                 if  ("Service Connection Award" in  _esrObj.Da ta.Enrollm entDetermi nationInfo ) {
  99                                      if ("Rat edDisabili ties" in _ esrObj.Dat a.Enrollme ntDetermin ationInfo. ServiceCon nectionAwa rd && _esr Obj.Data.E nrollmentD eterminati onInfo.Ser viceConnec tionAward. RatedDisab ilities !=  null) {
  100                                          for  (var i = 0 ; i < _esr Obj.Data.E nrollmentD eterminati onInfo.Ser viceConnec tionAward. RatedDisab ilities.Ra tedDisabil ity.length ; ++i) {
  101                                               var Disiab iliy = _es rObj.Data. Enrollment Determinat ionInfo.Se rviceConne ctionAward .RatedDisa bilities.R atedDisabi lity[i].Di sability;
  102                                               var $formr ow = '<tr> <td>' + Di siabiliy +  '</td><td >'
  103                                               $('#Disabi lity').app end($formr ow);
  104  
  105  
  106                                          }
  107                                      }
  108                                 }
  109  
  110                                 if  ("Prisone rOfWarInfo " in _esrO bj.Data) {
  111  
  112                                      if (_esr Obj.Data.P risonerOfW arInfo.Pow Indicator  != null) {  $("#Priso nerofWarIn dicator"). text(_esrO bj.Data.Pr isonerOfWa rInfo.PowI ndicator);  }
  113                                 }
  114  
  115                                 if  ("Eligibi lityVerifi cationInfo " in _esrO bj.Data) {
  116  
  117                                      if (_esr Obj.Data.E ligibility Verificati onInfo.Eli gibilitySt atus != nu ll) { $("# Eligibilit yStatus"). text(_esrO bj.Data.El igibilityV erificatio nInfo.Elig ibilitySta tus); }
  118                                      if (_esr Obj.Data.E ligibility Verificati onInfo.Eli gibilitySt atusDate ! = null) {
  119                                          var  formattedS tatusDate  = _esrObj. Data.Eligi bilityVeri ficationIn fo.Eligibi lityStatus Date.subst r(4, 2) +  "/" + _esr Obj.Data.E ligibility Verificati onInfo.Eli gibilitySt atusDate.s ubstr(6, 2 ) + "/" +  _esrObj.Da ta.Eligibi lityVerifi cationInfo .Eligibili tyStatusDa te.substr( 0, 4);
  120                                          $("# Eligibilit yStatusDat e").text(f ormattedSt atusDate);
  121                                      }
  122                                      if (_esr Obj.Data.E ligibility Verificati onInfo.Ver ificationM ethod != n ull) { $(" #Eligibili tyVerifica tionMethod ").text(_e srObj.Data .Eligibili tyVerifica tionInfo.V erificatio nMethod);  }
  123                                 }
  124  
  125  
  126                             }
  127  
  128                             var Li stofIndica tors = [];
  129                             var Li stofTypes  = [];
  130                             if ("E nrollmentD eterminati onInfo" in  _esrObj.D ata) {
  131                                 if  (_esrObj. Data.Enrol lmentDeter minationIn fo != null  && "Other Eligibilit ies" in _e srObj.Data .Enrollmen tDetermina tionInfo)  {
  132                                      if (_esr Obj.Data.E nrollmentD eterminati onInfo.Oth erEligibil ities != n ull && "El igibilitie s" in _esr Obj.Data.E nrollmentD eterminati onInfo.Oth erEligibil ities) {
  133                                          for  (var i = 0 ; i < _esr Obj.Data.E nrollmentD eterminati onInfo.Oth erEligibil ities.Elig ibilities. length; ++ i) {
  134                                               var Indica torVar = _ esrObj.Dat a.Enrollme ntDetermin ationInfo. OtherEligi bilities.E ligibiliti es[i].Indi cator;
  135                                               var TypeVa r = _esrOb j.Data.Enr ollmentDet ermination Info.Other Eligibilit ies.Eligib ilities[i] .Type;
  136  
  137                                               var $formr ow = '<tr> <td>' + In dicatorVar  + '</td>< td>' + Typ eVar + '</ td><td>'
  138                                               $('#OtherE ligibility ').append( $formrow);
  139  
  140  
  141  
  142                                          }
  143  
  144  
  145                                      }
  146                                 }
  147                             }
  148  
  149  
  150                         }
  151  
  152                    }
  153  
  154  
  155                }
  156  
  157  
  158            
  159  
  160   </script>
  161   <script ty pe="text/j avascript" >
  162       window .onload =  function ( ) {
  163           if  (parent)  {
  164                //load s tylesheets  from pare nt form
  165                var oHea d = docume nt.getElem entsByTagN ame("head" )[0];
  166                var arrS tyleSheets  = parent. document.g etElements ByTagName( "link");
  167                for (var  i = 0; i  < arrStyle Sheets.len gth; i++)
  168                    oHea d.appendCh ild(arrSty leSheets[i ].cloneNod e(true));
  169  
  170                //load d ata                  
  171                doPageLo ad();
  172           }
  173       }
  174   </script>
  175  
  176   </head>
  177   <body>
  178       <table >
  179     <tr>
  180       <td>Se rvice Conn ected %</t d>
  181     <td></td > <td></td >
  182       <td><s pan id="Se rviceConne ctedPercen t">--</spa n></td>
  183         <td> </td> <td> </td> <td> </td>
  184         <td> Enrollment  Applicati on Date</t d>
  185         <td> </td> <td> </td>
  186         <td> <span id=" Enrollment Applicatio nDate">--< /span></td >
  187  
  188       
  189     </tr>
  190     <tr>
  191       <td>Ef fective Da te of Comb ined Evalu ation</td>
  192    <td></td>  <td></td>  
  193       <td><s pan id="Ef fectiveDat eofCombine dEvaluatio n">--</spa n></td>
  194         <td> </td> <td> </td> <td> </td>
  195         <td> Eligibilit y Verifica tion Metho d</td>
  196         <td> </td> <td> </td>
  197         <td> <span id=" Eligibilit yVerificat ionMethod" >--</span> </td>
  198     </tr>
  199      <tr>
  200       <td>El igibility  Status</td >
  201   <td></td>  <td></td>
  202       <td><s pan id="El igibilityS tatus">--< /span></td >
  203         <td> </td> <td> </td> <td> </td>
  204         <td> Veteran In dicator</t d>
  205          <td ></td> <td ></td>
  206         <td> <span id=" VeteranInd icator">-- </span></t d>
  207          
  208     </tr>
  209  
  210      <tr>
  211          <td >Eligibili ty Status  Date</td>
  212          <td ></td> <td ></td>
  213       <td><s pan id="El igibilityS tatusDate" >--</span> </td>
  214          <td ></td> <td ></td> <td ></td>
  215         <td> Prisoner o f War Indi cator</td>
  216          <td ></td> <td ></td>
  217         <td> <span id=" Prisonerof WarIndicat or">--</sp an></td>
  218     </tr>
  219  
  220  
  221   </table>
  222  
  223       <table  style="ma rgin-top:2 0px;">       
  224     <tr>
  225       <td>Ra ted Disabi lities</td >
  226     <td></td > <td></td >
  227       <td><s pan id="Ra tedDisabil ities">--< /span></td >
  228       </tabl e>
  229  
  230       <table  id="Other Eligibilit y" style=" margin-top :20px; mar gin-right: 10px">
  231           <t r> 
  232                <td styl e="margin- left:auto" > Other El igibility  Factors </ td>
  233  
  234           </ tr>
  235           <t r>
  236       <td st yle="width :400px">In dicator</t d>
  237        <td s tyle="widt h:300px">T ype</td> 
  238                </tr>
  239  
  240       </tabl e>
  241  
  242       <table  id="Disab ility" sty le="margin -top:20px;  margin-ri ght:10px">
  243           <t r> 
  244                <td styl e="margin- left:auto" > Rated SC  Disabilit ies </td>
  245  
  246           </ tr>
  247       </tabl e>
  248   </body>
  249   </html>
  250