94. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/10/2017 1:01: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.

94.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\IV-ehmp_cif\MIXCommon\main\src\java\gov\va\med\imaging\mix\webservices\rest\types\v1 DiagnosticReports.java Thu Jun 29 17:22:02 2017 UTC
2 C:\AraxisMergeCompare\Pri_re\IV-ehmp_cif\MIXCommon\main\src\java\gov\va\med\imaging\mix\webservices\rest\types\v1 DiagnosticReports.java Thu Jul 6 15:03:59 2017 UTC

94.2 Comparison summary

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

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

94.4 Active regular expressions

No regular expressions were active.

94.5 Comparison detail

  1   package go v.va.med.i maging.mix .webservic es.rest.ty pes.v1;
  2  
  3   // import  gov.va.med .imaging.m ix.webserv ices.rest. types.v1.D iagnosticR eportsType ;
  4  
  5   import jav ax.xml.bin d.annotati on.XmlRoot Element;
  6   /**
  7    * @author   DNS  TITTOC
  8    *
  9    * This Di agnosticRe ports clas s is a RES T complian t type to  include a
  10    * Diagnos ticReport  array.
  11    *
  12    */
  13   @XmlRootEl ement(name ="Diagnost icReports" )
  14   public cla ss Diagnos ticReports  // implem ents Seria lizable, / * Iterable <ShallowSt udy>,*/ Co mparable<D iagnosticR eport>
  15   {       
  16           pr ivate Diag nosticRepo rt [] diag nosticRepo rts;
  17           
  18           pu blic Diagn osticRepor ts(Diagnos ticReport[ ] dRs)
  19           {
  20                    supe r();
  21                    this .diagnosti cReports =  dRs;
  22           }
  23  
  24           pu blic Diagn osticRepor t[] getDia gnosticRep orts()
  25           {
  26                    retu rn diagnos ticReports ;
  27           }
  28  
  29           pu blic void  setDiagnos ticReports (Diagnosti cReport[]  dRs)
  30           {
  31                    this .diagnosti cReports =  dRs;
  32           }
  33   }