87. EPMO Open Source Coordination Office Redaction File Detail Report

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

87.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\AdapterLIB\src\main\java\gov\va\oit\oed\vaww VAIdMPort.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\AdapterLIB\src\main\java\gov\va\oit\oed\vaww VAIdMPort.java Tue Apr 4 13:02:06 2017 UTC

87.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 8 124
Changed 7 14
Inserted 0 0
Removed 0 0

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

87.4 Active regular expressions

No regular expressions were active.

87.5 Comparison detail

  1  
  2   package go v.va.oit.o ed.vaww;
  3  
  4   import jav ax.jws.Web Method;
  5   import jav ax.jws.Web Param;
  6   import jav ax.jws.Web Result;
  7   import jav ax.jws.Web Service;
  8   import jav ax.jws.soa p.SOAPBind ing;
  9   import jav ax.xml.bin d.annotati on.XmlSeeA lso;
  10   import org .hl7.v3.MC CIIN000002 UV01;
  11   import org .hl7.v3.PR PAIN201301 UV02;
  12   import org .hl7.v3.PR PAIN201305 UV02;
  13   import org .hl7.v3.PR PAIN201306 UV02;
  14   import org .hl7.v3.PR PAIN201309 UV02;
  15   import org .hl7.v3.PR PAIN201310 UV02;
  16  
  17  
  18   /**
  19    * This cl ass was ge nerated by  the JAX-W S RI.
  20    * JAX-WS  RI 2.2.6b2
  21    * Generat ed source  version: 2 .1
  22    * 
  23    */
  24   @WebServic e(name = " VAIdMPort" , targetNa mespace =  "http:// URL           . DNS     ")
  25   @SOAPBindi ng(paramet erStyle =  SOAPBindin g.Paramete rStyle.BAR E)
  26   @XmlSeeAls o({
  27       gov.va .oit.oed.v aww.Object Factory.cl ass,
  28       org.hl 7.v3.Objec tFactory.c lass
  29   })
  30   public int erface VAI dMPort {
  31  
  32  
  33       /**
  34        * 
  35        * @pa ram PRPAIN 201305UV02  inboundXM L
  36        * @re turn
  37        *      returns o rg.hl7.v3. PRPAIN2013 06UV02
  38        */
  39       @WebMe thod(opera tionName =  "PRPA_IN2 01305UV02" )
  40         @WebResult (name = "P RPA_IN2013 06UV02", t argetNames pace = "ht tp:// URL           . DNS     ", partNam e = "retur nXML")
  41       public  PRPAIN201 306UV02 pr paIN201305 UV02(
  42             @WebParam( name = "PR PA_IN20130 5UV02", ta rgetNamesp ace = "htt p:// URL           . DNS     ", partNam e = "inbou ndXML")
  43           PR PAIN201305 UV02 inbou ndXML);
  44  
  45       
  46       /**
  47        * 
  48        * @pa ram PRPAIN 201309UV02  inboundXM L
  49        * @re turn
  50        *      returns o rg.hl7.v3. PRPAIN2013 10UV02
  51        */
  52       @WebMe thod(opera tionName =  "PRPA_IN2 01309UV02" )
  53         @WebResult (name = "P RPA_IN2013 10UV02", t argetNames pace = "ht tp:// URL           . DNS     ", partNam e = "retur nXML")
  54       public  PRPAIN201 310UV02 pr paIN201309 UV02(
  55             @WebParam( name = "PR PA_IN20130 9UV02", ta rgetNamesp ace = "htt p:// URL           . DNS     ", partNam e = "inbou ndXML")
  56           PR PAIN201309 UV02 inbou ndXML);
  57  
  58       /**
  59        * 
  60        * @pa ram PRPAIN 201301UV02  inboundXM L
  61        * @re turn
  62        *      returns o rg.hl7.v3. MCCIIN0000 02UV01
  63        */
  64       @WebMe thod(opera tionName =  "PRPA_IN2 01301UV02" )
  65         @WebResult (name = "M CCI_IN0000 02UV01", t argetNames pace = "ht tp:// URL           . DNS     ", partNam e = "retur nXML")
  66       public  MCCIIN000 002UV01 pr paIN201301 UV02(
  67             @WebParam( name = "PR PA_IN20130 1UV02", ta rgetNamesp ace = "htt p:// URL           . DNS     ", partNam e = "inbou ndXML")
  68           PR PAIN201301 UV02 inbou ndXML);
  69   }