6. EPMO Open Source Coordination Office Redaction File Detail Report

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

6.1 Files compared

# Location File Last Modified
1 VCCM.zip\VCCM\CRM_solutions\FTPResources\FTPResources_3_35.zip\WebResources ftp_FTPChartElementsElementsCCAMainhtml62CD5EDD-81C3-E511-8115-129871B1818D Thu Nov 17 16:48:12 2016 UTC
2 VCCM.zip\VCCM\CRM_solutions\FTPResources\FTPResources_3_35.zip\WebResources ftp_FTPChartElementsElementsCCAMainhtml62CD5EDD-81C3-E511-8115-129871B1818D Thu Nov 30 16:21:10 2017 UTC

6.2 Comparison summary

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

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

6.4 Active regular expressions

No regular expressions were active.

6.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                    <sty le>
  5                    .sid ebar {
  6                                      backgrou nd-color:# 002050;
  7                                      width:15 %;
  8                                      height:1 00%;
  9                                      position :fixed;
  10                                      left: 0;
  11                                      top:0;
  12                    }
  13                    .fra me{
  14                                      display:  none;
  15                                      width: 1 00%;
  16                                      height:  650px;
  17                    }
  18                    
  19                    .all -frames{
  20                                      
  21                                      position :absolute;
  22                                      right: 0 ;
  23                                      width:85 %;
  24                    }
  25                    .but ton{
  26                                      margin-l eft:20%;
  27                                      margin-r ight:20%;
  28                                      margin-t op:6%;
  29                                      width:60 %;
  30                                      height:5 .5%;
  31                                      font-fam ily: 'Sego e UI';
  32                    }
  33                    .ifr ame{
  34                                      width:90 %;
  35                                      height:9 0%;
  36                                      margin-l eft:5%;
  37                                      position : relative ;
  38                                      top: 50% ;
  39                                      transfor m: transla teY(-50%);
  40                    }
  41                    </st yle>
  42                    
  43   </head>
  44   <body>
  45  
  46  
  47   <div class ="sidebar"  id="sideb ar">
  48   <!--elemen t selectio n-->
  49           <b utton clas s="button"  id="svcbt n">SC Disa bilities</ button><br >
  50           <b utton clas s="button"  id="noteb tn">Notes< /button><b r>
  51           <b utton clas s="button"  id="order btn">Order s</button> <br>
  52           <b utton clas s="button"  id="apptb tn">Appoin tments</bu tton><br>
  53           <b utton clas s="button"  id="medbt n">Medicat ions</butt on><br>
  54           <b utton clas s="button"  id="postb tn">Postin gs</button ><br>
  55           <b utton clas s="button"  id="aller gybtn">All ergies</bu tton><br>
  56           <b utton clas s="button"  id="labbt n">Labs</b utton><br>
  57           <b utton clas s="button"  id="consu ltbtn">Con sults</but ton><br>
  58           <b utton clas s="button"  id="nonva btn">Non-V A Meds</bu tton><br>
  59           <b utton clas s="button"  id="vital btn">Vital s</button> <br>
  60           <b utton clas s="button"  id="radio logybtn">R adiology</ button><br >
  61                    <but ton class= "button" i d="dischar gebtn">Dis charges</b utton><br>
  62   </div>
  63  
  64   <div class ="all-fram es" id="al lframes">
  65  
  66                    
  67                    <div  class="fr ame" id="f ramediv">
  68                                      <!--Fram e--->
  69                                      <iframe  title="IFr ame placeh older" cla ss="iframe " id="disp layframe"> </iframe>
  70                    </di v>
  71                    
  72   </div>
  73  
  74   <script sr c="jquery. js" type=" text/javas cript"></s cript>
  75  
  76   <script>
  77  
  78                                      $(docume nt).ready( function() {
  79                                      
  80                                      $.urlPar am = funct ion(name){
  81                                                       va r results  = new RegE xp('[\?&]'  + name +  '=([^&#]*) ').exec(wi ndow.locat ion.href);
  82                                                       if  (results= ==null){
  83                                                                         return  null;
  84                                                       }
  85                                                       el se{
  86                                                                         return  results[1 ] || 0;
  87                                                       }
  88                                      };
  89                                      
  90                                     //debugge r;
  91                                        var xr m = window .location. host;
  92                    var  subURL = w indow.loca tion.pathn ame.replac e(/^\/([^\ /]*).*$/,  '$1');
  93  
  94                    var  ODATA_ENDP OINT = "/X RMServices /2011/Orga nizationDa ta.svc";
  95           // Construct  the JSON Q uery
  96                    var  EntitySetN ame = "mcs _settingSe t";
  97           va r selectSt ring = "?$ select=*&$ filter=mcs _name eq ' Active Set tings'";
  98           va r jsonQuer y = "https ://" +xrm  +"/"+ subU RL + ODATA _ENDPOINT  + "/" + En titySetNam e + select String;
  99           // Initialize  the retur n value
  100           va r EntityDa ta = null;
  101           $. ajax({
  102                type: "G ET",
  103                contentT ype: "appl ication/js on; charse t=utf-8",
  104                datatype : "json",
  105                url: jso nQuery,
  106                beforeSe nd: functi on (XMLHtt pRequest)  {
  107                    //Sp ecifying t his header  ensures t hat the re sults will  be return ed as JSON .
  108                    XMLH ttpRequest .setReques tHeader("A ccept", "a pplication /json");
  109                },
  110                success:  function  (data, tex tStatus, X mlHttpRequ est) {
  111                    //Ge t the data  values
  112                    Enti tyData = d ata;
  113                },
  114                error: f unction (X MLHttpRequ est, textS tatus, err orThrown)  {
  115                    aler t('Fail: A jax Error  in TRIBRID GE.Retriev eAllAttrib utesByEnti tySync: '  + errorThr own);
  116                },
  117                async: f alse,
  118                cache: f alse
  119           }) ;
  120                    
  121       
  122       
  123  
  124  
  125                    var  baseUrl =  EntityData .d.results [0].ftp_DA CURL;
  126                                      var filt er = Entit yData.d.re sults[0].f tp_Filter;
  127                    if ( filter ==  null){
  128                    filt er = "";
  129   }
  130                   var i d = $.urlP aram('Data ');
  131                                      var alle rgyUrl=bas eUrl + Ent ityData.d. results[0] .ftp_Aller gyChartURL +id+filter ;
  132                                      var labU rl = baseU rl + Entit yData.d.re sults[0].f tp_LabChar tURL+id+fi lter;
  133                                      var cons ultUrl = b aseUrl + E ntityData. d.results[ 0].ftp_Con sultChartU RL + id +  filter;
  134                                      var vita lUrl = bas eUrl + Ent ityData.d. results[0] .ftp_Vital sChartURL+ id+filter;
  135                                      var nonv aUrl=baseU rl + Entit yData.d.re sults[0].f tp_NonVACh artURL+id+ filter;
  136                                      var radi ologyUrl =  baseUrl +  EntityDat a.d.result s[0].ftp_R adiologyCh artURL+id+ filter;
  137                                                                         var sv cUrl="http s://"+xrm  + "/"+subU RL+"/WebRe sources/ft p_/ServCon nDisabilit iesGrid/Se rvConnDisa bilitiesGr id.html?da ta="+id;
  138                                                                         var or dUrl = bas eUrl + Ent ityData.d. results[0] .ftp_Order ChartURL +  id + filt er;
  139                                                                         var ap pUrl = bas eUrl + Ent ityData.d. results[0] .ftp_Appoi ntmentChar tURL + id  + filter;
  140                                                                         var po stUrl = ba seUrl + En tityData.d .results[0 ].ftp_Post ingChartUR L + id + f ilter;
  141                                                                         var me dUrl = bas eUrl + Ent ityData.d. results[0] .ftp_Medic ationsChar tURL + id  + filter;
  142                                                                         var pr obUrl = ba seUrl + En tityData.d .results[0 ].ftp_Prob lemChartUR L + id + f ilter;
  143                                                                         var no teUrl = ba seUrl + En tityData.d .results[0 ].ftp_Note ChartURL +  id + filt er;
  144                                                                         var di schrgUrl =  baseUrl +  EntityDat a.d.result s[0].ftp_D ischargeUR L + id + f ilter;
  145                                        //var cidU rl= "https ://qacrmda c.np.crm.v rm.vba. DNS     /WebParts/ CID/1.0/Ft PCRM/";
  146                                        //var prob Url= "http s://qacrmd ac.np.crm. vrm.vba. DNS     /WebParts/ Problems/1 .0/FtPCRM/ ";
  147                                        //var surg eryUrl= "h ttps://qac rmdac.np.c rm.vrm.vba . DNS     /WebParts/ Surgeries/ 1.0/FtPCRM /";
  148                                        //var summ aryUrl= "h ttps://qac rmdac.np.c rm.vrm.vba . DNS     /WebParts/ HealthSumm aries/1.0/ FtPCRM";
  149  
  150                                      
  151   /*                                           
  152                                      allergyU rl += ""+i d+"";
  153                                      labUrl + = ""+id+"" ;
  154                                      consultU rl += ""+i d+"";
  155                                      vitalUrl  += ""+id+ "";
  156                                      nonvaUrl  += ""+id+ "";
  157                                      radiolog yUrl += "" +id+"";
  158                    svcU rl += "?da ta="+id+"" ;
  159                                      //cidUrl  += ""+id+ "?noFilter =true";
  160                                      //probUr l += "+id+ ";
  161                                      //surger yUrl += "+ id+";
  162                                      //summar yUrl += "+ id+";
  163                    }
  164   */
  165                                      //Unneed ed with ch ange to si ngle displ ay frame
  166                                      /*
  167                                      $('#alle rgydiv').h ide();
  168                                      $('#labd iv').hide( );
  169                                      $('#cons ultdiv').h ide();
  170                                      $('#vita ldiv').hid e();
  171                                      $('#nonv adiv').hid e();
  172                                      $('#radi ologydiv') .hide();
  173                                      $('#cidd iv').hide( );
  174                                      $('#prob div').hide ();
  175                                      $('#surg erydiv').h ide();
  176                                      $('#summ arydiv').h ide();
  177                                      */
  178                                      $('#svcb tn').click (function( ){
  179                                                       $( '#displayf rame').att r({
  180                                                       sr c: svcUrl,
  181                                                       ti tle:"IFram e containi ng Veteran  Service C onnected D isabilitie s"
  182                                                       }) ;
  183                                                       $( '#framediv ').show();
  184                                      });
  185                                      $('#alle rgybtn').c lick(funct ion(){
  186                                                       $( '#displayf rame').att r({
  187                                                       sr c: allergy Url,
  188                                                       ti tle:"IFram e containi ng Veteran  Allergies "
  189                                                       }) ;
  190                                                       $( '#framediv ').show();
  191                                      });
  192                                      $('#labb tn').click (function( ){
  193                                                       
  194                                                       $( '#displayf rame').att r({
  195                                                       sr c: labUrl,
  196                                                       ti tle:"IFram e containi ng Veteran  Labs"
  197                                                       }) ;
  198                                                       $( '#framediv ').show();
  199                                      });                              
  200                                      $('#cons ultbtn').c lick(funct ion(){
  201                                                       
  202                                                       $( '#displayf rame').att r({
  203                                                       sr c: consult Url,
  204                                                       ti tle:"IFram e containi ng Veteran  Consults"
  205                                                       }) ;
  206                                                       $( '#framediv ').show();
  207                                      });
  208                                      $('#vita lbtn').cli ck(functio n(){
  209                                                       $( '#displayf rame').att r({
  210                                                       sr c: vitalUr l,
  211                                                       ti tle:"IFram e containi ng Veteran  Vitals"
  212                                                       }) ;
  213                                                       $( '#framediv ').show();
  214                                      });
  215                                      $('#nonv abtn').cli ck(functio n(){
  216                                                       $( '#displayf rame').att r({
  217                                                       sr c: nonvaUr l,
  218                                                       ti tle:"IFram e containi ng Veteran  Non-VA Me ds"
  219                                                       }) ;
  220                                                       $( '#framediv ').show();
  221                                      });
  222                                      $('#radi ologybtn') .click(fun ction(){
  223                                                       $( '#displayf rame').att r({
  224                                                       sr c: radiolo gyUrl,
  225                                                       ti tle:"IFram e containi ng Veteran  Radiology  informati on"
  226                                                       }) ;
  227                                                       $( '#framediv ').show();
  228                                      });
  229                                                                         $('#no tebtn').cl ick(functi on () {
  230                                                                                  $('#disp layframe') .attr({
  231                                                                                           src: noteU rl,
  232                                                                                           title: "IF rame conta ining Vete ran Notes"
  233                                                                                  });
  234                                                                                  $('#fram ediv').sho w();
  235                                                                         });
  236                                                                         $('#or derbtn').c lick(funct ion () {
  237                                                                                  $('#disp layframe') .attr({
  238                                                                                           src: ordUr l,
  239                                                                                           title: "IF rame conta ining Vete ran Orders "
  240                                                                                  });
  241                                                                                  $('#fram ediv').sho w();
  242                                                                         });
  243                                                                         $('#ap ptbtn').cl ick(functi on () {
  244                                                                                  $('#disp layframe') .attr({
  245                                                                                           src: appUr l,
  246                                                                                           title: "IF rame conta ining Vete ran Appoin tments"
  247                                                                                  });
  248                                                                                  $('#fram ediv').sho w();
  249                                                                         });
  250                                                                         $('#po stbtn').cl ick(functi on () {
  251                                                                                  $('#disp layframe') .attr({
  252                                                                                           src: postU rl,
  253                                                                                           title: "IF rame conta ining Vete ran Postin gs"
  254                                                                                  });
  255                                                                                  $('#fram ediv').sho w();
  256                                                                         });
  257                                                                         $('#me dbtn').cli ck(functio n () {
  258                                                                                  $('#disp layframe') .attr({
  259                                                                                           src: medUr l,
  260                                                                                           title: "IF rame conta ining Vete ran Medica tions"
  261                                                                                  });
  262                                                                                  $('#fram ediv').sho w();
  263                                                                         });
  264                                                                         $('#di schargebtn ').click(f unction ()  {
  265                                                                                  $('#disp layframe') .attr({
  266                                                                                           src: disch rgUrl,
  267                                                                                           title: "IF rame conta ining Vete ran Discha rges"
  268                                                                                  });
  269                                                                                  $('#fram ediv').sho w();
  270                                                                         });
  271                                      /*
  272                                      $('#cidb tn').click (function( ){
  273                                                       $( '#ciddiv') .toggle();
  274                                      });
  275                                      $('#prob btn').clic k(function (){
  276                                                       $( '#probdiv' ).toggle() ;
  277                                      } );
  278                                      $('#surg btn').clic k(function (){
  279                                                       $( '#surgeryd iv').toggl e();
  280                                      });
  281                                      $('#summ arybtn').c lick(funct ion(){
  282                                                       $( '#summaryd iv').toggl e();
  283                                      });
  284                                      */
  285                                      });
  286                    </sc ript>
  287  
  288  
  289  
  290  
  291         
  292   </body></h tml>