92. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/25/2019 8:58:05 AM 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.

92.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\IMAG_Source\VISA\Java\ViewerImagingWebApp\main\src\java\gov\va\med\imaging\viewer\rest\types ImageFilterFieldValuesType.java Mon Mar 18 20:39:13 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\IMAG_Source\VISA\Java\ViewerImagingWebApp\main\src\java\gov\va\med\imaging\viewer\rest\types ImageFilterFieldValuesType.java Tue Mar 19 12:04:14 2019 UTC

92.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 100
Changed 2 4
Inserted 0 0
Removed 0 0

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

92.4 Active regular expressions

No regular expressions were active.

92.5 Comparison detail

  1   /**
  2    * Date Cr eated: Jul y 31, 2017
  3    * Develop er:  DNS     tjahjb
  4    */
  5   package go v.va.med.i maging.vie wer.rest.t ypes;
  6  
  7   import jav ax.xml.bin d.annotati on.XmlElem ent;
  8   import jav ax.xml.bin d.annotati on.XmlRoot Element;
  9  
  10   /**
  11    * @author   DNS     tjahjb
  12    *
  13    */
  14   @XmlRootEl ement(name ="imageFil terFieldVa lues")
  15   public cla ss ImageFi lterFieldV aluesType
  16   {
  17           
  18           pr ivate Imag eFilterFie ldValueTyp e[] imageF ilterField Values;
  19           
  20           pu blic Image FilterFiel dValuesTyp e()
  21           {
  22                    supe r();
  23           }
  24  
  25           /* *
  26            *  @param im ageFilterF ieldValues
  27            * /
  28           pu blic Image FilterFiel dValuesTyp e(ImageFil terFieldVa lueType[]  imageFilte rFieldValu es)
  29           {
  30                    supe r();
  31                    this .imageFilt erFieldVal ues = imag eFilterFie ldValues;
  32           }
  33  
  34           /* *
  35            *  @return t he imageFi lterFieldV alues
  36            * /
  37           @X mlElement( name="imag eFilterFie ldValue")
  38           pu blic Image FilterFiel dValueType [] getImag eFilterFie ldValues()
  39           {
  40                    retu rn imageFi lterFieldV alues;
  41           }
  42  
  43           /* *
  44            *  @param im ageFilterF ieldValues  the image FilterFiel dValues to  set
  45            * /
  46           pu blic void  setImageFi lterFieldV alues(Imag eFilterFie ldValueTyp e[] imageF ilterField Values)
  47           {
  48                    this .imageFilt erFieldVal ues = imag eFilterFie ldValues;
  49           }
  50           
  51           
  52   }