144. EPMO Open Source Coordination Office Redaction File Detail Report

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

144.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\IV-ehmp_cif\MIXWebApp\main\src\java\gov\va\med\imaging\mix MixRouter.java Thu Jun 29 17:23:01 2017 UTC
2 C:\AraxisMergeCompare\Pri_re\IV-ehmp_cif\MIXWebApp\main\src\java\gov\va\med\imaging\mix MixRouter.java Thu Jul 6 15:04:49 2017 UTC

144.2 Comparison summary

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

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

144.4 Active regular expressions

No regular expressions were active.

144.5 Comparison detail

  1   /**
  2    * 
  3    */
  4   package go v.va.med.i maging.mix ;
  5  
  6   import gov .va.med.im aging.core .annotatio ns.routerf acade.Faca deRouterIn terface;
  7   import gov .va.med.im aging.core .annotatio ns.routerf acade.Faca deRouterIn terfaceCom mandTester ;
  8  
  9   //import j ava.util.L ist;
  10   //
  11   //import g ov.va.med. PatientIde ntifier;
  12   //import g ov.va.med. RoutingTok en;
  13   //import g ov.va.med. imaging.co re.annotat ions.route rfacade.Fa cadeRouter Method;
  14   //import g ov.va.med. imaging.co re.interfa ces.Facade Router;
  15   //import g ov.va.med. imaging.co re.interfa ces.except ions.Conne ctionExcep tion;
  16   //import g ov.va.med. imaging.co re.interfa ces.except ions.Metho dException ;
  17   //import g ov.va.med. imaging.ex change.bus iness.Arti factResult s;
  18   //import g ov.va.med. imaging.ex change.bus iness.Pati ent;
  19   //import g ov.va.med. imaging.ex change.bus iness.Stud yFilter;
  20  
  21   /**
  22    * @author   DNS  TITTOC
  23    *
  24    */
  25   @FacadeRou terInterfa ce(extends ClassName= "gov.va.me d.imaging. ImagingBas eWebFacade RouterImpl ")
  26   @FacadeRou terInterfa ceCommandT ester
  27   public int erface Mix Router
  28   extends go v.va.med.i maging.Ima gingBaseWe bFacadeRou ter
  29   {
  30   //      @F acadeRoute rMethod(as ynchronous =false, co mmandClass Name="GetS tudyWithIm agesArtifa ctResultsB ySiteNumbe rCommand")
  31   //      pu blic abstr act Artifa ctResults  getStudyWi thImages(R outingToke n routingT oken,
  32   //                        Patien tIdentifie r patientI dentifier,  
  33   //                        StudyF ilter filt er, 
  34   //                        boolea n includeR adiology, 
  35   //                        boolea n includeD ocuments)
  36   //      th rows Metho dException , Connecti onExceptio n;
  37   //
  38   //      @F acadeRoute rMethod(as ynchronous =false, co mmandClass Name="GetP atientList Command")
  39   //      pu blic abstr act List<P atient> ge tPatientLi st(String  patientNam e,
  40   //                        Routin gToken rou tingToken)
  41   //      th rows Metho dException , Connecti onExceptio n;
  42   //      
  43   //      @F acadeRoute rMethod(as ynchronous =false, co mmandClass Name="GetS tudyOnlyAr tifactResu ltsBySiteN umberComma nd")
  44   //      pu blic abstr act Artifa ctResults  getStudyOn lyArtifact ResultsFro mSite(Rout ingToken r outingToke n,
  45   //                        Patien tIdentifie r patientI dentifier,  StudyFilt er filter,
  46   //                        boolea n includeR adiology,  boolean in cludeDocum ents)
  47   //      th rows Metho dException , Connecti onExceptio n;
  48           
  49   }