19. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/4/2017 8:32:30 AM Central Standard 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.

19.1 Files compared

# Location File Last Modified
1 VCCM.zip\VCCM\CRM_solutions\FTPResources\FTPResources_3_35.zip\WebResources tri_FTPChartElementsElementsSecondaryhtmlE737277B-80B5-E511-8115-129871B1818D Thu Nov 17 16:48:12 2016 UTC
2 VCCM.zip\VCCM\CRM_solutions\FTPResources\FTPResources_3_35.zip\WebResources tri_FTPChartElementsElementsSecondaryhtmlE737277B-80B5-E511-8115-129871B1818D Thu Nov 30 16:22:05 2017 UTC

19.2 Comparison summary

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

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

19.4 Active regular expressions

No regular expressions were active.

19.5 Comparison detail

  1   <html><hea d>
  2   <meta http -equiv="X- UA-Compati ble" conte nt="IE=edg e">
  3   <meta char set="utf-8 ">
  4           <s tyle>
  5           .s idebar {
  6                    back ground-col or:#002050 ;
  7                    widt h:15%;
  8                    heig ht:100%;
  9                    posi tion:fixed ;
  10                    left : 0;
  11                    top: 0;
  12           }
  13           .f rame{
  14                    disp lay: none;
  15                    widt h: 100%;
  16                    heig ht: 650px;
  17           }
  18           
  19           .a ll-frames{
  20                    
  21                    posi tion:absol ute;
  22                    righ t: 0;
  23                    widt h:85%;
  24           }
  25           .b utton{
  26                    marg in-left:20 %;
  27                    marg in-right:2 0%;
  28                    marg in-top:9%;
  29                    widt h:60%;
  30                    heig ht:7%;
  31                    font -family: ' Segoe UI';
  32           }
  33           .i frame{
  34                    widt h:90%;
  35                    heig ht:90%;
  36                    marg in-left:5% ;
  37                    posi tion: rela tive;
  38                    top:  50%;
  39                    tran sform: tra nslateY(-5 0%);
  40           }
  41           </ style>
  42           
  43   </head>
  44   <body>
  45  
  46  
  47   <div class ="sidebar"  id="sideb ar">
  48   <!--elemen t selectio n-->
  49   <button cl ass="butto n" id="svc btn">Servi ce Connect ed Disabil ities</but ton><br>
  50   <button cl ass="butto n" id="all ergybtn">A llergies</ button><br >
  51   <button cl ass="butto n" id="con sultbtn">C onsults</b utton><br>
  52   <button cl ass="butto n" id="lab btn">Labs< /button><b r>
  53   <button cl ass="butto n" id="non vabtn">Non -VA Meds</ button><br >
  54   <button cl ass="butto n" id="rad iologybtn" >Radiology </button>< br>
  55   <button cl ass="butto n" id="vit albtn">Vit als</butto n><br>
  56  
  57   </div>
  58  
  59   <div class ="all-fram es" id="al lframes">
  60  
  61           
  62           <d iv class=" frame" id= "framediv" >
  63                    <!-- Frame--->
  64                    <ifr ame title= "IFrame pl aceholder"  class="if rame" id=" displayfra me" src="U RL"></ifra me>
  65           </ div>
  66           
  67   </div>
  68  
  69   <script sr c="jquery. js" type=" text/javas cript"></s cript>
  70  
  71   <script>
  72  
  73                    $(do cument).re ady(functi on(){
  74                    
  75                    $.ur lParam = f unction(na me){
  76                             var re sults = ne w RegExp(' [\?&]' + n ame + '=([ ^&#]*)').e xec(window .location. href);
  77                             if (re sults===nu ll){
  78                                      return n ull;
  79                             }
  80                             else{
  81                                      return r esults[1]  || 0;
  82                             }
  83                    };
  84                    
  85                    debu gger;
  86                      va r xrm = wi ndow.locat ion.host;
  87                    var  subURL = w indow.loca tion.pathn ame.replac e(/^\/([^\ /]*).*$/,  '$1');
  88  
  89           va r ODATA_EN DPOINT = " /XRMServic es/2011/Or ganization Data.svc";
  90           // Construct  the JSON Q uery
  91           va r EntitySe tName = "m cs_setting Set";
  92           va r selectSt ring = "?$ select=*&$ filter=mcs _name eq ' Active Set tings'";
  93           va r jsonQuer y = "https ://" +xrm  +"/"+ subU RL + ODATA _ENDPOINT  + "/" + En titySetNam e + select String;
  94           // Initialize  the retur n value
  95           va r EntityDa ta = null;
  96           $. ajax({
  97                type: "G ET",
  98                contentT ype: "appl ication/js on; charse t=utf-8",
  99                datatype : "json",
  100                url: jso nQuery,
  101                beforeSe nd: functi on (XMLHtt pRequest)  {
  102                    //Sp ecifying t his header  ensures t hat the re sults will  be return ed as JSON .
  103                    XMLH ttpRequest .setReques tHeader("A ccept", "a pplication /json");
  104                },
  105                success:  function  (data, tex tStatus, X mlHttpRequ est) {
  106                    //Ge t the data  values
  107                    Enti tyData = d ata;
  108                },
  109                error: f unction (X MLHttpRequ est, textS tatus, err orThrown)  {
  110                    aler t('Fail: A jax Error  in TRIBRID GE.Retriev eAllAttrib utesByEnti tySync: '  + errorThr own);
  111                },
  112                async: f alse,
  113                cache: f alse
  114           }) ;
  115                    
  116       
  117       
  118  
  119  
  120                    var  baseUrl =  EntityData .d.results [0].ftp_DA CURL;
  121                    var  filter = E ntityData. d.results[ 0].ftp_Fil ter;
  122                    if ( filter ==  null){
  123                    filt er = "";
  124   }
  125                    var  id = $.url Param('Dat a');
  126                    var  allergyUrl =baseUrl +  EntityDat a.d.result s[0].ftp_A llergyChar tURL+id+fi lter;
  127                    var  labUrl = b aseUrl + E ntityData. d.results[ 0].ftp_Lab ChartURL+i d+filter;
  128                    var  consultUrl  = baseUrl  + EntityD ata.d.resu lts[0].ftp _ConsultCh artURL + i d + filter ;
  129                    var  vitalUrl =  baseUrl +  EntityDat a.d.result s[0].ftp_V italsChart URL+id+fil ter;
  130                    var  nonvaUrl=b aseUrl + E ntityData. d.results[ 0].ftp_Non VAChartURL +id+filter ;
  131                    var  radiologyU rl = baseU rl + Entit yData.d.re sults[0].f tp_Radiolo gyChartURL +id+filter ;
  132                    var  svcUrl="ht tps://"+xr m + "/"+su bURL+"/Web Resources/ ftp_/ServC onnDisabil itiesGrid/ ServConnDi sabilities Grid.html? data="+id;
  133                     //var cidU rl= "https ://qacrmda c.np.crm.v rm.vba. DNS     /WebParts/ CID/1.0/Ft PCRM/";
  134                     //var prob Url= "http s://qacrmd ac.np.crm. vrm.vba. DNS     /WebParts/ Problems/1 .0/FtPCRM/ ";
  135                     //var surg eryUrl= "h ttps://qac rmdac.np.c rm.vrm.vba . DNS     /WebParts/ Surgeries/ 1.0/FtPCRM /";
  136                     //var summ aryUrl= "h ttps://qac rmdac.np.c rm.vrm.vba . DNS     /WebParts/ HealthSumm aries/1.0/ FtPCRM";
  137                    
  138   /*                            
  139                    alle rgyUrl +=  ""+id+"";
  140                    labU rl += ""+i d+"";
  141                    cons ultUrl +=  ""+id+"";
  142                    vita lUrl += "" +id+"";
  143                    nonv aUrl += "" +id+"";
  144                    radi ologyUrl + = ""+id+"" ;
  145                    svcU rl += "?da ta="+id+"" ;
  146                    //ci dUrl += "" +id+"?noFi lter=true" ;
  147                    //pr obUrl += " +id+";
  148                    //su rgeryUrl + = "+id+";
  149                    //su mmaryUrl + = "+id+";
  150                    }
  151   */
  152                    //Un needed wit h change t o single d isplay fra me
  153                    /*
  154                    $('# allergydiv ').hide();
  155                    $('# labdiv').h ide();
  156                    $('# consultdiv ').hide();
  157                    $('# vitaldiv') .hide();
  158                    $('# nonvadiv') .hide();
  159                    $('# radiologyd iv').hide( );
  160                    $('# ciddiv').h ide();
  161                    $('# probdiv'). hide();
  162                    $('# surgerydiv ').hide();
  163                    $('# summarydiv ').hide();
  164                    */
  165                    $('# svcbtn').c lick(funct ion(){
  166                             $('#di splayframe ').attr({
  167                             src: s vcUrl,
  168                             title: "IFrame co ntaining V eteran Ser vice Conne cted Disab ilities"
  169                             });
  170                             $('#fr amediv').s how();
  171                    });
  172                    $('# allergybtn ').click(f unction(){
  173                             $('#di splayframe ').attr({
  174                             src: a llergyUrl,
  175                             title: "IFrame co ntaining V eteran All ergies"
  176                             });
  177                             $('#fr amediv').s how();
  178                    });
  179                    $('# labbtn').c lick(funct ion(){
  180                             
  181                             $('#di splayframe ').attr({
  182                             src: l abUrl,
  183                             title: "IFrame co ntaining V eteran Lab s"
  184                             });
  185                             $('#fr amediv').s how();
  186                    });               
  187                    $('# consultbtn ').click(f unction(){
  188                             
  189                             $('#di splayframe ').attr({
  190                             src: c onsultUrl,
  191                             title: "IFrame co ntaining V eteran Con sults"
  192                             });
  193                             $('#fr amediv').s how();
  194                    });
  195                    $('# vitalbtn') .click(fun ction(){
  196                             $('#di splayframe ').attr({
  197                             src: v italUrl,
  198                             title: "IFrame co ntaining V eteran Vit als"
  199                             });
  200                             $('#fr amediv').s how();
  201                    });
  202                    $('# nonvabtn') .click(fun ction(){
  203                             $('#di splayframe ').attr({
  204                             src: n onvaUrl,
  205                             title: "IFrame co ntaining V eteran Non -VA Meds"
  206                             });
  207                             $('#fr amediv').s how();
  208                    });
  209                    $('# radiologyb tn').click (function( ){
  210                             $('#di splayframe ').attr({
  211                             src: r adiologyUr l,
  212                             title: "IFrame co ntaining V eteran Rad iology inf ormation"
  213                             });
  214                             $('#fr amediv').s how();
  215                    });
  216                    
  217                    /*
  218                    $('# cidbtn').c lick(funct ion(){
  219                             $('#ci ddiv').tog gle();
  220                    });
  221                    $('# probbtn'). click(func tion(){
  222                             $('#pr obdiv').to ggle();
  223                    } );
  224                    $('# surgbtn'). click(func tion(){
  225                             $('#su rgerydiv') .toggle();
  226                    });
  227                    $('# summarybtn ').click(f unction(){
  228                             $('#su mmarydiv') .toggle();
  229                    });
  230                    */
  231                    });
  232           </ script>
  233  
  234  
  235  
  236  
  237         </bo dy></html>