37. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/24/2017 5:17:19 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.

37.1 Files compared

# Location File Last Modified
1 MHV_2017.2.0.0 Code In Flight.zip\National Portal\mhv_rxrefill\mhv-rx-refill-portal-main\src\main\java\gov\va\med\mhv\rxrefill\service ExtractRequestCreator.java Mon Nov 21 22:43:52 2016 UTC
2 MHV_2017.2.0.0 Code In Flight.zip\National Portal\mhv_rxrefill\mhv-rx-refill-portal-main\src\main\java\gov\va\med\mhv\rxrefill\service ExtractRequestCreator.java Fri Mar 24 20:35:01 2017 UTC

37.2 Comparison summary

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

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

37.4 Active regular expressions

No regular expressions were active.

37.5 Comparison detail

  1   /**
  2    * 
  3    */
  4   package go v.va.med.m hv.rxrefil l.service;
  5  
  6   import jav a.sql.Time stamp;
  7   import jav a.util.Dat e;
  8   import jav a.util.Lis t;
  9  
  10   import gov .va.med.mh v.common.a pi.util.Re sponseUtil ;
  11   import gov .va.med.mh v.common.d ata.model. Patient;
  12   import gov .va.med.mh v.rxrefill .data.mode l.Institut ion;
  13   import gov .va.med.mh v.rxrefill .data.mode l.Prescrip tion;
  14   import gov .va.med.mh v.rxrefill .data.mode l.Request;
  15  
  16   /**
  17    * @author   PII
  18    *
  19    */
  20   public int erface Ext ractReques tCreator {
  21  
  22           Re quest crea teExtractR equest(Pat ient patie nt, Instit ution inst itution, D ate create dDate, Dat e cutOffDa te,
  23                             int fu nction) ;
  24  
  25           Re quest crea teRefillRe quest(Time stamp now,  List<Pres cription>  prescripti ons);
  26  
  27           Li st<Request > multiple ExtractReq uests(Pati ent patien t, int fun ction, Res ponseUtil  response);
  28  
  29   }