122. EPMO Open Source Coordination Office Redaction File Detail Report

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

122.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\IMAG_Source\VISA\Java\VistaImagingDataSourceProvider\main\src\java\gov\va\med\imaging\vistaimagingdatasource VistaImagingStudyGraphDataSourceServiceV1.java Mon Mar 18 20:39:06 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\IMAG_Source\VISA\Java\VistaImagingDataSourceProvider\main\src\java\gov\va\med\imaging\vistaimagingdatasource VistaImagingStudyGraphDataSourceServiceV1.java Tue Mar 19 12:04:26 2019 UTC

122.2 Comparison summary

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

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

122.4 Active regular expressions

No regular expressions were active.

122.5 Comparison detail

  1   /**
  2    * 
  3     Package:  MAG - Vis tA Imaging
  4     WARNING:  Per VHA D irective 2 004-038, t his routin e should n ot be modi fied.
  5     Date Cre ated: Sep  2, 2010
  6     Site Nam e:  Washin gton OI Fi eld Office , Silver S pring, MD
  7       Developer:     DNS     werfej
  8     Descript ion: 
  9  
  10           ;;  +-------- ---------- ---------- ---------- ---------- ---------- ---------- +
  11           ;;  Property  of the US  Government .
  12           ;;  No permis sion to co py or redi stribute t his softwa re is give n.
  13           ;;  Use of un released v ersions of  this soft ware requi res the us er
  14           ;;   to execu te a writt en test ag reement wi th the Vis tA Imaging
  15           ;;   Developm ent Office  of the De partment o f Veterans  Affairs,
  16           ;;   telephon e (301) 73 4-0100.
  17           ;;
  18           ;;  The Food  and Drug A dministrat ion classi fies this  software a s
  19           ;;  a Class I I medical  device.  A s such, it  may not b e changed
  20           ;;  in any wa y.  Modifi cations to  this soft ware may r esult in a n
  21           ;;  adulterat ed medical  device un der 21CFR8 20, the us e of which
  22           ;;  is consid ered to be  a violati on of US F ederal Sta tutes.
  23           ;;  +-------- ---------- ---------- ---------- ---------- ---------- ---------- +
  24  
  25    */
  26   package go v.va.med.i maging.vis taimagingd atasource;
  27  
  28   import jav a.io.IOExc eption;
  29  
  30   import gov .va.med.im aging.arti factsource .ResolvedA rtifactSou rce;
  31   import gov .va.med.im aging.exch ange.busin ess.StudyF ilter;
  32   import gov .va.med.im aging.url. vista.Vist aQuery;
  33   import gov .va.med.im aging.url. vista.exce ptions.Inv alidVistaC redentials Exception;
  34   import gov .va.med.im aging.url. vista.exce ptions.Vis taMethodEx ception;
  35   import gov .va.med.im aging.vist adatasourc e.session. VistaSessi on;
  36   import gov .va.med.im aging.vist aimagingda tasource.c ommon.Vist aImagingCo mmonUtilit ies;
  37  
  38   /**
  39    * @author   DNS     werfej
  40    *
  41    */
  42   public cla ss VistaIm agingStudy GraphDataS ourceServi ceV1
  43   extends Vi staImaging StudyGraph DataSource Service
  44   {
  45           //  The requi red versio n of VistA  Imaging n eeded to e xecute the  RPC calls  for this  operation
  46           //  Patch 104  is necess ary becaus e of the c hanges to  MAG DOD GE T STUDIES  IEN that h andles del eted image s
  47           pu blic final  static St ring MAG_R EQUIRED_VE RSION = "3 .0P104";
  48           
  49           pu blic Vista ImagingStu dyGraphDat aSourceSer viceV1(Res olvedArtif actSource  resolvedAr tifactSour ce, String  protocol)
  50           {
  51                    supe r(resolved ArtifactSo urce, prot ocol);
  52           }
  53  
  54           @O verride
  55           pr otected St ring getRe quiredVist aImagingVe rsion()
  56           {
  57                    retu rn VistaIm agingCommo nUtilities .getVistaD ataSourceI magingVers ion(
  58                                      VistaIma gingDataSo urceProvid er.getVist aConfigura tion(), 
  59                                      this.get Class(), 
  60                                      MAG_REQU IRED_VERSI ON);
  61           }
  62  
  63           @O verride
  64           pr otected Vi staQuery g etPatientG roupsVista Query(Vist aSession v istaSessio n, String  patientDfn ,
  65                             StudyF ilter stud yFilter)
  66           th rows IOExc eption, In validVista Credential sException , VistaMet hodExcepti on
  67           {
  68                    // J MW 9/30/10  P104
  69                    // p atch 104 w ill NOT su pport dele ted images  since the  MAG DOD G ET STUDIES  IEN rpc w ill not be  updated f or p104
  70                    if(s tudyFilter  != null)
  71                             studyF ilter.clea rStoredStu dyFilterIf Necessary( getSite(). getSiteNum ber());
  72                    retu rn VistaIm agingCommo nUtilities .createMag ImageListQ uery(vista Session, p atientDfn,  studyFilt er, false) ;
  73           }
  74  
  75           @O verride
  76           pr otected bo olean canR etrieveDel etedImages ()
  77           {
  78                    // i f patch 10 4 is inclu ded at the  site, the n can retr ieve delet ed images
  79                    // J MW 9/30/10  P104
  80                    // p atch 104 w ill NOT su pport dele ted images  since the  MAG DOD G ET STUDIES  IEN rpc w ill not be  updated f or p104
  81                    retu rn false;
  82           }
  83  
  84           @O verride
  85           pr otected St ring getDa taSourceVe rsion()
  86           {
  87                    retu rn "2";
  88           }
  89   }