108. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/27/2018 2:59:11 PM Central 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.

108.1 Files compared

# Location File Last Modified
1 v2.0_Sprint_15_Build_5.zip\v2.0_Sprint_15_Build_5\Unredacted\ARS_Backend\ars_app\src\main\java\gov\va\med\ewv\service IEwvProcedureCodesInfoService.java Tue Apr 24 14:49:57 2018 UTC
2 v2.0_Sprint_15_Build_5..zip\v2.0_Sprint_15_Build_5\Unredacted\ARS_Backend\ars_app\src\main\java\gov\va\med\ewv\service IEwvProcedureCodesInfoService.java Thu Apr 26 16:13:40 2018 UTC

108.2 Comparison summary

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

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

108.4 Active regular expressions

No regular expressions were active.

108.5 Comparison detail

  1   package go v.va.med.e wv.service ;
  2  
  3   import jav a.util.Lis t;
  4   import jav a.util.Set ;
  5  
  6   import gov .va.med.do main.fee.E wvClaims;
  7   import gov .va.med.do main.fee.E wvProcedur eCodes;
  8   import gov .va.med.ew v.codes.Pr ocedureCod e;
  9   import gov .va.med.ew v.codes.Pr ocedureCod esContaine r;
  10  
  11   /**
  12    * 
  13    * @author   PI I
  14    *
  15    */
  16   public int erface IEw vProcedure CodesInfoS ervice {
  17  
  18           Pr ocedureCod esContaine r populate ProcedureC odesContai ner(EwvCla ims claimB ean);
  19           Li st<Procedu reCode> cr eateListOf ProcedureC odes(Strin g principa lProcedure Code, Stri ng princip alProcedur eDate,
  20                             Set<Ew vProcedure Codes> cod es);
  21   }