112. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/1/2018 12:13:18 PM Central 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.

112.1 Files compared

# Location File Last Modified
1 ehealth_xchange_cif.zip\NHIN_adapter\AdapterSubscriptionServiceWEB\src\main\java\gov\va\med\nhin\adapter\subscription\web\proxy\provider\documentreference DocumentReferenceProvider.java Thu Feb 22 14:27:22 2018 UTC
2 ehealth_xchange_cif.zip\NHIN_adapter\AdapterSubscriptionServiceWEB\src\main\java\gov\va\med\nhin\adapter\subscription\web\proxy\provider\documentreference DocumentReferenceProvider.java Tue Feb 27 14:30:12 2018 UTC

112.2 Comparison summary

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

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

112.4 Active regular expressions

No regular expressions were active.

112.5 Comparison detail

  1   /*
  2    * To chan ge this li cense head er, choose  License H eaders in  Project Pr operties.
  3    * To chan ge this te mplate fil e, choose  Tools | Te mplates
  4    * and ope n the temp late in th e editor.
  5    */
  6   package go v.va.med.n hin.adapte r.subscrip tion.web.p roxy.provi der.docume ntreferenc e;
  7  
  8   import jav a.util.Dat e;
  9   import gov .va.med.nh in.adapter .subscript ion.web.pr oxy.provid er.Resourc eProvider;
  10   import gov .va.med.nh in.adapter .subscript ion.web.re source.EHX DocumentRe ference;
  11   import jav a.util.Lis t;
  12  
  13   /**
  14    *
  15    * @author   DN S      VAZQUD
  16    */
  17   public int erface Doc umentRefer enceProvid er extends  ResourceP rovider<EH XDocumentR eference>
  18   {
  19       List<E HXDocument Reference>  findByPat ientIDAndD ocumentRef erenceUpda tedOnOrAft er(String  patientID,  Date date );
  20       EHXDoc umentRefer ence findB yBinaryRef erenceURL( String url );
  21   }