5658. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/8/2018 10:14:04 AM Eastern 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.

5658.1 Files compared

# Location File Last Modified
1 Thu Mar 8 15:14:04 2018 UTC
2 PRE_PPS-N_v3.0.1.zip\PS_PPS_interface\src\test\java\gov\va\med\pharmacy\peps\external\common\sts\outbound\capability StsInterfaceCapability.java Fri Jan 12 15:43:48 2018 UTC

5658.2 Comparison summary

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

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

5658.4 Active regular expressions

No regular expressions were active.

5658.5 Comparison detail

        1   /**
        2    * Source  file creat ed in 2006  by Southw est Resear ch Institu te
        3    */
        4  
        5  
        6   package go v.va.med.p harmacy.pe ps.externa l.common.s ts.outboun d.capabili ty;
        7  
        8  
        9   import jav a.util.Lis t;
        10  
        11   import gov .va.med.ph armacy.pep s.common.v o.Standard MedRouteVo ;
        12  
        13  
        14   /**
        15    * STS Web  Service C apability  to perform  operation s on stand ard manage d domain i tems.
        16    */
        17   public int erface Sts InterfaceC apability  {
        18  
        19       /**
        20        * get StsData.
        21        * @re turn  List <StandardM edicationR outeVo> da taList
        22        */
        23       List<S tandardMed RouteVo> g etStsData( );
        24       
        25       
        26      
        27   }