32. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/5/2017 4:21:45 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.

32.1 Files compared

# Location File Last Modified
1 C:\working_scrub\Unredacted\eHX Code Base\eHX_Bld2_Source Code_CIF_2017-02-14\NHIN_adapter\AdapterEJB\src\main\java\gov\va\med\nhin\adapter\adaptergateway\patientdiscovery EntityPatientDiscoveryPortTypeLocal.java Fri Feb 10 15:41:44 2017 UTC
2 eHX-CIF.zip\eHX-CIF\eHX Code Base\eHX_Bld2_Source Code_CIF_2017-02-14\NHIN_adapter\AdapterEJB\src\main\java\gov\va\med\nhin\adapter\adaptergateway\patientdiscovery EntityPatientDiscoveryPortTypeLocal.java Mon Apr 3 14:23:03 2017 UTC

32.2 Comparison summary

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

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

32.4 Active regular expressions

No regular expressions were active.

32.5 Comparison detail

  1   package go v.va.med.n hin.adapte r.adapterg ateway.pat ientdiscov ery;
  2  
  3   import jav ax.ejb.Loc al;
  4  
  5   import gov .hhs.fha.n hinc.entit ypatientdi scovery.En tityPatien tDiscovery PortType;
  6   import org .hl7.v3.Re spondingGa tewayPRPAI N201305UV0 2RequestTy pe;
  7   import org .hl7.v3.Re spondingGa tewayPRPAI N201306UV0 2ResponseT ype;
  8  
  9   /**
  10    *
  11    * @author   DN S      VAZQUD
  12    */
  13   @Local
  14   public int erface Ent ityPatient DiscoveryP ortTypeLoc al extends  EntityPat ientDiscov eryPortTyp e
  15   {
  16       public  Respondin gGatewayPR PAIN201306 UV02Respon seType res pondingGat ewayPRPAIN 201305UV02 (Respondin gGatewayPR PAIN201305 UV02Reques tType resp ondingGate wayPRPAIN2 01305UV02R equest, St ring patie ntDetails) ;
  17   }