242. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/13/2018 10:35:26 AM Eastern 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.

242.1 Files compared

# Location File Last Modified
1 v12.5_iter_7_build 51.zip\TRM_Upgrade\src\main\java\gov\va\med\fw\hl7\builder MetaData.java Fri Dec 7 17:36:42 2018 UTC
2 v12.5_iter_7_build 51.zip\TRM_Upgrade\src\main\java\gov\va\med\fw\hl7\builder MetaData.java Wed Dec 12 19:46:45 2018 UTC

242.2 Comparison summary

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

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

242.4 Active regular expressions

No regular expressions were active.

242.5 Comparison detail

  1   /********* ********** ********** ********** ********** ********** *********
  2    * Copyrii ght 2004 V HA. All ri ghts reser ved
  3    ********* ********** ********** ********** ********** ********** *********/
  4   package go v.va.med.f w.hl7.buil der;
  5  
  6   // Java cl asses
  7   import jav a.io.Seria lizable;
  8  
  9   import gov .va.med.fw .hl7.Messa ge;
  10   import gov .va.med.fw .model.Abs tractEntit y;
  11  
  12   /**
  13    * @author   DN S
  14    * @versio n 1.0
  15    */
  16   public int erface Met aData exte nds Serial izable {
  17  
  18           /* *
  19            *  Return a  business o bject
  20            *  
  21            *  @return A n entity r epresentin g a busine ss object
  22            * /
  23           pu blic Abstr actEntity  getEntity( );
  24  
  25           /* *
  26            *  Returns a  HL7 messa ge
  27            *  
  28            *  @return A  HL7 messa ge
  29            * /
  30           pu blic Messa ge getMess age();
  31  
  32           /* *
  33            *  Returns a  raw data
  34            *  
  35            *  @return
  36            * /
  37           pu blic Objec t getData( );
  38   }