96. EPMO Open Source Coordination Office Redaction File Detail Report

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

96.1 Files compared

# Location File Last Modified
1 ehealth_xchange_cif.zip\NHIN_adapter\AdapterLIB\src\main\java\gov\va\oit\oed\vaww VAIdMPort.java Thu Feb 22 14:26:52 2018 UTC
2 ehealth_xchange_cif.zip\NHIN_adapter\AdapterLIB\src\main\java\gov\va\oit\oed\vaww VAIdMPort.java Tue Feb 27 14:29:20 2018 UTC

96.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 10 146
Changed 9 18
Inserted 0 0
Removed 0 0

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

96.4 Active regular expressions

No regular expressions were active.

96.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 PAIN201302 UV02;
  13   import org .hl7.v3.PR PAIN201305 UV02;
  14   import org .hl7.v3.PR PAIN201306 UV02;
  15   import org .hl7.v3.PR PAIN201309 UV02;
  16   import org .hl7.v3.PR PAIN201310 UV02;
  17  
  18  
  19   /**
  20    * This cl ass was ge nerated by  the JAX-W S RI.
  21    * JAX-WS  RI 2.2.6b2
  22    * Generat ed source  version: 2 .1
  23    * 
  24    */
  25   @WebServic e(name = " VAIdMPort" , targetNa mespace =  "http:// URL           . DNS     ")
  26   @SOAPBindi ng(paramet erStyle =  SOAPBindin g.Paramete rStyle.BAR E)
  27   @XmlSeeAls o({
  28       gov.va .oit.oed.v aww.Object Factory.cl ass,
  29       org.hl 7.v3.Objec tFactory.c lass
  30   })
  31   public int erface VAI dMPort {
  32  
  33  
  34       /**
  35        * 
  36        * @pa ram PRPAIN 201305UV02  inboundXM L
  37        * @re turn
  38        *      returns o rg.hl7.v3. PRPAIN2013 06UV02
  39        */
  40       @WebMe thod(opera tionName =  "PRPA_IN2 01305UV02" )
  41         @WebResult (name = "P RPA_IN2013 06UV02", t argetNames pace = "ht tp:// URL           . DNS     ", partNam e = "retur nXML")
  42       public  PRPAIN201 306UV02 pr paIN201305 UV02(
  43             @WebParam( name = "PR PA_IN20130 5UV02", ta rgetNamesp ace = "htt p:// URL           . DNS     ", partNam e = "inbou ndXML")
  44           PR PAIN201305 UV02 inbou ndXML);
  45  
  46       
  47       /**
  48        * 
  49        * @pa ram PRPAIN 201309UV02  inboundXM L
  50        * @re turn
  51        *      returns o rg.hl7.v3. PRPAIN2013 10UV02
  52        */
  53       @WebMe thod(opera tionName =  "PRPA_IN2 01309UV02" )
  54         @WebResult (name = "P RPA_IN2013 10UV02", t argetNames pace = "ht tp:// URL           . DNS     ", partNam e = "retur nXML")
  55       public  PRPAIN201 310UV02 pr paIN201309 UV02(
  56             @WebParam( name = "PR PA_IN20130 9UV02", ta rgetNamesp ace = "htt p:// URL           . DNS     ", partNam e = "inbou ndXML")
  57           PR PAIN201309 UV02 inbou ndXML);
  58  
  59       /**
  60        * 
  61        * @pa ram PRPAIN 201301UV02  inboundXM L
  62        * @re turn
  63        *      returns o rg.hl7.v3. MCCIIN0000 02UV01
  64        */
  65       @WebMe thod(opera tionName =  "PRPA_IN2 01301UV02" )
  66         @WebResult (name = "M CCI_IN0000 02UV01", t argetNames pace = "ht tp:// URL           . DNS     ", partNam e = "retur nXML")
  67       public  MCCIIN000 002UV01 pr paIN201301 UV02(
  68             @WebParam( name = "PR PA_IN20130 1UV02", ta rgetNamesp ace = "htt p:// URL           . DNS     ", partNam e = "inbou ndXML")
  69           PR PAIN201301 UV02 inbou ndXML);
  70  
  71       /**
  72        * 
  73        * @pa ram PRPAIN 201302UV02  inboundXM L
  74        * @re turn
  75        *      returns o rg.hl7.v3. MCCIIN0000 02UV01
  76        */
  77       @WebMe thod(opera tionName =  "PRPA_IN2 01302UV02" )
  78         @WebResult (name = "M CCI_IN0000 02UV01", t argetNames pace = "ht tp:// URL           . DNS     ", partNam e = "retur nXML")
  79       public  MCCIIN000 002UV01 pr paIN201302 UV02(
  80             @WebParam( name = "PR PA_IN20130 2UV02", ta rgetNamesp ace = "htt p:// URL           . DNS     ", partNam e = "inbou ndXML")
  81           PR PAIN201302 UV02 inbou ndXML);
  82   }