43. EPMO Open Source Coordination Office Redaction File Detail Report

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

43.1 Files compared

# Location File Last Modified
1 ehealth_xchange_cif.zip\NHIN_adapter\AdapterEJB\src\main\java\gov\va\med\nhin\adapter\patientcorrelation PatientCorrelationPortTypeLocal.java Thu Feb 22 14:26:30 2018 UTC
2 ehealth_xchange_cif.zip\NHIN_adapter\AdapterEJB\src\main\java\gov\va\med\nhin\adapter\patientcorrelation PatientCorrelationPortTypeLocal.java Tue Feb 27 14:24:25 2018 UTC

43.2 Comparison summary

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

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

43.4 Active regular expressions

No regular expressions were active.

43.5 Comparison detail

  1   package go v.va.med.n hin.adapte r.patientc orrelation ;
  2  
  3   import gov .hhs.fha.n hinc.nhinc componentp atientcorr elation.Pa tientCorre lationPort Type;
  4   import gov .hhs.fha.n hinc.patie ntdb.model .Patient;
  5  
  6   import jav ax.ejb.Loc al;
  7  
  8   import org .hl7.fhir. dstu3.mode l.AuditEve nt;
  9   import org .hl7.v3.Ad dPatientCo rrelationR equestType ;
  10   import org .hl7.v3.Ad dPatientCo rrelationR esponseTyp e;
  11  
  12   /**
  13    *
  14    * @author   DN S      VAZQUD
  15    */
  16   @Local
  17   public int erface Pat ientCorrel ationPortT ypeLocal e xtends Pat ientCorrel ationPortT ype
  18   {
  19           pu blic AddPa tientCorre lationResp onseType a ddPatientC orrelation (AddPatien tCorrelati onRequestT ype addPat ientCorrel ationReque st, Patien t searchRe sultsPatie nt, boolea n correlat ionAlready Exists,
  20                             AuditE vent ae);
  21   }