3152. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:49:50 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.

3152.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:49:50 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-client\src\main\resources\gov\va\nvap\document\xsl\adapter formatting.xsl Fri Apr 21 20:03:26 2017 UTC

3152.2 Comparison summary

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

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

3152.4 Active regular expressions

No regular expressions were active.

3152.5 Comparison detail

        1   <?xml 
        2     version="1 .0" 
        3     encoding=" utf-8"
        4   ?>
        5  
        6   <xsl:style sheet 
        7     version="1 .0" 
        8     xmlns:n1=" urn:hl7-or g:v3"
        9           
        10     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" 
        11     xmlns:xsl= "http://ww w.w3.org/1 999/XSL/Tr ansform"
        12   >
        13    
        14    
        15             
        16     <!-- Forma t first(gi ven) and l ast (famil y) names - ->
        17             
        18     <xsl:templ ate 
        19      name="form atProvider Name"
        20     >
        21                       
        22      <xsl:param  
        23       name="row"  
        24      />
        25                       
        26      <xsl:param  
        27       name="firs t" 
        28      />
        29                       
        30      <xsl:param  
        31       name="last
        32      />
        33                       
        34      <xsl:choos e>
        35                                 
        36       <xsl:when 
        37        test="$fir st and $la st"
        38       >
        39                                           
        40        <xsl:value -of 
        41         select="$l ast" 
        42        />
        43                                           
        44        <text>
        45        
        46        </text>
        47                                           
        48        <xsl:value -of 
        49         select="$f irst" 
        50        />
        51                                  
        52       </xsl:when >
        53                                 
        54       <xsl:other wise />
        55                        
        56      </xsl:choo se>
        57              
        58     </xsl:temp late>
        59    
        60             
        61     <xsl:templ ate 
        62      name="form atComments "
        63     >
        64                       
        65      <xsl:param  
        66       name="comm ents" 
        67      />
        68                       
        69      <div>
        70                                 
        71       <table 
        72        class="com ments"
        73       >
        74                                           
        75        <tbody>
        76                                                    
        77         <tr>
        78                                                              
        79          <td>
        80                                                                        
        81           <img 
        82            src="res/C 32_notice. jpg" 
        83            alt="NOTE:
        84           />
        85                                                                        
        86           <xsl:value -of 
        87            select="$c omments" 
        88           />
        89                                                               
        90          </td>
        91                                                     
        92         </tr>
        93                                            
        94        </tbody>
        95                                  
        96       </table>
        97                                 
        98       <br />
        99                        
        100      </div>
        101              
        102     </xsl:temp late>
        103    
        104             
        105     <xsl:templ ate 
        106      name="form atDate"
        107     >
        108                       
        109      <xsl:param  
        110       name="date
        111      />
        112                       
        113      <xsl:if 
        114       test="stri ng-length( $date)>0"
        115      >
        116                                 
        117       <xsl:varia ble 
        118        name="mont h" 
        119        select="su bstring ($ date, 5, 2 )" 
        120       />
        121                                 
        122       <xsl:choos e>
        123                                           
        124        <xsl:when 
        125         test="$mon th='01'"
        126        >
        127                                                    
        128         <xsl:text>
        129          Jan 
        130         </xsl:text >
        131                                            
        132        </xsl:when >
        133                                           
        134        <xsl:when 
        135         test="$mon th='02'"
        136        >
        137                                                    
        138         <xsl:text>
        139          Feb 
        140         </xsl:text >
        141                                            
        142        </xsl:when >
        143                                           
        144        <xsl:when 
        145         test="$mon th='03'"
        146        >
        147                                                    
        148         <xsl:text>
        149          Mar 
        150         </xsl:text >
        151                                            
        152        </xsl:when >
        153                                           
        154        <xsl:when 
        155         test="$mon th='04'"
        156        >
        157                                                    
        158         <xsl:text>
        159          Apr 
        160         </xsl:text >
        161                                            
        162        </xsl:when >
        163                                           
        164        <xsl:when 
        165         test="$mon th='05'"
        166        >
        167                                                    
        168         <xsl:text>
        169          May 
        170         </xsl:text >
        171                                            
        172        </xsl:when >
        173                                           
        174        <xsl:when 
        175         test="$mon th='06'"
        176        >
        177                                                    
        178         <xsl:text>
        179          Jun 
        180         </xsl:text >
        181                                            
        182        </xsl:when >
        183                                           
        184        <xsl:when 
        185         test="$mon th='07'"
        186        >
        187                                                    
        188         <xsl:text>
        189          Jul 
        190         </xsl:text >
        191                                            
        192        </xsl:when >
        193                                           
        194        <xsl:when 
        195         test="$mon th='08'"
        196        >
        197                                                    
        198         <xsl:text>
        199          Aug 
        200         </xsl:text >
        201                                            
        202        </xsl:when >
        203                                           
        204        <xsl:when 
        205         test="$mon th='09'"
        206        >
        207                                                    
        208         <xsl:text>
        209          Sep 
        210         </xsl:text >
        211                                            
        212        </xsl:when >
        213                                           
        214        <xsl:when 
        215         test="$mon th='10'"
        216        >
        217                                                    
        218         <xsl:text>
        219          Oct 
        220         </xsl:text >
        221                                            
        222        </xsl:when >
        223                                           
        224        <xsl:when 
        225         test="$mon th='11'"
        226        >
        227                                                    
        228         <xsl:text>
        229          Nov 
        230         </xsl:text >
        231                                            
        232        </xsl:when >
        233                                           
        234        <xsl:when 
        235         test="$mon th='12'"
        236        >
        237                                                    
        238         <xsl:text>
        239          Dec 
        240         </xsl:text >
        241                                            
        242        </xsl:when >
        243                                  
        244       </xsl:choo se>
        245                                 
        246       <xsl:choos e>
        247                                           
        248        <xsl:when 
        249         test='subs tring ($da te, 7, 1)= "0"'
        250        >
        251                                                    
        252         <xsl:value -of 
        253          select="su bstring ($ date, 8, 1 )" 
        254         />
        255                                                    
        256         <xsl:text>
        257         
        258         </xsl:text >
        259                                            
        260        </xsl:when >
        261                                           
        262        <xsl:other wise>
        263                                                    
        264         <xsl:value -of 
        265          select="su bstring ($ date, 7, 2 )" 
        266         />
        267                                                    
        268         <xsl:text>
        269         
        270         </xsl:text >
        271                                            
        272        </xsl:othe rwise>
        273                                  
        274       </xsl:choo se>
        275                                 
        276       <xsl:value -of 
        277        select="su bstring ($ date, 3, 2 )" 
        278       />
        279                        
        280      </xsl:if>
        281              
        282     </xsl:temp late>
        283    
        284             
        285     <!-- Forma t Date out puts a dat e in Month  Day, Year  form e.g. , 19991207  ==> 
        286                      Dece mber 07, 1 999 -->
        287             
        288     <xsl:templ ate 
        289      name="form atDateFull "
        290     >
        291                       
        292      <xsl:param  
        293       name="date
        294      />
        295                       
        296      <xsl:varia ble 
        297       name="mont h" 
        298       select="su bstring ($ date, 5, 2 )" 
        299      />
        300                       
        301      <xsl:choos e>
        302                                 
        303       <xsl:when 
        304        test="$mon th='01'"
        305       >
        306                                           
        307        <xsl:text>
        308         January 
        309        </xsl:text >
        310                                  
        311       </xsl:when >
        312                                 
        313       <xsl:when 
        314        test="$mon th='02'"
        315       >
        316                                           
        317        <xsl:text>
        318         February 
        319        </xsl:text >
        320                                  
        321       </xsl:when >
        322                                 
        323       <xsl:when 
        324        test="$mon th='03'"
        325       >
        326                                           
        327        <xsl:text>
        328         March 
        329        </xsl:text >
        330                                  
        331       </xsl:when >
        332                                 
        333       <xsl:when 
        334        test="$mon th='04'"
        335       >
        336                                           
        337        <xsl:text>
        338         April 
        339        </xsl:text >
        340                                  
        341       </xsl:when >
        342                                 
        343       <xsl:when 
        344        test="$mon th='05'"
        345       >
        346                                           
        347        <xsl:text>
        348         May 
        349        </xsl:text >
        350                                  
        351       </xsl:when >
        352                                 
        353       <xsl:when 
        354        test="$mon th='06'"
        355       >
        356                                           
        357        <xsl:text>
        358         June 
        359        </xsl:text >
        360                                  
        361       </xsl:when >
        362                                 
        363       <xsl:when 
        364        test="$mon th='07'"
        365       >
        366                                           
        367        <xsl:text>
        368         July 
        369        </xsl:text >
        370                                  
        371       </xsl:when >
        372                                 
        373       <xsl:when 
        374        test="$mon th='08'"
        375       >
        376                                           
        377        <xsl:text>
        378         August 
        379        </xsl:text >
        380                                  
        381       </xsl:when >
        382                                 
        383       <xsl:when 
        384        test="$mon th='09'"
        385       >
        386                                           
        387        <xsl:text>
        388         September 
        389        </xsl:text >
        390                                  
        391       </xsl:when >
        392                                 
        393       <xsl:when 
        394        test="$mon th='10'"
        395       >
        396                                           
        397        <xsl:text>
        398         October 
        399        </xsl:text >
        400                                  
        401       </xsl:when >
        402                                 
        403       <xsl:when 
        404        test="$mon th='11'"
        405       >
        406                                           
        407        <xsl:text>
        408         November 
        409        </xsl:text >
        410                                  
        411       </xsl:when >
        412                                 
        413       <xsl:when 
        414        test="$mon th='12'"
        415       >
        416                                           
        417        <xsl:text>
        418         December 
        419        </xsl:text >
        420                                  
        421       </xsl:when >
        422                        
        423      </xsl:choo se>
        424                       
        425      <xsl:choos e>
        426                                 
        427       <xsl:when 
        428        test='subs tring ($da te, 7, 1)= "0"'
        429       >
        430                                           
        431        <xsl:value -of 
        432         select="su bstring ($ date, 8, 1 )" 
        433        />
        434                                           
        435        <xsl:text>
        436        
        437        </xsl:text >
        438                                  
        439       </xsl:when >
        440                                 
        441       <xsl:other wise>
        442                                           
        443        <xsl:value -of 
        444         select="su bstring ($ date, 7, 2 )" 
        445        />
        446                                           
        447        <xsl:text>
        448        
        449        </xsl:text >
        450                                  
        451       </xsl:othe rwise>
        452                        
        453      </xsl:choo se>
        454                       
        455      <xsl:value -of 
        456       select="su bstring ($ date, 1, 4 )" 
        457      />
        458              
        459     </xsl:temp late>
        460    
        461             
        462     <xsl:templ ate 
        463      name="form atDateTime "
        464     >
        465                       
        466      <xsl:param  
        467       name="date
        468      />
        469                       
        470      <xsl:if 
        471       test="stri ng-length( $date)>0"
        472      >
        473                                 
        474       <xsl:varia ble 
        475        name="mont h" 
        476        select="su bstring ($ date, 5, 2 )" 
        477       />
        478                                 
        479       <xsl:choos e>
        480                                           
        481        <xsl:when 
        482         test="$mon th='01'"
        483        >
        484                                                    
        485         <xsl:text>
        486          Jan 
        487         </xsl:text >
        488                                            
        489        </xsl:when >
        490                                           
        491        <xsl:when 
        492         test="$mon th='02'"
        493        >
        494                                                    
        495         <xsl:text>
        496          Feb 
        497         </xsl:text >
        498                                            
        499        </xsl:when >
        500                                           
        501        <xsl:when 
        502         test="$mon th='03'"
        503        >
        504                                                    
        505         <xsl:text>
        506          Mar 
        507         </xsl:text >
        508                                            
        509        </xsl:when >
        510                                           
        511        <xsl:when 
        512         test="$mon th='04'"
        513        >
        514                                                    
        515         <xsl:text>
        516          Apr 
        517         </xsl:text >
        518                                            
        519        </xsl:when >
        520                                           
        521        <xsl:when 
        522         test="$mon th='05'"
        523        >
        524                                                    
        525         <xsl:text>
        526          May 
        527         </xsl:text >
        528                                            
        529        </xsl:when >
        530                                           
        531        <xsl:when 
        532         test="$mon th='06'"
        533        >
        534                                                    
        535         <xsl:text>
        536          Jun 
        537         </xsl:text >
        538                                            
        539        </xsl:when >
        540                                           
        541        <xsl:when 
        542         test="$mon th='07'"
        543        >
        544                                                    
        545         <xsl:text>
        546          Jul 
        547         </xsl:text >
        548                                            
        549        </xsl:when >
        550                                           
        551        <xsl:when 
        552         test="$mon th='08'"
        553        >
        554                                                    
        555         <xsl:text>
        556          Aug 
        557         </xsl:text >
        558                                            
        559        </xsl:when >
        560                                           
        561        <xsl:when 
        562         test="$mon th='09'"
        563        >
        564                                                    
        565         <xsl:text>
        566          Sep 
        567         </xsl:text >
        568                                            
        569        </xsl:when >
        570                                           
        571        <xsl:when 
        572         test="$mon th='10'"
        573        >
        574                                                    
        575         <xsl:text>
        576          Oct 
        577         </xsl:text >
        578                                            
        579        </xsl:when >
        580                                           
        581        <xsl:when 
        582         test="$mon th='11'"
        583        >
        584                                                    
        585         <xsl:text>
        586          Nov 
        587         </xsl:text >
        588                                            
        589        </xsl:when >
        590                                           
        591        <xsl:when 
        592         test="$mon th='12'"
        593        >
        594                                                    
        595         <xsl:text>
        596          Dec 
        597         </xsl:text >
        598                                            
        599        </xsl:when >
        600                                  
        601       </xsl:choo se>
        602                                 
        603       <xsl:choos e>
        604                                           
        605        <xsl:when 
        606         test='subs tring ($da te, 7, 1)= "0"'
        607        >
        608                                                    
        609         <xsl:value -of 
        610          select="su bstring ($ date, 8, 1 )" 
        611         />
        612                                                    
        613         <xsl:text>
        614         
        615         </xsl:text >
        616                                            
        617        </xsl:when >
        618                                           
        619        <xsl:other wise>
        620                                                    
        621         <xsl:value -of 
        622          select="su bstring ($ date, 7, 2 )" 
        623         />
        624                                                    
        625         <xsl:text>
        626         
        627         </xsl:text >
        628                                            
        629        </xsl:othe rwise>
        630                                  
        631       </xsl:choo se>
        632                                 
        633       <xsl:value -of 
        634        select="su bstring ($ date, 3, 2 )" 
        635       />
        636                        
        637      </xsl:if>
        638                       
        639      <xsl:text>
        640        
        641      </xsl:text >
        642                       
        643      <xsl:choos e>
        644                                 
        645       <xsl:when 
        646        test='stri ng-length( $date)>10'
        647       >
        648                                           
        649        <xsl:value -of 
        650         select="su bstring($d ate,9,2)" 
        651        />
        652                                           
        653        <xsl:text>
        654         :
        655        </xsl:text >
        656                                           
        657        <xsl:value -of 
        658         select="su bstring($d ate,11,2)"  
        659        />
        660                                  
        661       </xsl:when >
        662                                 
        663       <xsl:other wise>
        664                                           
        665        <xsl:text>
        666         --
        667        </xsl:text >
        668                                  
        669       </xsl:othe rwise>
        670                        
        671      </xsl:choo se>
        672              
        673     </xsl:temp late>
        674    
        675    
        676    
        677   </xsl:styl esheet> 
        678