3250. EPMO Open Source Coordination Office Redaction File Detail Report

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

3250.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:00 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-common\src\main\resources\gov\va\nvap\common\xsl Common.xsl Fri Apr 21 20:03:26 2017 UTC

3250.2 Comparison summary

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

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

3250.4 Active regular expressions

No regular expressions were active.

3250.5 Comparison detail

        1   <?xml 
        2     version="1 .0" 
        3     encoding=" UTF-8"
        4   ?>
        5   <xsl:style sheet 
        6     version="2 .0"
        7           
        8     xmlns:xsl= "http://ww w.w3.org/1 999/XSL/Tr ansform" 
        9     xmlns:util ="vap://go v.va.nvap. common.xsl .util"
        10           
        11     xmlns:date time_util= "xalan://g ov.va.nvap .common.da te.DateUti l"
        12           
        13     xmlns:uuid _util="xal an://gov.v a.nvap.com mon.uuid.U UIDUtil"
        14           
        15     xmlns:hl7D ateTime_ut il="xalan: //gov.va.n vap.common .date.hl7. HL7DateUti l"
        16           
        17     exclude-re sult-prefi xes="uuid_ util datet ime_util u til "
        18   >
        19             
        20     <xsl:funct ion 
        21      name="util :generateU UID"
        22     >
        23                       
        24      <xsl:value -of 
        25       select="uu id_util:ge nerateMess ageId()" 
        26      />
        27              
        28     </xsl:func tion>
        29             
        30     <xsl:funct ion 
        31      name="util :generateC ompleteUUI D"
        32     >
        33                       
        34      <xsl:value -of 
        35       select="uu id_util:ge nerateUUID ()" 
        36      />
        37              
        38     </xsl:func tion>
        39             
        40     <xsl:funct ion 
        41      name="util :getCurren tTime"
        42     >
        43                       
        44      <xsl:value -of 
        45       select="da tetime_uti l:getCurre ntTime()" 
        46      />
        47              
        48     </xsl:func tion>
        49    
        50             
        51     <xsl:funct ion 
        52      name="util :getDateFr omHL7DateT SString"
        53     >
        54                       
        55      <xsl:param  
        56       name="date String" 
        57      />
        58                       
        59      <xsl:value -of 
        60       select="hl 7DateTime_ util:dateF romString( $dateStrin g)" 
        61      />
        62              
        63     </xsl:func tion>
        64    
        65             
        66     <xsl:funct ion 
        67      name="util :formatDat eyyyyMMddH HmmssSSSZ"
        68     >
        69                       
        70      <xsl:param  
        71       name="date
        72      />
        73                       
        74      <xsl:value -of 
        75       select="da tetime_uti l:formatDa teyyyyMMdd HHmmssSSSZ ($date)" 
        76      />
        77              
        78     </xsl:func tion>
        79    
        80             
        81     <xsl:funct ion 
        82      name="util :getCurren tDateTimey yyyMMddHHm mss"
        83     >
        84                       
        85      <xsl:value -of 
        86       select="da tetime_uti l:getCurre ntDateTime yyyyMMddHH mmss()" 
        87      />
        88              
        89     </xsl:func tion>
        90             
        91     <xsl:funct ion 
        92      name="util :getDateFr omString"
        93     >
        94                       
        95      <xsl:param  
        96       name="date String" 
        97      />
        98                       
        99      <xsl:value -of 
        100       select="da tetime_uti l:dateFrom String($da teString)"  
        101      />
        102              
        103     </xsl:func tion>
        104   </xsl:styl esheet>