177. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 9/15/2018 10:48:41 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.

177.1 Files compared

# Location File Last Modified
1 MHV_2018.4.0.0.zip\2018.4.0.0\national portal\mhv_source\mhv_rxrefill\mhv-rx-refill-portal-main\src\main\java\gov\va\med\mhv\rxrefill\service ExtractRequestCreator.java Thu Aug 23 21:29:54 2018 UTC
2 MHV_2018.4.0.0.zip\2018.4.0.0\national portal\mhv_source\mhv_rxrefill\mhv-rx-refill-portal-main\src\main\java\gov\va\med\mhv\rxrefill\service ExtractRequestCreator.java Sat Sep 15 22:23:01 2018 UTC

177.2 Comparison summary

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

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

177.4 Active regular expressions

No regular expressions were active.

177.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   DNS
  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   }